Experiencing the following CRON error, began just after 1am and am getting same error every 5 mins since (whenever cron job runs).
Anyone know how to fix this?
Class 'PDO' not found in /home/siteid/public_html/ow_core/database.php on line 185
Experiencing the following CRON error, began just after 1am and am getting same error every 5 mins since (whenever cron job runs).
Anyone know how to fix this?
Class 'PDO' not found in /home/siteid/public_html/ow_core/database.php on line 185
Sorry, this might belong in the standard troubleshooting forum. I may have put in wrong place.
You have a problem with your hosting ,Your web server does not appear to support PDO (PHP Data Objects). Ask your hosting provider if they support the native PDO extension.As your hosting provider updated their PHP version?
Tell your webhost he needs to check the php.ini file on his server and enable extension=pdo_mysql.so
Alot of hosts do not enable this ,as it can be a security risk on a shared server
Interesting, thanks for the feedback!
What's odd is that the error seemed to go away early yesterday afternoon. It hasn't been back since. I'm curious what could have caused it.
I did catch a spammer yesterday and deleted their account. Could it be related?