Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10598

Unable to install database with no table_prefix

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Minor Minor
    • 3.0.11-RC1
    • 3.0.10
    • Installation system
    • None
    • PHP 5.3.8
      mysql 5.5.16
      Firefox 9.0.1

      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.

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

              Created:
              Updated:
              Resolved: