Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9977

Q&A Captcha plugin: SQL error on install / activation

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Invalid
    • 3.0.8
    • None
    • ACP
    • None
    • PHP Version 5.2.6-1+lenny3, MySQL 5.0.51a, Firefox 3.6.13

    Description

      On my live and on my test forum I run into an MySQL error, while trying to enable the Q&A captcha plugin.

      First:
      SQL ERROR [ mysql4 ]

      INDEX command denied to user 'xxxx'@'localhost' for table 'phpbb3_captcha_questions' [1142]

      SQL

      CREATE INDEX lang_iso ON phpbb3_captcha_questions(lang_iso)

      The Table captcha_questions is created (empty), captcha_answers and qa_confirm are not.

      Later on:

      Table 'xyxyxyx.phpbb3_captcha_answers' doesn't exist [1146]

      SQL

      INSERT INTO phpbb3_captcha_answers (question_id, answer_text) VALUES (3, 'blibla')

      I've fixed it with the stk tool.
      Please find attached the whole bunch of different error messages I got.

      edit
      I was able to reproduce the error on two other forums (but using the same server)
      edit2
      Just did a test again and updated the information

      Attachments

        Issue Links

          Activity

            People

              bantu Andreas Fischer [X] (Inactive)
              Saint_hh Saint_hh
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: