I just installed 6.x-3.x-dev and when I try to configure Quiz (almost everthing under admin/quiz/*) I always get a WSOD with errors like the following:
Fatal error: Declaration of ShortAnswerResponse::__construct() must be compatible with that of QuizQuestionResponse::__construct() in /data/sandbox/darwin/site-og/modules/quiz/question_types/short_answer/short_answer.classes.inc on line 227
I'm using PHP 5.2, Drupal 6.13, Autoload 1.3.
I initially tried Quiz 6.x-3.3 stable, but I got the same error reported here #558740: Fatal error: Class 'MatchingQuestion' not found in /srv/www/htdocs/mathbaby/sites/all/modules/quiz/question_types/quiz_question/, so I tried 6.x-3.x-dev. But now I get this error. I cleared all caches to see if that could help, but the problem persists.
Comments
Comment #1
falcon commentedI probably fixed this error on 3.x dev earlier today. I was testing upgrading from 3.x to 4.x and had to fix the error in order to make questions with 3.x. I did commit my fixes to 3.x. Maybe one of the 3.x maintainers will cut a new 3.x release.
Comment #2
markus_petrux commentedSure, that would be nice as Quiz 6.x-3.3 was completely unusable for us.
Anyway, I'll try tomorrow or so if I can test the next dev snapshot to see if that works...
Thanks for looking into this.
Comment #3
stGeorge-1 commentedHi, I am getting similar problem of WSOD on 6.x-3.3, stating:
"Fatal error: Unsupported operand types in /home/content/s/a/n/sandpit/html/drupal/includes/common.inc on line 2845"
I only seem to receive it when I try to configure 'Matching' (I am also using 'true/false' and 'multiple choice' but they seem fine). In addition when I try to create a Matching question I receive the attached warning upon saving the question.
This is similar to a bug I reported on 20th Aug for the 3.0 version of quiz. http://drupal.org/node/517602#comment-1946796
I am not a coder, but if I can help with testing or anything else non-technical then let me know as I have spare time.
Cheers
Comment #4
sivaji_ganesh_jojodae commentedIt is related to Autoload cache issue. I think it should be fixed by now.
Comment #5
sivaji_ganesh_jojodae commented