PDA

View Full Version : Problem importing users


chrispritchard
06-16-2011, 01:35 PM
I'm importing a CSV file into the users table with phpMyAdmin. The import goes successfully and the users appear in my AdminCP list of users, but when I click on the user's name to see their details, all the fields on the details page are blank. Also, the "Go" button on the right doesn't work.

What's odd is that I can log in with the user's credentials, see their profile, their join date, etc. but the Admin can't any of the details.

Any idea what this could be? Is there another table I need to modify for this to work correctly?

(I'm using vB CMS 4.13)

Thanks,
Chris

Lautaro
06-16-2011, 01:37 PM
So you can see all the users information through the admincp but not through your forum ?

--------------- Added 1308235366 at 1308235366 ---------------

nvm i misunderstood your problem.

try doing the following:

Go to AdminCP > Maintenance > Update Counters:

Update User Titles and Ranks
Rebuild Thread Information
Rebuild Forum Information
Fix broken user profiles
Update User Names

chrispritchard
06-16-2011, 02:05 PM
Hi Lautaro ... that did it. I ran the "Fix broken user profiles" and it restored the info in the AdminCP.

Thank you very much!