Zend framework deployment on the shared hosting -
i want deploy project made in zend framework shared hosting. project has such structure:
application docs library obsolete public scripts tests
this have done:
i copied zend folder (all library files) library folder
i copied structure above public_html/projects/project (so if type www.mydomain.com/projects/project/public run project
i tried click on link redirected me www.mydomain.com/projects/project/public/somecontroller/someaction
unfortunately see white, empty page. locally (using zend server ce) worked here looks zend doesn't recognize should url , redirecto appropriate action.
what have missed? greetings!
the reason see empty page instead of errors error_reporting
off default on production server.
you may change settings concerting displaying errors , exceptions in application.ini
.
the other cases errors not displayed goes wrong in view (eg. view helpers), must return string, not exception.
things check:
- paths
- include_path
- permissions write files/dirs require this
- php version
- .htaccess setup
Comments
Post a Comment