Closed daithi-coombes closed 11 years ago
Seems the issue is due to the code flow for xmlrpc requests. All modules
will throw the same fatal error. One solution would be to make sure there's a global $API_Connection_Manager
object created in the parent class API_Con_Mngr_Module
, as all modules extend this class this would ensure that $API_Connection_Manager
is always constructed and global.
The following error is being thrown by
API_Con_Mngr_Module
when callingAPI_Connection_Mnager::get_current_user()
: