Checked AUP and it uses following code to call the API:
[code:1] uddeIMAPI::«»sendNewMessage( $fromIdUddeim, $userinfo->userid , $message );
[/code:1]
So there is no existing instance and the error occurs. The FAQ describes how to access the API correctly.
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
I do not remember. Did a grep over all files and found this line. Please contact the author, so he can fix this. Its quite easy instead of the line above he has to use:
[code:1]$api = new uddeIMAPI();
$api->sendNewMessage( $fromIdUddeim, $userinfo->userid , $message );[/code:1]
Thats all.
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer