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