PHP symfony www.one.com hosting -
this question has answer here:
i have working symfony project on linux computer.
i'm trying set hosting www.one.com
i wrote .htaccess file i'm getting following error:
fatal error: cannot declare interface symfony\component\dependencyinjection\containerawareinterface, because name in use in /customers/x/x/x/xxxxxxxxxx.be/httpd.www/var/cache/dev/classes.php on line 6397
can me in write direction?
ps:
i followed guide http://trac.symfony-project.org/wiki/installingsymfonyonone not seems working.
a guide following symfony 1.x
, interface mention symfony 2
have mismatch here. try follow this guide (and remember symfony 1.x , 2.x/3.x has nothing in common).
and guess: try clear cache on new machine:
app/console cache:clear --env=prod
Comments
Post a Comment