Comment by galipernicus: Also the Auditorium mod is dependent on the Conferencing mod since it uses its library in its gateway: openmeetingsaudience_gateway.php: require_once($CFG->dirroot.'/mod/openmeetings/lib/nusoap.php');
Which doesn't work in the latest version since they use different client definitions. "nusoap_client" in the auditorium mod is not defined in the the conference lib, which now uses: "nusoap_client_om" I updated the the auditorium gateway to use: "nusoap_client_om" and it appears to be working correctly. For more information: http://code.google.com/p/openmeetings/wiki/MoodlePlugins --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en -~----------~----~----~----~------~----~------~--~---
