I found this thread searching for CakePHP plugin help as my plugins weren't loading.
Finally got my plugins to work by putting the pluginname_app_controller.php and pluginname_app_model.php files *under* the plugin/pluginname/ directory and *not* the plugin/ root directory as the documentation tells you too. http://devzone.zend.com/node/view/id/593 contains the correct instructions. Not sure if that's relevant to either of the problems in this thread but hopefully it may be of use to whoever finds this thread. Kind regards, Gareth On Oct 25, 3:46 pm, McFadly <[EMAIL PROTECTED]> wrote: > Ryan - I'm having the same problem. Have you found a solution? > > On Oct 25, 8:35 am, "Ryan Rose" <[EMAIL PROTECTED]> wrote: > > > Has anyone else experienced problems with loading plugin models using the > > 1.2.0.5875 pre-beta release? The standard "Missing Model" error message says > > it expects the model to be in app/models, which is incorrect because it > > should be in app/plugins/plugin_name/models. > > > Ryan Rose > > Vice President > > Digiwize, Inc. > > One Technology Drive > > Tolland, CT 06084 > > e: [EMAIL PROTECTED] > > p: 860.730.2631http://www.digiwize.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
