Reputation: 401
I have a symfony 1.4.x project , orm propel , when i am generating a schema it display the error "You must be in a symfony project directory" , i am using windows xammp server , what can i do to generate schema model in this project , in folder structure is slightly changed from default project but its working , i need to add a new table how can i generate schema model .is any another method to generate schema model in symfony 1.4.x. i cant find the solution.
i am not created this project , it is a existing project nee to add some fetures
all symfony command is not working inside the project , it says the same error "you must be in a symfony project". what error i made please help me
Thanks in advance
Upvotes: 0
Views: 415
Reputation: 295
Seems you are missing the project file itself. In your project root, a SYMFONY file should exist. The command line tool checks for this.
If you google a bit for your error message you will find several references on this.
Upvotes: 1