Error loading PDO extension

Asked

Viewed 255 times

-1

I transitioned from my site using 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

    Which version of php vc used before and which one do you use now? Pdo appears enabled in phpinfo() ?

  • 2

    Message reports that the PDO extension is not enabled, check it together with your hosting!!!

  • i put the extensions . only in php.ini, only that shouldn’t be enough?

  • 1

    You need to check if the extension file exists, error says it was not loaded

1 answer

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

You are not signed in. Login or sign up in order to post.