Hanoc Posted June 24, 2022 Share Posted June 24, 2022 Bonjour la communauté, Je rencontre un problème. Je ne peux plus accéder à la page de gestion des modules. J'ai vider tous les caches et j'ai toujours cette erreur : FatalErrorException HTTP 500 Internal Server Error Compile Error: PrestaShop\PrestaShop\Adapter\Module\ModuleDataProvider::main(): Failed opening required '/www/modules/ps_accounts/vendor/autoload.php' (include_path='/www/vendor/pear/pear_exception:/www/vendor/pear/console_getopt:/www/vendor/pear/pear-core-minimal/src:/www/vendor/pear/archive_tar:.:/**/php7.2/lib/php') Le contenu du fichier ps_accounts in modules/ps_accounts/ps_accounts.php (line 23) * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 */ if (!defined('_PS_VERSION_')) { exit;} require_once __DIR__ . '/vendor/autoload.php'; class Ps_accounts extends Module{ const DEFAULT_ENV = ''; Ne cherche t-il pas plutot le fichier autoload présent dans le dossier vendor à la racine ? (il n'y en a pas dans le dossier ps_accounts/vendor) Merci d'avance pour votre aide 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