Solving Zend Framework error “An Error Has Occurred A project profile was not found”
April 13, 2011 Tinggalkan sebuah Komentar
This error message appear when I want to create a layout in Zend Framework, still a beginner in this.
I use command:
zf enable layout
I search around in the internet but I can’t find even one solution. So I try to understand what the computer said.
It’s said “A project profile was not found!”
the keyword is PROJECT PROFILE….
gotcha!
thinking.. and thinking…
finally I use this command:
cd your_application_folder_in_webserver zf enable layout
Look at your project folder,, there is a new folder inside application folder named layouts...
Alhamdulilah,, Success...
trust me, It Works!!!

