jmeca Posted May 9, 2017 Share Posted May 9, 2017 Fatal error: Cannot declare interface Symfony\Component\DependencyInjection\ContainerAwareInterface, because the name is already in use in /var/www/vhosts/expomueble.co/httpdocs/presta17/app/cache/prod/classes.php on line 6911 I was modifying the translations and after that I can no longer login to the admin.Any help please ?? Link to comment Share on other sites More sharing options...
jmeca Posted May 11, 2017 Author Share Posted May 11, 2017 Hi and good news: after remove all files in app/cache/ admin prestashop come to work again In case someone helps you 5 Link to comment Share on other sites More sharing options...
arbores Posted May 22, 2017 Share Posted May 22, 2017 Hi and good news: after remove all files in app/cache/ admin prestashop come to work again In case someone helps you Many thanks! I had the same problem. You really helped me! Link to comment Share on other sites More sharing options...
remyyyyy Posted June 27, 2017 Share Posted June 27, 2017 (edited) We had the same problem after modifying the translations in Prestashop version 1.7.1.2 ! We can display the admin if we manually enable debug in config/defines.inc.php on line 28 : Before : if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', false); } After : if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } After removing all files in app/cache/prod/ admin prestashop come to work again. Don't forget to disable debug Thank you jmeca Edited June 27, 2017 by remyyyyy (see edit history) Link to comment Share on other sites More sharing options...
amerigeau Posted October 30, 2017 Share Posted October 30, 2017 Hello, I have published a post to solve this issue. You can find it here : https://www.arnaud-merigeau.fr/prestashop-1-7-resolu-cannot-redeclare-class-containerawareinterface/ Bye ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now