PHP symfony www.one.com hosting -


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

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -