Jump to content

Recommended Posts

Bonjour,

aprés modifier 

if(!defined('_PS_MODE_DEV_')){
define('_PS_MODE_DEV_',false);

par 

if(!defined('_PS_MODE_DEV_')){
define('_PS_MODE_DEV_',true);

probleme ici :

Fatal error: Uncaught exception 'Symfony\Component\Filesystem\Exception\IOException' with message 'Failed to create "/home/xxxx/public_html/xxxx/themes/classic/assets/cache/": mkdir(): Permission denied.' in /home/xxxxx/public_html/xxxx/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php:104 Stack trace: #0 /home/xxxx/public_html/xxxx/classes/assets/CccReducer.php(45): Symfony\Component\Filesystem\Filesystem->mkdir('/home/xxxx/pu...') #1 /home/xxxxx/public_html/xxxxx/classes/controller/FrontController.php(212): CccReducerCore->__construct('/home/xxxxx/pu...', Object(PrestaShop\PrestaShop\Adapter\Configuration), Object(Symfony\Component\Filesystem\Filesystem)) #2 /home/xxxx/public_html/xxxx/classes/controller/Controller.php(190): FrontControllerCore->__construct(false, false) #3 /home/xxxxx/public_html/xxxxx/classes/Dispatcher.php(420): ControllerCore::getController('IndexController') #4 /home/xxxx/public_html/xxxxx/index.php(28): DispatcherCore->dispatch() #5 {main} thr in /home/xxxx/public_html/xxxxx/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php on line 104

 

 

s'il vous plait pourquoi la solution dans ce cas

Link to comment
Share on other sites

17 hours ago, dev-info123 said:

'Failed to create "/home/xxxx/public_html/xxxx/themes/classic/assets/cache/": mkdir(): Permission denied.

You are missing write access on the mentioned directory. Check your server permission

Link to comment
Share on other sites

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...