Closed (fixed)
Project:
Quiz
Version:
7.x-4.x-dev
Component:
Code - Quiz core
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 05:36 UTC
Updated:
22 Jun 2014 at 16:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dkliewer commentedI am getting the same error when updating an MC question. Basically you have to change anything (in my case I changed the correct answer).
Comment #2
klausiThe error message says it all - the call to db_query() misses the named parameters that are used in the queries. Not sure that I'm inserting the right parameters here, please test.
Patch attached.
Comment #3
edboost commentedKlausi,
Thanks for this. It seems to work!
Clearly, those of us who are working with this module need more php sense than we have.
Will continue to test to see if anything strange comes up. But we do seem to be able to edit questions without an error now.
Thanks for the patch!
Comment #4
falcon commentedCommited a version of the patch. Thanks!