Using FTE CFF Font in Flash: Class mx.core::FontAsset could not be found.
This happened when I was using a CFF font in a non-Flex project. I compiled my font and the Flex compiler will leave out FontAsset because it thinks the host SWF will have this class - well, not so if it’s not Flex. So, when compiling your font you have to tell the compiler to include any Flex classes in your font SWF:
-static-link-runtime-shared-libraries=true
Apache Error: Unknown DAV provider: svn
This happened after I updated SVN but I guess I didn’t update some Apache svn mod crap. This also caused a problem with Trac - Unsupported version control system “svn”.
I fixed it on CentOS with a simple:
sudo yum install mod_dav_svn
