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 Quote 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 (edited) contact godaddy and make sure they have enabled the pdo extensions Edited January 31, 2015 by Ch0cu3r Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/294296-fatal-error-class-pdo-not-found/#findComment-1504467 Share on other sites More sharing options...
Solution I-AM-OBODO Posted January 31, 2015 Author Solution Share Posted January 31, 2015 Hello guys. Thanks. the issue have been resolved. The problem is from godaddy. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.