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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -