Active
Project:
Classroom
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2011 at 14:52 UTC
Updated:
28 Aug 2011 at 17:14 UTC
Jump to comment: Most recent file
There is a bug under the Responses tab (when you create a quiz), when i will to see the response who gave one user to my question, and i press the link view response (who try to send me to the page view-results)i get a white page with an error:
Fatal error: Call to undefined function theme_quiz_admin() in /Applications/XAMPP/xamppfiles/htdocs/barracuda.lms.ch/sites/all/modules/classroom/classroomquiz/classroomquiz.module on line 229
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | invalid-theme-function-name-1029850.patch | 875 bytes | skh |
Comments
Comment #1
GolDRoger commentedSomeone can help me to fix this?
Comment #2
imobachgs commentedHi,
manolopm, the main developer of classroomquiz module, told me that he could take a look at this issue by the weekend. But, first of all, what version of Quiz module are you using?
Thank you in advance!
Regards,
Imo
Comment #3
GolDRoger commentedI'm using the 6.x-4.0 version :)
thanks in advance for the precious help :)
Comment #4
manolopm commentedOk I've tried this weekend with version 4.0 and, as you say, don't work.
We made the module with Quiz 3.
I want to try with the last Quiz 3 version again to see if all is working and then see if we can adapt it to 4.0.
Regards,
Manolo
Comment #5
skh commentedI had this problem as well. The issue is that classroomquiz.module calls a theme function directly, instead of the proper theme() usage in lines 229 & 237.
They should read
'#value' => theme('quiz_admin',and
'#value' => theme('quiz_get_user_results',respectively.
Patch against 6.x-1.1 included.