Re: missing controller exception

2013-03-10 Thread Jeremy Burns | Class Outfit
It could be a missing js or css file that is called with $this->Html->script/css, or perhaps a missing image that is called inside a css file. Jeremy Burns Class Outfit http://www.classoutfit.com On 10 Mar 2013, at 23:02:29, Devario Johnson wrote: > so you mean in one of the parents there ma

Re: missing controller exception

2013-03-10 Thread Devario Johnson
so you mean in one of the parents there may be something causing an issue. I'll have to take a look on Monday On Sat, Mar 9, 2013 at 5:56 PM, lowpass wrote: > On Fri, Mar 8, 2013 at 11:06 PM, Devario Johnson wrote: > >> Thanks for the suggestion. I've never done anything in the Controller >> (

Re: missing controller exception

2013-03-09 Thread lowpass
On Fri, Mar 8, 2013 at 11:06 PM, Devario Johnson wrote: > Thanks for the suggestion. I've never done anything in the Controller > (since it's higher than the app controller), but I'll see if there is > something rogue afoot. keep in mind everything works fine with no errors > or warnings being r

Re: missing controller exception

2013-03-08 Thread Jeremy Burns | Class Outfit
Check the error log for missing js or css assets - I've seen this before. Jeremy Burns Class Outfit http://www.classoutfit.com On 9 Mar 2013, at 04:06:45, Devario Johnson wrote: > Thanks for the suggestion. I've never done anything in the Controller (since > it's higher than the app controll

Re: missing controller exception

2013-03-08 Thread Devario Johnson
Thanks for the suggestion. I've never done anything in the Controller (since it's higher than the app controller), but I'll see if there is something rogue afoot. keep in mind everything works fine with no errors or warnings being reported anywhere. On Fri, Mar 8, 2013 at 9:33 PM, lowpass wrote

Re: missing controller exception

2013-03-08 Thread lowpass
On Fri, Mar 8, 2013 at 9:32 PM, lowpass wrote: > You may have a typo in one of your classes. I was getting a missing > AppController msg today because of a missing comma in its Auth config. On that note, have a look at the "Begginer's Lesson learned" thread. -- Like Us on FaceBook https://www.f

Re: missing controller exception

2013-03-08 Thread lowpass
You may have a typo in one of your classes. I was getting a missing AppController msg today because of a missing comma in its Auth config. On Wed, Mar 6, 2013 at 12:56 PM, Devario Johnson wrote: > Hi all, Im trying to debug this error. > > when I look at the cakelogs I get this > > [MissingContr

Re: missing controller exception

2013-03-06 Thread Devario Johnson
FYI, it was saying this was coming from webroot/index.php...but the site itself works fine. On Wednesday, March 6, 2013 12:56:58 PM UTC-5, Devario Johnson wrote: > > Hi all, Im trying to debug this error. > > when I look at the cakelogs I get this > > [MissingControllerException] Controller cla

missing controller exception

2013-03-06 Thread Devario Johnson
Hi all, Im trying to debug this error. when I look at the cakelogs I get this [MissingControllerException] Controller class Controller could not be found. where should I look to begin debugging this? I googled around and everyone with a similar issue was referencing an actual controller like