QuickStart zend -


i following quickstart tutorial. servername "quickstart.local" works fine when click guestbook link "quickstart.local/guestbook" doesn't work , message "an error occurred application error" displayed. idea? tried find answers hard no avail.

thanks help

make sure resources.frontcontroller.params.displayexceptions = 1 (in config) if don't have logging enabled , should see exception details. modify errorhandler (default: application/controllers/errorcontroller.php) error details emailed you, etc.

if using zend studio / eclipse, try using debugger if available.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -