Hi I've created a plugin and got it successfully working...but I get Missing Controller error when I got the root of the plugin.
For example http://localhost/myplugin/ will give me a Missing Controller error. But http://localhost/myplugin/myplugincontroller/mypluginaction works. How can I fix this? I've tried to create a myplugin controller in the /app/controllers folder but it still doesn't detect it. I've tried to creat a beforeFilter action in the /app/plugins/myplugin/ myplugin_app_controller.php but it still gives the missing controller error. Is there a fix for this? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
