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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 3.0.9
    • None
    • None

      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
      

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

              Created:
              Updated:
              Resolved: