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

LateNightDesigner’s picture

Did you execute the sql queries?

webchick’s picture

Hm. 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.

webchick’s picture

Assigned: Unassigned » webchick
Priority: Normal » Critical

Confirmed 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.

webchick’s picture

Status: Active » Fixed

Ah! Fixed it now. :) Sorry about the delay.

Anonymous’s picture

Status: Fixed » Closed (fixed)