Page 1 of 1

BBB PHP error

Posted: Tue May 19, 2020 3:13 pm
by Rival
Hi,

After creating a room\session in the "video conference" interface I get this error.
Does anybody have some suggestions? I am a PHP noob?

Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in C:\inetpub\wwwroot\lmsapp\plugins\ConferenceBBB\lib.bbb.api.php:42 Stack trace: #0 C:\inetpub\wwwroot\lmsapp\plugins\ConferenceBBB\lib.bbb.api.php(42): SimpleXMLElement->__construct('Error') #1 C:\inetpub\wwwroot\lmsapp\plugins\ConferenceBBB\lib.bbb.api.php(272): bbb_wrap_simplexml_load_file('https://bbb.sko...') #2 C:\inetpub\wwwroot\lmsapp\plugins\ConferenceBBB\Conference.php(191): BigBlueButton->createMeetingArray('Chris', 'Ben', NULL, 'pass!!', 'pass!', 'CPlGOlwDjjhq0m4...', 'https://bbb.sko...', NULL) #3 C:\inetpub\wwwroot\lmsapp\appScs\lib\lib.conference.1.3.plugins.php(359): Plugin\ConferenceBBB\Conference->getUrl('3', 'ConferenceBBB') #4 C:\inetpub\wwwroot\lmsapp\appLms\modules\conference\conference.php(135): Conference_Manager->getUrl('3', 'ConferenceBBB') #5 C:\inetpub\wwwroot\lmsapp\appLms\modules\conference\conference.php(903): conference_list(Object(UrlManager)) #6 C:\inetpub\wwwroot\n in C:\inetpub\wwwroot\lmsapp\plugins\ConferenceBBB\lib.bbb.api.php on line 42

Re: BBB PHP error

Posted: Tue May 19, 2020 3:21 pm
by max
Hi Richard,
welcome on board.

There's a lot of threads concerning BBB, its configuration and settings with Forma.
Please search there before posting a new topic.

Re: BBB PHP error

Posted: Thu May 21, 2020 3:14 pm
by Rival
I found the source of the error.
I save the URL with a trailing blank while setting up the plugin for Conference Big Blue Button.

Image

Re: BBB PHP error

Posted: Thu May 21, 2020 3:51 pm
by max
Thank you for posting that!