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

phpbb cannot be installed in the same postgres database more than once

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Duplicate
    • 3.0.9
    • None
    • None
    • None

    Description

      I found this on 3.1-dev but I'm pretty sure it affects 3.0 also.

      Trying to install phpbb into a database that already has a phpbb install (with a different table prefix, naturally) produces on create_table (http://localhost/boards/y1/install/index.php?mode=install&sub=create_table) step:

      A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.
       
      install_install.php [ 1172 ]
       
      SQL : CREATE DOMAIN varchar_ci AS varchar(255) NOT NULL DEFAULT ''::character varying
       
      ERROR: type "varchar_ci" already exists
      

      Attachments

        Issue Links

          Activity

            People

              Oleg Oleg [X] (Inactive)
              Oleg Oleg [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: