Bug #8196
closedbbb not working anymore
0%
Description
Fresh install of Chamilo 1.10.4
Fresh install of bbb, latest as recommended via their wiki.
Both local, so there is no firewall or other neetwork issues.
When adding bbb server as plugin, activated it, tried to join a session:
PHP Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /var/www/html/plugin/bbb/lib/bbb_api.php:77\n Stack trace:\n #0 /var/www/html/plugin/bbb/lib/bbb_api.php(77): SimpleXMLElement->__construct('<html>\\r\\n<head><...')\n #1 /var/www/html/plugin/bbb/lib/bbb_api.php(165): BigBlueButtonBN->_processXmlResponse('bbb.osc.lan/big...')\n #2 /var/www/html/plugin/bbb/lib/bbb.lib.php(186): BigBlueButtonBN->createMeetingWithXmlResponseArray(Array)\n #3 /var/www/html/plugin/bbb/start.php(64): bbb->createMeeting(Array)\n #4 {main}\n thrown in /var/www/html/plugin/bbb/lib/bbb_api.php on line 77, referer: http://chamilo.osc.lan/plugin/bbb/listing.php?cidReq=MISC0001&id_session=0&gidReq=0&gradebook=0&origin=
bbb works as expected, since all other functions work (also their demo)
Updated by Alexander Hu almost 7 years ago
Yes, again it's only a notice, but:
Notice: Undefined index: userId in /var/www/html/plugin/bbb/lib/bbb_api.php on line 216
Updated by Yannick Warnier almost 7 years ago
- Category set to Plugins
- Priority changed from High to Normal
Notice fixed, but I can't reproduce the error with BBB. What version of BBB are you using (I'm still using v0.81).
Updated by Alexander Hu almost 7 years ago
Well, 0.8.x has some advantages (like the native Android app), but latest is 0.9.1.
(and 1.0-beta is also released)
Updated by Yannick Warnier almost 7 years ago
- Status changed from New to Needs more info
I tested Chamilo 1.11 with BBB 0.81 and 1.0 and did not have issues.
Please note that, due to a (too) strict condition introduced by Julio in 1.10.6, the plugin will not work in 1.10.6. You need to apply this little fix (one character) for it to work:
https://github.com/chamilo/chamilo-lms/commit/008029b2566c1b081443387713926555a01537cd
Failing to get more precise information on this, I'll have to close this report.
Updated by Yannick Warnier over 6 years ago
- Status changed from Needs more info to Rejected - Abandoned
Bug considered closed. Cannot reproduce in 1.10.x and in 1.11.x