Tried the importor, got a error straight away...
Code:
Database error in vBulletin 3.0.5:
Invalid SQL:
INSERT INTO attachment
(userid,
dateline,
filename,
filedata,
filesize,
visible,
postid,
filehash,
posthash,
thumbnail,
thumbnail_dateline,
thumbnail_filesize,description)
VALUES
(1,
1086838377,
'starship_legend_01.jpg',
This is followed by a bunch of junk text (Guess it's the actual image) and then ended with this
Code:
52080,
1,
8746,
'',
'81cc9dd1f65998e37b82958f5d8b3e59',
'attachment[thumbnail]',
1086838377,
52080,
'')
mysql error: Unknown column 'description' in 'field list'
mysql error number: 1054
Date: Thursday 03rd of March 2005 05:54:43 AM
Referer: http://www.***.com/GAS3fromV3.php?do=map
Appears to be a image left over from a deleted article. Any ideas how to fix this?