Ticket #277 (fixed bug)
Dupe users in update script broken
- Created: 2011-02-05 10:56:10
- Reported by: Reines
- Assigned to: Reines
- Milestone: 1.4.5
- Component: upgrading
- Priority: normal
When duplicate users are detected in the update script the from needs to submit the UID to continue - it currently doesn't.
History
François 2011-02-05 16:39:51

Be the way, the db_upgrade script need to clean up a little the $_SESSION variable, to unset the "dupe_users" array be example.
When I run a second time the script, after deleted the duplicate user in the database, it always find it !
Reines 2011-02-07 18:22:05

- Status changed from open to fixed.
https://github.com/fluxbb/fluxbb/commit … 40084f20f8
https://github.com/fluxbb/fluxbb/commit … b3bee8a36d
Should be fixed, cheers.
PS. I don't currently have a 1.2 database here so haven't tested this. If someone could give it a test that would be great, thanks.