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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -