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

Unable to install database with no table_prefix

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Invalid
    • 3.0.10
    • 3.0.11-RC1
    • Installation system
    • None
    • PHP 5.3.8
      mysql 5.5.16
      Firefox 9.0.1

    Description

      Since the 3.0.10 fix for 'Invalid Prefix Names Allowed' (PHPBB3-9066), they have become a required field for installation.

      If you clear the field (do not want a prefix), it will not progress to the next step with the error: "The prefix you entered is invalid".

      This is caused by the table_prefix regex matching a string that starts with a-zA-Z and then 0 or more other valid characters and/or there being no logic to skip this check if the field is empty.

      The correct behaviour would be skip the regex test against this field if it is empty.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: