I have an old site in Zend framework. I have downloaded all the files from the server. I want to modify the site. So I need to set up this project in my local system. I have created a folder named "NFL01" within my XAMPP/htdocs/projects. But I got an error message when I run the project (http://localhost/projects/NFL01/). See the error message
"C:\xampp\htdocs\projects Warning: require_once(Zend/Config/Xml.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\projects\NFL01\index.php on line 26
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Config/Xml.php' (include_path='.;C:\xampp\php\pear\;C:\xampp\htdocs\projects;C:\xampp\htdocs\projects/application/config;C:\xampp\htdocs\projects/application/models;C:\xampp\htdocs\projects/application/controllers;C:\xampp\htdocs\projects/library;C:\xampp\htdocs\projects/public_html') in C:\xampp\htdocs\projects\NFL01\index.php on line 26"
I don't know what's happening there? need to setup anything in my XAMPP or is there is any other problem.
Please reply in details
Many many Thanks
Zend
to your include path... typcially this is/path/to/project/library
– prodigitalson