Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2299

[3.3.x] Support Forum • 3.3.15 Database Update

$
0
0
I'm trying to update my installation, but I can't seem to get the database update to execute. If I go through the Update control panel and use "Update Database Only" I get:

Code:

General Error:SQL ERROR [ mysqli ]Table 'phpbb_migrations' already exists [1050]SQLCREATE TABLE phpbb_migrations ( migration_name varchar(255) DEFAULT '' NOT NULL, migration_depends_on text NOT NULL, migration_schema_done tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, migration_data_done tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, migration_data_state text NOT NULL, migration_start_time int(11) UNSIGNED DEFAULT '0' NOT NULL, migration_end_time int(11) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (migration_name) ) CHARACTER SET `utf8` COLLATE `utf8_bin`; in file C:\inetpub\wwwroot\phpBB3\phpbb\db\driver\driver.php on line 1031
If I go to the ACP after this I see:

Code:

Your phpBB installation has not been correctly updated. Please read the information below in order to fix this error.Files Version3.3.15Database version3.3.5
Any ideas? Ta

Statistics: Posted by Kyudos — Fri May 16, 2025 3:50 am



Viewing all articles
Browse latest Browse all 2299

Trending Articles