did neone else run into the "mosuser:

tore failed..." error? I ran into it after running the converter... and realized today (a week after converting from phpbb to fb) that people were unable to register to my site.
so the solution:
If you look in your "jos_users" table, there is probably a user with "id" equal to zero. Change this to the next highest "id" number within that table and then set the "extra" field (assuming that you are using mysql4/5) to "auto_increment".
Phew... I thought I was screwed there for a sec.
