Closed (fixed)
Project:
Quiz
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2007 at 16:07 UTC
Updated:
25 Dec 2007 at 02:01 UTC
Hi, just installed the stable release. I found that I can make questions, has a name and the question text. But every time I try to store my answers, they will not save, hmmm.
I go back, hit edit to add or change things, but nothing is there. 8(
Something I'm missing?
John
Comments
Comment #1
goose2000 commentedMore info, I am finding a problem with prefixed table names database. In my log:
Table 'drupal5.quiz_question' doesn't exist query: SELECT * FROM quiz_question WHERE nid = 169 in C:\Inetpub\wwwroot\BHRP5\includes\database.mysql.inc on line 172.
My database has a prefix of 'bhi_' for all tables. The installation did this for the quiz module fine:
bhi_quiz
bhi_quiz_question
bhi_quiz_questions
bhi_quiz_question_answer
bhi_quiz_question_results
bhi_quiz_result
But some parts of the code seem to be hard wired to not see the prefix. This must be a basic fix?
Comment #2
awong commentedi just tested, but i cannot reproduce the error.
I think this issue had been fixed in the head version, and now it is working.
Comment #3
senpai commented@awong: If you have verified this error is fixed in the HEAD version, please say so, and then mark the issue as 'fixed'. Thanks!
Comment #4
awong commentedI have verified this error is fixed in the HEAD version.
I am changing the status to 'fixed'.
Comment #5
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.