That can be either a connectivity problem between your wordpress server and the BigBlueButton server you are using or directly a problem on the BigBlueButton server response.
First try using the settings that come by default. If that doesn’t work then is the first option. If you are on linux and you have access to the terminal do:
wget -q -O- http://test-install.blindsidenetworks.com/bigbluebutton/api/
You should get a xml response like this
<response>
<returncode>SUCCESS</returncode>
<version>0.81</version>
</response>
Most likely is that it won’t work. If it doesn’t then you have the diagnosis. Now you need to find the solution (to the connectivity problem). If it works let us know.
Good luck!
Hi,
Thank you for your reply.
It works. I got an xml response:
<response><returncode>SUCCESS</returncode><version>0.81</version></response>
but the problem is there.
For those experiencing this problem, the solution is to install the php5-simplexml library in the server.
You can find a reference to a similar issue here
http://www.pc-freak.net/blog/fix-php-fatal-error-class-simplexmlelement-fatal-error-class-jloader-freebsd/
Closed due inactivity