|
For anyone has the same my problem run this query on phpmyadmin to update the Vbulletin userid with the imported userid.
Make a backup before, please.
QUery:
UPDATE `user`,`ppgal_images` SET `ppgal_images.userid` = `user.userid` WHERE `user.username` = `ppgal_images.username`;
Enjoy
|