View Single Post
Old October 25th, 2007, 04:14 AM   #67 (permalink)
tintin74
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 25
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
tintin74 is offline   Reply With Quote