Zend Framework - tinyMCE - plugin folders are mistaken to be controllers? Help

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-03-15T12:39:08Z Indexed on 2010/03/16 6:36 UTC
Read the original article Hit count: 401

Hi guys I'm trying to integrate the tinymce plugin however I'm running into problems such that almost every feature which requires a plugin to be rendered i.e the add url popup or add image pop up - it opens an empty pop up window. Even if I try to open it inline I get the same blank popup window.. I noticed that whenever I click on lets say url button in tinymCE it opens with reference to my localhost and because of that I'm assuming my application is mistaking the containing javascript folder to be some controller or action.

How can I fix this please - I've set up mod rewrite to allow clean urls as well as ignore the javascript folder but this is a different issue altogether :(

what should I be looking at here.. I can't notice any error sin firebug..

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about url-rewriting