apache - ZF2 project not working on virtual host -
i have project in zf2. runs on other systems other mine.i have checked virtual host running other projects on system. when hit xyx.loc
redirects when hit xyz.loc/user
gives error
an error occurred
an error occurred during execution; please try again later.
though have enable error reporting. not able figure out whether apache error or php error or zf2 error or else. project uses zf\apigility
same folder works on other systems well.
this default error template message. zf2 catching exceptions , hiding them due configuration settings.
ensure have following configuration.
'view_manager' => [ 'display_not_found_reason' => true, 'display_exceptions' => true, ],
Comments
Post a Comment