support/articles/205516888-troubleshooting-pdo-issues by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 22 Jul 2023 03:36:40 GMT --> Troubleshooting PDO issues | Name.com
Skip navigation
Knowledge Base    Hosting    cPanel: Troubleshooting PDO issues

Troubleshooting PDO issues

Last Updated: Jan 11, 2022

PDO stands for PHP Data Objects, and it’s a function that some website builders such as Joomla or Drupal need in order to function. Luckily, PDO is automatically active on our hosting servers. However, sometimes you will see an error that says it is missing.

Typically, this error is caused when a php.ini file is added to a folder, and essentially disables the PDO function for that folder. To fix this, all you need to do is add the following text to your php.ini file:

extension=pdo.so

extension=pdo_sqlite.so

extension=sqlite.so

extension=pdo_mysql.so

You can add this text after any other text you already have in your php.ini file, and it won’t conflict with anything else in there.


Can't find what you're looking for? Contact our support team now
Open a Support Ticket
Submit a request

Anytime 24/7

Live Chat

Live agent:  12am - 5pm MST every day
Live virtual bot:  5pm - 12am MST every day
Mountain Time, Denver, USA

support/articles/205516888-troubleshooting-pdo-issues by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 22 Jul 2023 03:36:40 GMT -->