-
Bug
-
Resolution: Duplicate
-
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
|
- duplicates
-
PHPBB-8494 Cannot install two boards on the same postgresql database
- Closed