Bug #5103
Videoconference plugin install script fails on subdirectory installs
Complexity:
Easy
SCRUM pts - complexity:
?
Description
On Chamilo installations using a subdirectory (i.e. www.chamilo.org/elearning/), the bbb plugin fails to link to the right directory.
In plugin/bbb/install.php and plugin/bbb/course_install.php, the link to the bbb plugin has to be modified from ../../plugin/bbb/start.php to ../plugin/bbb/start.php.
This is likely to make the "normal" (root directory) installs fail, so it has to be checked thoroughly before applying (make sure that, with this change, it works both for root directory and subdirectory installs).
History
Updated by Julio Montoya over 8 years ago
- Status changed from New to Needs testing
- Assignee set to Yoselyn Castillo
Works fine for me. Tested in chamilo 1.9 in a local installation with this URL
Updated by Yoselyn Castillo over 8 years ago
- Status changed from Needs testing to Bug resolved
- Assignee deleted (
Yoselyn Castillo)
It works fine for me