Re: error 404 throws blank page

2009-01-25 Thread Nick
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 sug

Re: error 404 throws blank page

2009-01-25 Thread Miles J
Perhaps set your debug to 2 and see if it throws an error why? On Jan 24, 11:53 pm, Nick 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/

error 404 throws blank page

2009-01-24 Thread Nick
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.