Zend Framework ErrorController not working on live site?
Posted
by firecall
on Stack Overflow
See other posts from Stack Overflow
or by firecall
Published on 2009-10-17T22:31:04Z
Indexed on
2010/03/26
23:03 UTC
Read the original article
Hit count: 312
My site is set up pretty much as per the Zend Quickstart guide. The default ErrorController works locally using MAMP. But now I've deployed it to my live site I get a blank page and a "500 Internal Server Error" according to FireBug when I go to an action that doesnt exist.
On my local server I get a 404 and a nicely formatted error page.
Any ideas anyone? I dont really know where to begin looking.
I'm confused :/
Thanks.
© Stack Overflow or respective owner