I am getting the following error from the quiz:
Unknown column 'n.body' in 'field list' query: SELECT n.nid, n.type, n.body, n.format, q.question_status FROM node n, quiz_question q WHERE n.nid = q.question_nid AND q.quiz_nid = 7
Not really sure why its occuring. Any ideas?
Comments
Comment #1
LateNightDesigner commentedDid you execute the sql queries?
Comment #2
webchickHm. Yeah that definitely sounds like it shouldn't be. ;) There've been some pretty significant changes to the node stuff in HEAD lately, so I'll have a look at this as soon as I can clear my schedule and update the module. Thanks for the bug report.
Comment #3
webchickConfirmed this bug, it's a result of the new node revisions stuff that was put in a week or two back. Will try and get some time within the next couple days to fix this.
Comment #4
webchickAh! Fixed it now. :) Sorry about the delay.
Comment #5
(not verified) commented