Log in

View Full Version : A Call for Help


Velocd
06-23-2002, 03:33 AM
I just made a relatively large restore of my users through console windowl, and all the users show up perfectly in the user table when I browse it from phpmyadmin, but in my forums themselves I am the only user :(

I'm wondering if this problem could be caused by the way I restored my users. I went to my old backup.sql file I had made about 2 weeks ago and copied only this segment of the backup.sql:


INSERT INTO user VALUES('56', '2', 'username_guy', '2157f61c1992309ee95d8a670dad1a88', 'sw33t_anj3l@hotmail.com', '1', 'neon4ever@kittymail.com', '1', 'http://', '78299489', '', '', 'Http://www.boomspeed.com/sw33t_anj3l/heavenly_sakura.jpg', '1', '1', '0', 'Amateur', '0', '1021107755', '1', '1000', '1021624366', '1021626257', '1021457388', '39', '0', '+9.5', '1', '', '', '', '1', '0', '1', '0', '15', '1984-12-13', '20', '1', '210.50.133.184', '0', '1', '0', '0', '0', '0000-00-00', '', '0', '0', '0', 'Neutral', '');


Then I created a new user_restore.sql file and pasted that segment in there. Then I went into my console window and restored it using the normal restoration procedure on a local server. As said above, the results when viewing from the phpmyadmin looked perfect, but I am the only member on my forums still. Does an update need to be done on the forums maybe somewhere in admincp?

Velocd
06-23-2002, 03:44 AM
Sorry for the double post, the problem seems to have gotten a bit stranger..

On my forum home page it is telling me the correct number of users I have registered, and also the correct last user who registered. In the members list though, I cannot see anybody else than myself. In admin cp --> find users, I am the only user listed.

Velocd
06-23-2002, 06:22 AM
bump ^

;)

Xenon
06-23-2002, 11:23 AM
you have to add the users to the userfield table, if you don't they won't show up in admincp

Velocd
06-23-2002, 06:13 PM
thanks for the tip Xenon, that worked perfectly ;)