Non-object error

I got this error
Fatal error: Call to a member function setAttribute() on a non-object in /home/luke69/public_html/thanks_provider.php on line 176
heres the line

$dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

I really dont understand what is not an object?

You’re calling setAttribute on $dbh, so the error is saying $dbh is not an object.

1 Like

thabks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.