Hi ddesk,
IMO, PHP 5.4 doesn’t like some PHP functions of the plugin. Have a look at your PHP error file and copy/paste errors.
Best regards,
Charles
Thread Starter
ddesk
(@ddesk)
I’m getting a bunch of errors on line 312, here’s one of them:
PHP Warning: filesize(): stat failed for /var/www/vhosts/deleted.com/httpdocs/wp-content/uploads/2015/06/uw_07.jpg in /var/www/vhosts/deleted.com/httpdocs/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 312
There was one on line 308:
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8208 bytes) in /var/www/vhosts/deleted.com/httpdocs/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 308
Hi,
On the first message, one of your picture has been deleted on the server, but is still referenced in the DB.
On the 2° error, your PHP memory_limit is set to 256M which can be a little short for your WordPress. Ask your host provider to increase this value to 384M.
Best regards,
Charles