Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
And the error is a warning (E_WARNING), rather than a fatal error? You might want to try using Imagick instead. Otherwise you can try marking the problem file as optimized manually, and then running the tool again.[CODE="sql"]SELECT data_idFROM xf_attachment_dataWHERE optimized = 0AND width > 0ORDER BY data_idLIMIT 1;[/CODE][CODE="sql"]UPDATE xf_attachment_dataSET optimized = 1WHERE data_id = 123; -- replace 123 with the data_id from the query above[/CODE]
And the error is a warning (E_WARNING), rather than a fatal error? You might want to try using Imagick instead. Otherwise you can try marking the problem file as optimized manually, and then running the tool again.
E_WARNING
[CODE="sql"]SELECT data_id
FROM xf_attachment_data
WHERE optimized = 0
AND width > 0
ORDER BY data_id
LIMIT 1;[/CODE]
[CODE="sql"]UPDATE xf_attachment_data
SET optimized = 1
WHERE data_id = 123; -- replace 123 with the data_id from the query above[/CODE]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences