sourcebroker / imageopt

TYPO3 extension imageopt. Optimize images resized by TYPO3 so they will take less space, page will be downloaded faster and Google PageSpeed Insights score will get higher.
Other
31 stars 8 forks source link

[BUGFIX] continue command when processed file is missing #44

Closed akiessling closed 1 year ago

akiessling commented 1 year ago

Fixes #43

akiessling commented 1 year ago

I just saw that not all size_before and size_after are int fields. Is that intentional? I needed to set the default values to 0 to fix my sql errors.

kszymukowicz commented 1 year ago

Actually TYPO3 database update schema do not like int and default null value so I normalised all sizes to varchar. Can you please test if with current master branch you still have problems?

akiessling commented 1 year ago

I think it looks god now. I had to reset my processed images anyways due to some other errors, thus running the task shows no errors now.

akiessling commented 1 year ago

Thanks for taking care!