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
Post a Comment