Quote:
Originally Posted by tintin74 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 |
Great feedback

- I'll update the script if all seems good.