Closed (duplicate)
Project:
Quiz
Version:
7.x-4.0-alpha1
Component:
Code - Quiz core
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2012 at 16:11 UTC
Updated:
12 Apr 2012 at 12:29 UTC
PDOException: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'max_score' at row 3: UPDATE {quiz_node_properties} SET max_score=max_score_for_random * number_of_random_questions + ( SELECT SUM(max_score) FROM {quiz_node_relationship} qnr WHERE qnr.question_status = 1 AND parent_vid = quiz_node_properties.vid) WHERE (vid IN (:db_condition_placeholder_0)) ; Array ( [:db_condition_placeholder_0] => 242 ) in quiz_update_max_score_properties() (line 2574 of /sites/all/modules/contrib/quiz/quiz.module).
When creating a quiz out of the addition of a question multichoice an error prevents the unfolding of creation. Anyone has a solution against this?
It makes the module unusable.
Comments
Comment #1
falcon commented#1516424: PDOexception when updating a fresh quiz