Log in

View Full Version : Imported Users Showing as Guest


Robofuzz
09-03-2009, 10:51 PM
I imported a group of users from a tab delimited file using a custom PHP script. Couldn't seem to get Impex to work, so I wrote my own script. Everything appeared to go fine and the users are able to login, upload avatars, etc. However, in the forum, their user titles show 'Guest' and their post count as N/A. I looked at the database tables and everything looks fine there. Any ideas as to how to fix this using a SQL query or something?

snakes1100
09-03-2009, 11:02 PM
did you rebuild counters in the admincp --> maintenance --> update counters?

Marco van Herwaarden
09-07-2009, 11:21 AM
Since you used a custom script, we have no way of knowing what it did or wher it went wrong.

Robofuzz
09-07-2009, 11:50 AM
I figured it out. There was another table that needed an entry for each user. It's all good now!

Marco van Herwaarden
09-07-2009, 12:36 PM
Even if you use your own custom script, you should use the DataManagers to avoid this kind of problems.