pages: user/quiz/result_id/userresults,
node/nid/quiz/start upon finishing test trying to display feedback

After fixing the points error, as outlined in issue #177084 There is an additional feedback error. This one I have no clue as to how to fix. But I did receive this error. I think it has something to do with the joins, but I'm not entirely sure. The same thing happens on the userresult page.

* Column 'nid'; in where clause is ambiguous query: SELECT *, IFNULL((SELECT 1 FROM quiz_multichoice_user_answers ua WHERE question_nid = nid AND question_vid = vid AND result_id = 10 AND ua.answer_id = ma.answer_id),0) as user_answer, (SELECT is_correct FROM quiz_node_results_answers WHERE question_nid = nid AND question_vid = vid AND result_id = 10) as question_correct FROM node LEFT JOIN node_revisions USING (nid, vid) LEFT JOIN quiz_multichoice_answers ma USING (nid, vid)WHERE nid = 8 AND vid = 8 in /home/westwest/public_html/dev/includes/database.mysql.inc on line 172.

Comments

westwesterson’s picture

Status: Active » Closed (fixed)

this was caused by residual use of points, this has been fixed with (to be committed) patch #177084

  • Commit 1959ac6 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x by kscheirer:
    bug #177105 by westwesterson fix for bugs #177086 #177083 #177081...
  • Commit 7ae1a34 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x by kscheirer:
    issue #177350 by westwesterson This patch so far fixes issues: #177084 #...

  • Commit 1959ac6 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, quiz-pages by kscheirer:
    bug #177105 by westwesterson fix for bugs #177086 #177083 #177081...
  • Commit 7ae1a34 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, quiz-pages by kscheirer:
    issue #177350 by westwesterson This patch so far fixes issues: #177084 #...

  • Commit 1959ac6 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, quiz-pages, 2269219 by kscheirer:
    bug #177105 by westwesterson fix for bugs #177086 #177083 #177081...
  • Commit 7ae1a34 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, quiz-pages, 2269219 by kscheirer:
    issue #177350 by westwesterson This patch so far fixes issues: #177084 #...

  • Commit 1959ac6 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, 2269219 by kscheirer:
    bug #177105 by westwesterson fix for bugs #177086 #177083 #177081...
  • Commit 7ae1a34 on 5.x-2.x, 6.x-2.x, 6.x-3.x, 6.x-4.x, 6.x-5.x, 6.x-6.x, 7.x-4.x, master, 7.x-5.x, 2269219 by kscheirer:
    issue #177350 by westwesterson This patch so far fixes issues: #177084 #...