I am trying to develop a project as part of zend. I created the gil project using the following command line, after which I entered the project directory on the command line and tried to create an action, but received the following error. I use Windows XP and XAMPP, and my version of the Zend framework is 1.11.7.
C:\xampp\htdocs\zframework12>zf create project gil
Creating project at C:/xampp/htdocs/zframework12/gil
C:\xampp\htdocs\zframework12>cd gil
C:\xampp\htdocs\zframework12\gil>zf create action add index
An Error Has Occurred
A project profile was not found.
Zend Framework Command Line Console Tool v1.9.0
Details for action "Create" and provider "Action"
Action
zf create action name controller-name[=index] view-included[=1] module
C:\xampp\htdocs\zframework12\gil>
Please help to deal with this problem.
Many thanks
source
share