As rxu said, the problem is that the database updater is running some very old migrations that should have already been run. Can you run these queries and post their output:Be sure to enable Full texts under the Extra Options button on the phpMyAdmin results.
Code:
SELECT COUNT(*) FROM phpbb_migrations;
Code:
SELECT migration_name, migration_data_done FROM phpbb_migrations WHERE migration_name LIKE '%profilefield_%';
Code:
SELECT field_name, field_ident FROM phpbb_profile_fields;
Code:
SHOW CREATE TABLE phpbb_users;
Statistics: Posted by Noxwizard — Sun Nov 24, 2024 10:26 pm