Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author rosell.dk

    (@roselldk)

    Your image urls arent working…

    • This reply was modified 3 years ago by rosell.dk.
    Thread Starter keengamer

    (@keengamer)

    Plugin Author rosell.dk

    (@roselldk)

    I cannot see the complete error message on the screenshot.
    I see two different type of messages. One ends with “on line 250”. The other one ends with “on line 152”. Can you copy these two messages here in plain text? Thanks

    Thread Starter keengamer

    (@keengamer)

    It’s copied in the file I uploaded in the other website. You can download that small txt file with it.

    Plugin Author rosell.dk

    (@roselldk)

    ?

    Thread Starter keengamer

    (@keengamer)

    Plugin Author rosell.dk

    (@roselldk)

    ah – just saw “Error” on the page, so I thought the page wasn’t working ??

    Plugin Author rosell.dk

    (@roselldk)

    The main issue is explained here: https://www.py4u.net/discuss/27153

    I’m surprised that these errors go to the screen. I shall look into that

    Thread Starter keengamer

    (@keengamer)

    Hm, the problem could be with the hosting. The question is, could I enable your plugin and will it work with current settings?

    Plugin Author rosell.dk

    (@roselldk)

    You can enable the plugin. It is just warnings. You might get tired of seeing warnings, though. Are the warnings only on the WebP Express plugin page?

    In the “converters” section, you can consider disabling the converters that depends on exec(). Disable the following:
    – cwebp
    – ImageMagick
    – GraphicsMagick
    – ffmpeg

    That might get rid of the warnings.

    Do you have any functional converters left after disabling these?

    I created an issue regarding the warnings here:
    https://github.com/rosell-dk/webp-express/issues/537

    Thread Starter keengamer

    (@keengamer)

    Nope, I got another one with the template he uses. It was like a year not updated so I am working on it and there could be issues with the database update etc. etc… Still, it is good to see it but not all the time. Eh.

    Plugin Author rosell.dk

    (@roselldk)

    You get another warning / error?

    Thread Starter keengamer

    (@keengamer)

    Yeah, but as I said, it’s for a template used which is a very old version.

    Plugin Author rosell.dk

    (@roselldk)

    You can of course disable errors on screen in wp-config.php, and only log to wp-content/debug.log:

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    

    debugging in wordpress

    • This reply was modified 3 years ago by rosell.dk.
    • This reply was modified 3 years ago by rosell.dk.
    Thread Starter keengamer

    (@keengamer)

    Yeah, still, are those warnings on your plugin to be fixed or can I just ignore them?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Warnings in the dashboard’ is closed to new replies.