pdating thumbnails...
Adding image dimensions... Unsuccessful!
This query:
SELECT ID_ATTACH, filename, attachmentType
FROM smf_attachments
WHERE ID_THUMB = 0
AND (RIGHT(filename, 4) IN ('.gif', '.jpg', '.png', '.bmp') OR RIGHT(filename, 5) = '.jpeg')
AND width = 0
AND height = 0;
Caused the error:
Unknown column 'attachmentType' in 'field list'
its givening me the option to try again anything i can do to resolve it
re upp'd the upgrade and sql files and it seems ok so far
That happens sometimes, although we haven't figured out why. Glad you've got it working.