Jump to content

Can't acces to Admin 1.7.1.1 Symfony interface


jmeca

Recommended Posts

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

  • 2 weeks later...
  • 1 month later...

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 by remyyyyy (see edit history)
Link to comment
Share on other sites

  • 4 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...