Details
Description
If I click over any category name, I get:
Notice: Undefined property: stdClass::$coursesperpage in C:\cvs_moodle\moodle_head\course\category.php on line 11
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
SELECT c.id,c.sortorder,c.shortname,c.fullname,c.summary,c.visible,c.teacher,c.guest,c.password FROM course c WHERE c.category = '1' ORDER BY c.sortorder ASC LIMIT 0,
Seems that the coursesperpage is undefined so causes an SQL error.
There is a suggested solution over on
MDL-6559http://tracker.moodle.org/browse/MDL-6559
MDL-6559http://tracker.moodle.org/browse/MDL-6559