Exactly what I just did. Turns out it was an issue with using the Javascript helper in my default.ctp file.
When it called error404.ctp the error controller didn't have javascript added as a helper and therefore threw a blank page. Once I added that I got my 404 error. Thanks for the quick suggestion. On Jan 25, 3:01 am, Miles J <[email protected]> wrote: > Perhaps set your debug to 2 and see if it throws an error why? > > On Jan 24, 11:53 pm, Nick <[email protected]> wrote: > > > I can't seem to figure out what I did wrong or where to fix it, but > > I've got my debug level set to 0 in my core.php file and saved the > > default cake 404 error message page into app/views/errors/ but every > > time I go to an invalid controller url, I get a blank page instead of > > the 404 error message. > > > I've dug through everything I could think of, but don't see anything I > > could have done to cause this. > > > Thanks for any help anyone can provide, I'm pulling my hair out over > > this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
