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

[3.3.x] Support Forum • Re: Error during database update going from v3.3.13 to 3.3.14

$
0
0
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:

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;
Be sure to enable Full texts under the Extra Options button on the phpMyAdmin results.

Statistics: Posted by Noxwizard — Sun Nov 24, 2024 10:26 pm



Viewing all articles
Browse latest Browse all 1732

Trending Articles