Bug #4381
plugin BigBlueButton
Description
Bonjour
Par défaut, dans la version 1884, quand on clique sur l'icône Vidéoconférence dans un cours, on arrive sur une page d'erreur : "Not Found. The requested URL /plugin/bbb/start.php was not found on this server."
J'ai trouvé la source d'erreur. Le fichier course_install.php dans /plugin/bbb contient une erreur pour laquelle il suffit de remplacer '../../plugin/bbb/start.php' par '../plugin/bbb/start.php' dans la ligne 20.
Je travaille avec un ubuntu server amd64 11.10 dans une vm lxc, avec PHP 5.3.6 et mysql Ver 14.14 Distrib 5.1.58.
Bonne journée
Associated revisions
History
Updated by Yannick Warnier over 8 years ago
- Status changed from New to Assigned
- Assignee set to Julio Montoya
Julio, given you've been working on this, could you check this one as well? (just in case) If it's not a problem anymore, let us know and close the task, thanks.
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs more info
- Assignee deleted (
Julio Montoya) - % Done changed from 0 to 10
When I did some tests It seems to work fine with this string:
'../../plugin/bbb/start.php'
Updated by Julio Montoya over 8 years ago
- Status changed from Needs more info to Feature implemented
- % Done changed from 10 to 100
closing should be fixed now see #3625
Fix PHP warning see #4381