Fatal error: Class 'Behavior' not found in console.php line 65

2008-05-20 Thread rob . dingwell
Does anyone have any idea what causes this. I'm trying to run the console and I keep getting this output. Welcome to CakePHP v1.2.0.6311 beta Console --- Fatal error: Class 'Behavior' not found in cake/console/ libs/console.php on line

Re: Problem with plugins

2008-04-15 Thread Rob Dingwell
Thanks Stephen, I found the problem. Apparently you need to have a default controller in the plugin, at least I do on my system. Plugins without default controllers just do not work. I'm not sure why seeing how I haven't seen anything that states you need to have one. Rob On Apr 15, 4:34 am, Ste

Problem with plugins

2008-04-14 Thread rob . dingwell
I'm having problems getting plugins to work in my app. I keep getting missing controller errors as cake is tying to access a controller with the name of the plugin. At first I thought I had done something wrong in the plugin I was creating but the problems are there with all of the plugins that I'