Ran the upgrade.php and get this...
Adjusting uploadable avatars...
Updating attachments... done.
Updating settings... done.
Successful.
Updating thumbnails...
Registering thumbs... done.
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 'ID_THUMB' in 'where clause'
Anyone know how to fix that?
Which version of SMF are you upgrading from and to?