When having DEBUG set to 2 (or 1), my sweet little error500 is shown
correctly.
SomeController extends AppController {
function _error500() {
$this->cakeError('error500');
exit;
}
}
But when it's set to 0, then I'm just getting a plain "Error: The
requested address 'xxx' was not found on this server."
Any idea what's going (wr)on(g)? Please give me a hint - as soon as
this is working my website is ready for being released in beta-
testing. :-)
Thanks
Josh
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment