I'm beginner at Zend Framework. I have a php project with Zend 2.2.0 and PHP 5.2.4 but it cannot work truely.For ex at the staring point;
Failed opening required 'Zend_Loader_Autoloader.php' but this php file is exist.
And maybe a helper point about solving problem, when I try to access a file in our project like http://localhost/application/default/views/scripts/login/index.phtml the file opens but there is no access javascript file like default_login.js.(and a similar situation about *.gif files etc.)
Firebug prints: "http://localhost/application/default/views/scripts/login/%7B$VIRTUAL_DIR%7Dpublic/scripts/default_login.js" 404 not found.
However the correct url must be "http://localhost/public/scripts/default_login.js"
NOTE:The directory access permissions are ok, the problem is not that.