Heya,
I'm trying to include some pal boxes in a sidebar on threads pages.
I've successfully done this with some tweaking with the shoutbox....
But in doing anything else, I get this error:
Call to a member function on a non-object in blahblahblah...It does it when it hits this:
$sth = $dbh -> do_query($query);I know it has to do with defining $sth or $dbh above it... but I really don't understand how this $sth and $dbh stuff works.
As this is a threads page, main.inc.php is already required....
I know it's a simple thing... so please teach me oh masters.
