[quote="Handyman"]
Check your admin panel.
They are probably on the inactive list.
Also, if you are just looking at their user_id, ID's 3, 4, 5 and 6 are reserved for Yahoo, MSN, Google and... I don't remember the other bot... but they are bots now, so the user that used to be #3 is now #7 and everybody else is moved up 4 ID's as well.

did that make any sense?
[/quote]
The users are just not there. unless there is some reserved special id.
From Beta4 there was 50 (from what I remember) robots registered. I've erased them all to make sure it was the userid creating troubles ( phpbb 2.0.21 ids were 8,25,26,41 )
to avoid any users conversion error. but it didn't work.
any suggestions ?
Thanks a lot for all theses hints
EDIT: the +4 rules got my attention and after looking the users_upgrade.php, I've found
- Code: Select all
$user_id = $user_row['user_id'] + '4';
so I imagine if I change it for something like +54 it should work. Gonna give you the feedback