Reputation: 3
I developed a project using symfony2/PHP and now I am willing to shift this project to another machine how can I do the same
I tried following 1)I copied project folder to www folder of another machine 2)I edited app\config\parameters.yml on another system but is not working its giving different erros
Can any one tell me exact staeps
Upvotes: 0
Views: 904
Reputation: 1
Cleaning the cache worked for me.
type php app/console cache:clear
Upvotes: 0
Reputation: 3870
Upvotes: 1
Reputation: 10404
Moving the source and the database should be enough. It is possible, you may have to clean cache.
php app/console cache:clear
Upvotes: 1