Hello,
had someone found a solution for the Fatal Error with vB 3.6.8?
This API would be ideal to solve our problems without this Error
Please let me know if someone has a workaround or similar?
Regards,
smag
Edit://
Found a solution for the Fatal Error to get into the next Error ;-)
replace the $db and $this->db with some other name, for example $db_soap and $this->db_soap and you will get rid of this error.
But afterwards you get an error which will tell you that you call the method query_slave_first() on a non-object.
There is also an obscure assignment in the constructor, $vbulletin = $this; but at the beginning of the constructor $vbulletin was made global ??.
Any Ideas someone ?