Thursday, May 25, 2006

FCKeditor and Zend Framework

When trying to use FCKeditor with Zend Framwork, I ran into a problem; FCKeditor was causing a bunch of javascript errors and only about 1/2 of FCKeditor was displaying. I knew it had to be a path issue due to the Zend Framework controller requiring mod_rewrite. Thankfully a quick post to the Zend Framwork mailing list and my problem was solved. I simply needed to turn RewriteEngine off in the FCKeditor directory.