Quote:
Originally Posted by NuclioN
Our users loved this (Atlantis) sms system:
https://vborg.vbsupport.ru/showthrea...ghlight=sms%2A
Is it possible to port this to 3.5? I've tried it on RC2 but it doesn't work.
Got this: Fatal error: Call to a member function on a non-object in /forum/sms.php on line 46
|
that fatal error thing may be easy to fix. Change any calls to $DB_site->query to $db->query.
Then try the script again. Also look for refs to $bbuserinfo and change those to the new variable.