morad kablaoui Posted January 19, 2024 Share Posted January 19, 2024 how can i fix this please ??? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted January 24, 2024 Share Posted January 24, 2024 Hi morad kablaoui, It seems that the Symfony DebugClassLoader is having trouble loading the PDOConnection.php file from the Doctrine DBAL library. Ensure that you have run composer install or composer update from the main directory. Verify that the vendor/autoload.php file exists If not, run composer dump-autoload to regenerate the autoloader. Try with clearing the cache,. execute the following commands from your PrestaShop root directory php bin/console cache:clear php bin/console cache:warmup Ensure that the file PDOConnection.php exists at the specified path (vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php). Hopefully it will help you 1 Link to comment Share on other sites More sharing options...
morad kablaoui Posted January 25, 2024 Author Share Posted January 25, 2024 On 1/24/2024 at 1:34 PM, Knowband Plugins said: Hi morad kablaoui, It seems that the Symfony DebugClassLoader is having trouble loading the PDOConnection.php file from the Doctrine DBAL library. Ensure that you have run composer install or composer update from the main directory. Verify that the vendor/autoload.php file exists If not, run composer dump-autoload to regenerate the autoloader. Try with clearing the cache,. execute the following commands from your PrestaShop root directory php bin/console cache:clear php bin/console cache:warmup Ensure that the file PDOConnection.php exists at the specified path (vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php). Hopefully it will help you Expand thank you I do that but i still faced this error when I want to open my modules page or if I want to clear cache from my dashboard 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