Forums

Join
bbPress Support ForumsTroubleshootingHow to change next users id?

Info

Tags

How to change next users id?

  1. After convertation from phpBB3 to BBpress 0.9.0.5 i delete fake users and change IDs, but when somebody registers now his new ID is 140x... where i can fix this?

    i mean how to say to bbpress that i have only etc. 30 users, so next ID must be 31,32,33?

  2. This is definitely related to the phpbb3 to bbPress conversion. :-) The AUTO_INCREMENT gets set really high by the conversion script, to avoid userID conflicts.

    Previous users have reported fixes here - hope one of these fixes work!
    http://bbpress.org/forums/topic/user-id-999999999#post-5521

    Please let us know how it goes. :-)

  3. Thx for link John:

    ALTER TABLE bb_users AUTO_INCREMENT = 400

    400 - will be next registered user id

  4. You must log in to post.