I’ve created a fork of the plugin with a fix for the PHP version check to support 7.0+ that you could try:
https://github.com/Einkoro/wp-image-cleanup
Considering the plugin has been inactive for 2 years I wouldn’t be surprised if you encounter other issues though. Let me know if you encounter any and I can take a look at it. Highly recommend backing up before you do anything after indexing regardless.
the same issue with my blog Du lịch giá rẻ
Thanks a lot for the fix Einkoro 🙂
Hi, the same problem here but with PHP 7.0.6
My website is Delft MaMa
Hello,
Same for me PHP 7.0.6+ don’t work :/ btw if you know some other plugins that can delete mass of unused/unattached images (40000+) I’ll take it x)
Thanks
Open image-cleanup.plugin.php.
Go to 1222. row.
Change if ($version[0] >= 5 && $version[1] >= 1)
to
if ($version[0] >= 5)
resolved.