-
Bug
-
Resolution: Duplicate
-
Minor
-
3.2.4
I recently did two upgrades from phpBB 3.0.10 to phpBB 3.2.4 for two different clients. The same issues occurred.
- At the start of the migration, the upgrade program flagged an error. The phpbb_config_text table did not exist. I had to create it and its indexes in order to get it to start.
- During the 3.2 part of the migration, a similar error happened. The phpbb_oauth_states table did not exist. I had to create it and its indexes too.
I imagine these migration routines should test if the tables don't exist and if they don't create them rather than error out like this.
- is duplicated by
-
PHPBB-15911 SQL general error on DB update from 3.0 branch
- Closed
-
PHPBB-15909 v310\bot_update.php migration attempts to invoke 3.2.x user_delete and fails because oauth_states table has not been added yet.
- Closed
- was caused by solution of
-
PHPBB-15716 OAuth link information remains after deleting a user, causes fatal exception
- Closed