Hi there every time i activate the bbbmodule and connect succesfully to my 0.8 bbb server my site crashes.

After manualy disabeling and uninstalling the bbb module i get this warning:

warning: include_once(includes/api-0.8.bbb.inc): failed to open stream: No such file or directory in /home/ubuntu/www/drupal6/modules/contrib/bbb/bbb.module on line 32.

warning: include_once(): Failed opening 'includes/api-0.8.bbb.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/ubuntu/www/drupal6/modules/contrib/bbb/bbb.module on line 32.

I went to see the includes and thereis no 0.8 file.

Will this be addedin future releases for drupal 6 or do i have to migrate to drupal 7 ?

I found that copying api-0.7.bbb.inc to api-0.8.bbb.inc works but is this ok for a production site ?

Comments

jmetisi’s picture

Hello everyone and thanks for the continued efforts to implement this fantastic module in Drupal.

I also updated to version 0.8 and had the same problem. The only thing I could do, considering my limited knowledge of php, is change the name in:
/sites/default/modules/bbb/includes/api-0.7.bbb.inc
by:
api-0.8.bbb.inc.
Now works on my website.
I hope that implement the new API of BBB v0.8 for Drupal 6.x soon.
Greetings.

eme’s picture

Indeed there is a variable called bbb_api_version, but you can not change it manually in settings. It is normally automatically detected.

See in pages.bbb.inc for more infos (line 107 : bbb_test_connection may have to be debugged).

generix’s picture

thanks for this post. i was having this same problem and your suggestion seems to be a fix