vfremaux / moodle-block_use_stats

Time based use stats block
6 stars 6 forks source link

Class 'course_context' not found #1

Open dmirou opened 12 years ago

dmirou commented 12 years ago

Class 'course_context' not found in .../blocks/use_stats/block_use_stats.php on line 53

vfremaux commented 12 years ago

Is it possible the block is used in a non course context ? Cheers

cmusso commented 11 years ago

Same problem as soon as the module has been activated : Fatal error: Class 'course_context' not found in blocks/use_stats/block_use_stats.php on line 53

No problem with version 2012031800.

vfremaux commented 11 years ago

checked, needs to be 'context_course', fixing....

vecais commented 11 years ago

Hello vfremaux I have the problem: Class 'course_context' not found in blocks/use_stats/block_use_stats.php on line 53 Are you fixed yet

I hope your avance

Thank you

vfremaux commented 11 years ago

Fiwed in all Moodle 2 versions. Please get fresh implementation pack on Github. Cheers

vecais commented 11 years ago

I have the Versión 2012120300.02 and when activate debug has the error Class 'course_context' not found in blocks/use_stats/block_use_stats.php on line 53. The error occurs when a user with the Role of Teacher gives Turn editing. With the Administrator no error occurs and works fine.