I-AM-OBODO Posted January 31, 2015 Share Posted January 31, 2015 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 More sharing options...
Ch0cu3r Posted January 31, 2015 Share Posted January 31, 2015 contact godaddy and make sure they have enabled the pdo extensions Link to comment https://forums.phpfreaks.com/topic/294296-fatal-error-class-pdo-not-found/#findComment-1504464 Share on other sites More sharing options...
NotionCommotion Posted January 31, 2015 Share Posted January 31, 2015 Before calling godaddy, see what phpinfo() says. Link to comment https://forums.phpfreaks.com/topic/294296-fatal-error-class-pdo-not-found/#findComment-1504467 Share on other sites More sharing options...
I-AM-OBODO Posted January 31, 2015 Author Share Posted January 31, 2015 Hello guys. Thanks. the issue have been resolved. The problem is from godaddy. Link to comment https://forums.phpfreaks.com/topic/294296-fatal-error-class-pdo-not-found/#findComment-1504476 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.