• Hi,

    In my wordpress media menu, I can see a new column “reSmush.it Status” with a button to optimize a single image.

    I would like to optimize all images at once. Is this possible?

    When I go to the plugins options (at this url: /wp-admin/upload.php?page=resmushit_options), the page in empty. I don’t see any options. How come?

    I have version 0.1.13

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter lelka6146

    (@lelka6146)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Optimize all Existing Images’ is closed to new replies.