Closed (fixed)
Project:
Quiz
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 19:44 UTC
Updated:
17 Jan 2010 at 18:20 UTC
Jump to comment: Most recent file
When trying to add questions using any of the new question types (matching, long answer, short answer) I get an error saying :
Fatal error: Class 'LongAnswerQuestion' not found in ../sites/all/modules/quiz/question_types/quiz_question/quiz_question.module on line 441
(The class changes with each type).
using php 5.2.9
MySql 5.1.30
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | quiz-erros.jpg | 197.49 KB | schefz |
| #3 | quiz-erros-2.jpg | 52.13 KB | schefz |
| #2 | Picture 1.png | 145.23 KB | schefz |
| #2 | Picture 2.png | 139.89 KB | schefz |
| #2 | Picture 3.png | 139.14 KB | schefz |
Comments
Comment #1
sivaji_ganesh_jojodae commentedI tried to reproduce the same error in my localhost on a fresh drupal installation with quiz 6.x-3.0 could not succeed it work pretty fine for me. Are you sure is it quiz 6.x-3.0 ? Can you attach a snaphost ? Is it a fresh installation or upgraded version ?
Comment #2
schefz commentedIts an upgraded version
Comment #3
schefz commentedHere are some other error screenshots that popped up when i went to matching administration. What other information is needed to help troubleshoot this issue?
Comment #4
sivaji_ganesh_jojodae commentedThanks for the snapshot. Your snapshot has no clue of error message posted in this issue.
Can i assume that you have no problem in creating new questions now ?
Indeed #3 matching administration form had some issue refer #517602: deprecated use of form array in matching administration page
FYI these bugs were fixed in quiz 4.x.alpha, I would recommend you to upgrade.
Comment #5
sivaji_ganesh_jojodae commentedquestion types not founderror is because of autoload cache andcannot use scalar value as an arrayerror is because of incorrect use of FAPI. These issues were already fixed and hence marking this as fixed.