Hi,

When I try to install BBB, I got below warning:
Warning: Call-time pass-by-reference has been deprecated in bbb/bbb.module on line 429
What to do now because I wont find any solution regarding this?
Please help me....

Thanks in advance

Aditya

Comments

adityadubay’s picture

Actively maintained????
No reply from last 4 days and this module is actively maintained, how?????

amstel’s picture

Issue summary: View changes

I supose nobody responded because it is a simple fix. You just need to edit the bbb.module file in the line mentioned in the error message. Remove the "&" symbol at drupal_alter('bbb_meeting', &$meeting); so you have drupal_alter('bbb_meeting', $meeting);.

sanduhrs’s picture

Status: Active » Closed (outdated)