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:

  1. i copied zend folder (all library files) library folder

  2. i copied structure above public_html/projects/project (so if type www.mydomain.com/projects/project/public run project

  3. 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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -