Oct 15

Hi there, I had an error “An Error Has Occurred A project profile was not found” on Zend framework command line when I tried to generate an action for my project. I’m using Windows XP and for the web server I’m using XAMPP. The “An Error Has Occurred A project profile was not found” happened because we have wrong include path in our php.ini.

Open your php.ini and find the include_path line, insert your zend framework library path into the line before the PEAR path.

include_path = ".;E:\xampp\htdocs\ZendFramework\library;E:\xampp\php\PEAR"

Save the file and restart your Apache. Good luck :)

4 Responses to “Solving Zend Framework error “An Error Has Occurred A project profile was not found””

  1. S says:

    Yes very fine this one worked for me…

    best regards from Cologne

  2. marius says:

    did not worked for me :(

  3. Bogdan Juszczak says:

    Indeed. It’s working here as well. thanks!

    cheers from Poland

  4. zubin says:

    I had searched many sites for this problem, only you proviede the right solution.

    Thanks

Leave a Reply

preload preload preload