-1
I transitioned from my site using personnel but on the new server it accuses the following error:
The PDO Extension is required for this Adapter but the Extension is not Loaded
Note: I’ve already set up php.ini.
-1
I transitioned from my site using personnel but on the new server it accuses the following error:
The PDO Extension is required for this Adapter but the Extension is not Loaded
Note: I’ve already set up php.ini.
1
Follow the link to the Gento-check where you check everything that is needed to run the Gento and report in case of a fault:
https://gist.github.com/atomicpages/4383809
After this it is necessary in case any module fails to install it or to load it.
I am available for more information.
I contacted the service provider’s support team and they released something there that was disturbing. Thank you.
Browser other questions tagged php magento pdo
You are not signed in. Login or sign up in order to post.
Which version of php vc used before and which one do you use now? Pdo appears enabled in
phpinfo()
?– rray
Message reports that the PDO extension is not enabled, check it together with your hosting!!!
– user6026
i put the extensions . only in php.ini, only that shouldn’t be enough?
– rafaslide
You need to check if the extension file exists, error says it was not loaded
– Erlon Charles