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

goose2000’s picture

More 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?

awong’s picture

i just tested, but i cannot reproduce the error.
I think this issue had been fixed in the head version, and now it is working.

senpai’s picture

@awong: If you have verified this error is fixed in the HEAD version, please say so, and then mark the issue as 'fixed'. Thanks!

awong’s picture

Status: Active » Fixed

I have verified this error is fixed in the HEAD version.
I am changing the status to 'fixed'.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.