Posted a ticket for this but thought I would try here as well... The script is searching for the following file in a couple of different directories: Code: PDO.php Here is the error log: Anyone ever seen this? Thanks in advance!
Your hosting support is TOO SMART for a hosting support Just ask them to install PHP's PDO extension instead of playing dirty games with strace If they say it is already installed, do the following: create a PHP file test.php with the following content: <?php phpinfo(); ?> upload it to the server and open from browser. You will see various information about PHP configuration. Search for word "pdo" on the page - there won't be any. Once they enable pdo extension, it will appear.
haha! Finally got back to an admin and he found the issue in less than a minute. FYI: The server was hacked through a wordpress install and they guys that fixed it did not do their diligence in setting everything back to the way it was. Thanks Alex.