Thursday, September 30, 2010

Cakephp 1.3.3 upgrade to 1.3.4 gives problems

Hi,

I just upgraded to the latest version and my rather complex routing
and plugin settings now fail.

I have an 'admin' plugin and i use a 'admin' prefix. The admin plugin
uses a nice admin layout and fills it with actions from the main App
controllers.

Example:
/admin/projects/ -> leads to controller projects and its method
admin_index (which by the way is a scaffold)
within the admin layout from the plugin's /views/layouts folder.

Since the upgrade i get the error:

Missing Layout

Error: The layout file C:\wamp\www\cake_cms\views\layouts\admin.ctp
can not be found or does not exist.

Error: Confirm you have created the file: C:\wamp\www\cake_cms\views
\layouts\admin.ctp

Notice: If you want to customize this error message, create cake_cms
\views\errors\missing_layout.ctp

Seems like the plugin is not used.

Has anyone got an idea where is should start looking?


Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: