Jump to content

Fatal error: Class 'PDO' not found


I-AM-OBODO

Recommended Posts

Hi all.

 

Just seeing this error now.

funny enough the site have been live for about a week only to bring this error now!

 

Fatal error: Class 'PDO' not found in /home/mysite/public_html/includes/file.php on line 21

 

and this is the file.php

$database='mydb';
$user='username';
$password='password';
$dsn="mysql:host=localhost;dbname=$database";

try {
$pdo = new PDO($dsn,$user,$password); // mysql
} catch(PDOException $e) {
die ('Failed to connect'); // Exit, displaying an error message
}

i just saw this today and it's on godaddy

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/294296-fatal-error-class-pdo-not-found/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.