Hello, wondering if anyone can help solve what is going on here.....
I keep getting this error, I don't have any understanding why. I had all of this working on my test server, I move it to my live server and now i'm getting all of these errors...
PDO::prepare(): SQLSTATE[00000]: No error: PDO constructor was not called
This is the line that is calling the DB
$saved = $db->exec(
'SELECT * FROM saved WHERE UserId=?',
$userId
);
Any help would be greatly appreciated!!