In docebo LMS (super admin) when you went in User Area Module and activate "Add Course" module. Then a student went in, able to see Add Course at the top menu. Once he click the Add Course, a message shows up
You can't access/lms/course/public/course_autoregistration/view
The fix is,
In order to fix this problem comment some lines in the page
doceboLms/modules/course_autoregistration/course_autoregistration.php;
just change the line 20 and 47 from:
checkPerm('view');
to:
//checkPerm('view');
Done.
No comments:
Post a Comment