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:
Code:
INSERT INTO user VALUES('56', '2', 'username_guy', '2157f61c1992309ee95d8a670dad1a88', 'sw33t_anj3l@hotmail.com', '1', 'neon4ever@kittymail.com', '1', 'http://', '78299489', '', '', '
', '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?