Re: Problem with Plugins > Controller Missing?

2008-01-18 Thread NilsR
Yeah it was something like that ... but only worked with current version - my cake folder was more than 1 month old. Thanks anyway :D Nils On 17 Jan., 17:31, MrTufty <[EMAIL PROTECTED]> wrote: > The problem here is the mismatch between the name of the plugin and > the default controller name. >

Re: Problem with Plugins > Controller Missing?

2008-01-17 Thread MrTufty
The problem here is the mismatch between the name of the plugin and the default controller name. For this to work, you need to rename contents_controller.php to content_controller.php (and obviously amend the class name within that). Additionally the views/contents/ folder needs to be renamed. T

Problem with Plugins > Controller Missing?

2008-01-17 Thread NilsR
I can't access the default controller of my plugin. Cake tells me, that the controller is missing. My Structure looks like the following: app/ plugins/ content/ content_app_controller.php content_app_model.php controllers/