Mostyma Posted February 3 Share Posted February 3 Salut à tous Après une mise à jour depuis 9.0 vers 9.0.3 je me retrouve sans BO mais sur mon site directement en tapant l'adresse du B0, comme s'iil était redirigé sur le site en lui-même. J'ai activé le mode debug et effacé les caches mais rien ni fait... J'ai essayé de renommé le module PAYPAL pour voir et la j'ai eu : RecursiveDirectoryIterator::__construct(/usr/local/lsws/mt.com/http/current/public/modules/paypal): Failed to open directory: No such file or directory UnexpectedValueException in /usr/local/lsws/mt.com/http/current/public/src/PrestaShopBundle/DependencyInjection/Compiler/ModuleControllerRegisterPass.php (line 56) { $installedModules = $container->getParameter('prestashop.installed_modules'); $moduleDir = $container->getParameter('prestashop.module_dir'); foreach ($installedModules as $moduleName) { $fileIterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($moduleDir . $moduleName)); $phpFiles = new RegexIterator($fileIterator, '/\.php$/'); foreach ($phpFiles as $file) { $className = $this->getFrameworkAdminControllerClassNameFromFile($file->getRealPath()); RecursiveDirectoryIterator->__construct() in /usr/local/lsws/mt.com/http/current/public/src/PrestaShopBundle/DependencyInjection/Compiler/ModuleControllerRegisterPass.php (line 56) in /usr/local/lsws/mt.com/http/current/public/vendor/symfony/dependency-injection/Compiler/Compiler.php -> process (line 80) in /usr/local/lsws/mt.com/http/current/public/vendor/symfony/dependency-injection/ContainerBuilder.php -> compile (line 768) in /usr/local/lsws/mt.com/http/current/public/vendor/symfony/http-kernel/Kernel.php -> compile (line 507) in /usr/local/lsws/mt.com/http/current/public/vendor/symfony/http-kernel/Kernel.php -> initializeContainer (line 772) in /usr/local/lsws/mt.com/http/current/public/vendor/symfony/http-kernel/Kernel.php -> preBoot (line 185) Kernel->handle() in /usr/local/lsws/mt.com/http/current/public/admin560cjlpkyzqmsxizehs/index.php (line 92) Je note aussi que plus aucun module de paiement n'est activé ou dispo sur le site Quelqu'un aurait une idée? Link to comment Share on other sites More sharing options...
Mediacom87 Posted February 4 Share Posted February 4 Bonjour, voici une piste https://github.com/PrestaShop/PrestaShop/issues/40688 1 Link to comment Share on other sites More sharing options...
Prestashop Addict Posted February 4 Share Posted February 4 (edited) C'est la version open source de PS ou Clasic edition ? Edited February 4 by Prestashop Addict (see edit history) Link to comment Share on other sites More sharing options...
yama Posted February 4 Share Posted February 4 12 hours ago, Prestashop Addict said: C'est la version open source de PS ou Clasic edition ? Les deux, c'est le module ps_apiresources il faut mettre a jour en 0.4.0 https://github.com/PrestaShop/ps_apiresources/releases/tag/v0.4.0 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