Closed (duplicate)
Project:
Project CVS instructions
Version:
6.x-0.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2009 at 19:33 UTC
Updated:
11 Aug 2009 at 19:49 UTC
Hi,
I created a quiz contest. When i login as a authenticated user and try to access this quiz:
I am getting this warning msg:
user warning: Unknown column 'time_left' in 'field list' query: quiz_take_quiz /* testuser : quiz_take_quiz */ UPDATE quiz_node_results SET time_left = 2926 WHERE result_id = 2 in C:\wamp\www\projects\drupal\d6_site2\sites\all\modules\quiz\quiz.module on line 1168.
I saw in quiz_node_results table there is no time_left column.
It should be time_end in place of time_left , or difference of time_end and time_start should be time_left ??
Thanks for your help.
Comments
Comment #1
sivaji_ganesh_jojodae commentedThis bug may still exist in quiz.3.x, running update.php will fix this. This bug has been fixed and committed to has been committed to quiz-3.x-dev two month ago.
This is a duplicate of #485454: New column time_left not added to the schema definition in quiz_schema