I found where the problem is. The directory where the images are, is js/tiny_mce/themes/simple/img/icons.gif. And directory img/ makes this little error. I try change two lines with strpos($url, 'img/') within the dispatcher in the _cached() changed to strpos($url, 'imgs/') and now it works fine. But it is not the greatest solution i think.
On 20 Led, 17:33, "dr. Hannibal Lecter" <[email protected]> wrote: > Errrrr....ouch...sorry for the wrong click there earlier... > > I think problem lies within the dispatcher in the _cached()[1] TinyMCE > is probably using an unsupported mime type/extension[2]. I'm having > the same problem with SWFs in my plugin[3], and no solution in sight. > > [1]https://trac.cakephp.org/browser/branches/1.2.x.x/cake/dispatcher.php... > [2]https://trac.cakephp.org/browser/branches/1.2.x.x/cake/dispatcher.php... > [3]http://groups.google.com/group/cake-php/browse_thread/thread/970c7783... > > Again, I apologize for spamming with the previous um..."misclickage". > > On Jan 20, 10:08 am, eXistent <[email protected]> wrote: > > > Hi, > > when TinyMCE is placed inside webroot/js folder, everything works > > fine. But when i place it inside vendor folder (more apps can use it) > > TinyMCE run and display their window in place of textarea, but icons > > don't load. When mouse move over button, button highlight but still > > dont display icon. > > Is there some way how to put TinyMCE into vendor folder with 100% > > functionality? > > Thanks for tips --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
