I'm trying to upgrade the Hivemail/Threads integration to work with Hivemail 1.3.1. It can update new mail, but I can't sign up new users into hivemail. I've attatched the ubbthreads_plugin.php file as a .txt file.
Anyhow, I get this error when I try to sign up a new user:
[]
Fatal error: Call to a member function on a non-object in /home/laondal/public_html/correo/includes/ubbthreads_plugin.php on line 116 [/]
So I changed the instances of "$dbh->do_query" to "$DB_site->query" before the two queries for creating a user and got this error:
[] Fatal error: Call to a member function on a non-object in /home/laondal/public_html/correo/includes/ubbthreads_plugin.php on line 112 [/]
The two queries for creating the user, with $DB_site->query is an exact copy of the query used by Hivemail to insert a new user into the database, so I don't know what I really need to do to make this work.
Any suggestions would be appreciated. Thanks!
