Uncaught exception 'PDOException'...
|
25 posts
|
I get this error. Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in /home/user/public_html/froggy/index.php:34 Stack trace: #0 /home/user/public_html/froggy/index.php(34): PDO->__construct('mysql:dbname=ec...', 'ecko_user', 'password') #1 {main} thrown in /home/user/public_html/froggy/index.php on line 34 Why do I get this error? Is it because my server dosn't have PDO enabled? |
|
541 posts
|
yes or your server does not have PDO mysql driver installed ! |