I'm trying to create a new plugin for my (already working) cakephp application. I have followed the manual with the exact same data (ContactManager plugin, Contacts controller etc.), but when I try to load it by using its url (example.com/contact_manager/contacts/index), cakephp complains that LanguageController (which is called with a requestAction from my layout file) is not in my plugin path. It shouldn't be there indeed, since it is an application controller...
What am I doing wrong?
I'm not posting code because I used exactly the same code as the cakephp manual, here: http://book.cakephp.org/2.0/en/plugins.html
is called with a requestAction from my layout file
to the question so that it is clear. – AD7six