A friend asked me to migrate his site developed with Zend Framework to another server. I copied all the files and imported the database locally, in testing, the following messages are displayed in the browser:
Notice: Use of undefined constant APPLICATION_ENV - assumed 'APPLICATION_ENV' in C: \ wamp \ www \ zend \ new \ public_html \ index.php on line 5
Warning: require_once (Zend / Application.php): failed to open stream: No such file or directory in C: \ wamp \ www \ zend \ new \ public_html \ index.php on line 10
Fatal error: require_once (): Failed opening required 'Zend / Application.php' (include_path = 'C: \ php. \ Pear') in C: \ wamp \ www \ zend \ new \ public_html \ index.php on line 10
The code seems very confusing, I cannot find the problem being that nothing has changed.
I do not know Zend, and need a hand.