Viewing 8 replies - 1 through 8 (of 8 total)
  • It looks like your image resizer plugin might not like using bitmap files. Switch to another format such as jpg, gif or png.

    Also check your wp-config, making sure that define(‘WP_DEBUG’ is set to false:
    define(‘WP_DEBUG’, false);

    It looks like your image resizer plugin might not like using bitmap files. Switch to another format such as jpg, gif or png.

    Also check your wp-config, making sure that define(‘WP_DEBUG’ is set to false:
    define(‘WP_DEBUG’, false);

    Thread Starter spinips

    (@spinips)

    Wp-config is ok, I tried disabling EWWW Image Optimizer plugin but nothing changed and I also checked for file format: I’ve got many BMP images, not just the ones giving problems…

    hannah

    (@hannahritner)

    snipips,
    Can you copy and paste the warning you’re getting?

    Hannah

    Thread Starter spinips

    (@spinips)

    Sure!

    Warning: filesize(): stat failed for /web/htdocs/www.spinips.com/home/wp-content/uploads/2013/12/nastro-366×[email protected] in /web/htdocs/www.spinips.com/home/wp-content/plugins/ewww-image-optimizer/image-editor.php on line 121

    This is one of them. The line of the error is the same.

    hannah

    (@hannahritner)

    Start by deactivating plugins. Let me know if it doesn’t go away.

    Hannah

    The error is coming from ewww-image-optimizer but it’s because the function filesize failed.

    It could be because of a corruption in a file you might just want to re upload…

    Also It’s strongly suggested these days to not use BMP format and instead jpg or png for web.

    Kadence Themes

    Thread Starter spinips

    (@spinips)

    Thank you all, I replaced the images with a jpg format and it worked!

    Thanks again for your enduring support.

    Laura

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Warning message’ is closed to new replies.