After a bit more researched based on your comments above
I was able to get rid if the error messages :)
However, it appears that cake is not looking in that directory
for plugins and instead is just looking for the default controller
in app/controllers/xxx_controller.php
>From what I understand, if I am using:
App::build(array(
'plugins' => array('/project/plugins/', '/var/www/vhosts/site.com/
app/plugins/')
app/plugins/')
));
Then:
/project/plugins/ - Specifies the folder I want cake to look in for
plugins
/var/www/vhosts/site.com/app/plugins/ - Specifies the folder cake
should look in if it didn't find anything in the first
Is this right ... or am I getting completely confused xD
Thanks
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 [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