I am trying to get my Zend application started on production environment, but i get this error:
Warning: require_once() [function.require-once]: Unable to access /var/www/web1/html/tool/lib/Zend/Loader/AutoLoader.php in /var/www/web1/html/tool/public/index.php on line 24
On development environment everything works just fine, so I figured it has to be a misconfiguration of the server.
Any ideas what could cause the problem?
php composer.phar update? - Maks3w