Hi i am loading TinyMCE 3 and it works great.. only when i load some
extra plugins cake sees them as controllers, and it will throw up
errors like:

<em>JsController</em> could not be found.</p>
50<p class="error">
51 <strong>Error: </strong>
52 Create the class <em>JsController</em> below in file: app/
controllers/js_controller.php</p>
53<pre>
54&lt;?php
55class JsController extends AppController {
56
57 var $name = 'Js';
58}
59?&gt;
60</pre>

Does anybody know any way to prevent this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to