Hello,
By enabling the reSmush.it plugin, you should have a new page available in Medias > reSmush.it (yourwebsite.com/wp-admin/upload.php?page=resmushit_options).
If this page is blank, check your PHP error log if you have any issue.
Best regards,
Charles
Hi,
Here is what the logs says:
[03-Apr-2018 11:54:51 UTC] PHP Warning: filesize(): stat failed for /home_site_path/wp-content/uploads/2017/03/yellow.png in /home_site_path/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 312
[03-Apr-2018 11:54:51 UTC] PHP Warning: filesize(): stat failed for /home_site_path/wp-content/uploads/2017/03/l1.png in /home_site_path/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 312
[03-Apr-2018 11:54:51 UTC] PHP Warning: filesize(): stat failed for /home_site_path/wp-content/uploads/2017/03/yellow-1.png in /home_site_path/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 312
[03-Apr-2018 11:54:51 UTC] PHP Warning: filesize(): stat failed for /home_site_path/wp-content/uploads/2017/05/download.png in /home_site_path/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 312
[03-Apr-2018 11:55:27 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) in /home_site_path/wp-content/plugins/resmushit-image-optimizer/classes/resmushit.class.php on line 308
What does that mean?
Thanks
Hi lelka,
This error means that PHP cannot access to your file to calculate its size. The two most common reasons are :
– lack of permission, PHP has insufficient rights to read the file, hence calculate its size
– the file is unavailable, it’s referenced in you Media Library, but the file has been deleted without being deleted from WP. Check that the file /home_site_path/wp-content/uploads/2017/03/yellow.png exists
Best regards,
Charles