Hi
I can see that PDO is installed via phpinfo function. I am trying to execute a simple shell script that I have used on previous server to connect another database and grab data from there, however I am getting this error:
PHP Fatal error: Uncaught PDOException: could not find driver in xxxxxx.php
with php -m I can see that the module is loaded.
Any ideas?