lmsace / enlightlite

Enlightlite - A free responsive moodle theme by LMSACE
2 stars 3 forks source link

when install in to got any issue but when logout "You don't have permission to view this list of course" #26

Closed pikou1985 closed 2 years ago

pikou1985 commented 2 years ago

when install in to got any issue but when logout "You don't have permission to view this list of course" I use moodle 3.11 whit sql server 2017. I check in course_rederer.php $sql = "SELECT a.category , a.cnt from ( SELECT category , count(category) as cnt FROM {course}"; $sql .= " WHERE category != '0' and visible = ? group by category ) as a order by a.cnt desc ";

If i change visible !=1 or <>1 it show login page and can login but course menu not list down course.

I change $sql to default when logout it got error "You don't have permission to view this list of course".

prasanna-lmsace commented 2 years ago

We have fixed the issue and updated the fix to branch m4.0. We will update the fix in other versions as soon as possible