• Resolved Cenk ?nsoy

    (@cenkonsoy)


    Hey,
    I got “503 Service Unavailable – The server is temporarily busy, try again later!” error on first try of the plugin when to reach dashboard.

    I couldn’t have any chance to use the plugin yet, I can not reach the settings screen. It is installed and waiting in active situtation.

    No Cache or Regenerate plugins are active; nothing about the image part.
    Thanks.

Viewing 15 replies - 16 through 30 (of 47 total)
  • Thread Starter Cenk ?nsoy

    (@cenkonsoy)

    Done, but nothing has changed; the error is the same 503.

    Plugin Author rosell.dk

    (@roselldk)

    @cenkonsoy: I can see that you are on a “pure” LiteSpeed server (LiteSpeed does not only handle images, but also PHP). I haven’t tested on a pure LiteSpeed server recently. I shall install litespeed somewhere and see if I can replicate.

    Which WordPress version are you running?
    Which version of PHP ?

    For me, any solution?

    Tks.

    Thread Starter Cenk ?nsoy

    (@cenkonsoy)

    @roselldk for developmental purposes: https://www.bilimgunlugu.com/a.php

    • This reply was modified 6 years, 2 months ago by Cenk ?nsoy.
    Plugin Author rosell.dk

    (@roselldk)

    @betman7: The debug log you gave me no queues. Can you provide some more info? If you post you website URL, I can see a few things about your server. If you add a php with the following content:

    <?php echo phpinfo(); ?>

    – and provide me the URL, I can learn a bit more of your server setup.

    • This reply was modified 6 years, 2 months ago by rosell.dk.
    Plugin Author rosell.dk

    (@roselldk)

    YES! – I succeeded in getting a blank options page on a Litespeed server by adding ewww converter. Debug time!

    Plugin Author rosell.dk

    (@roselldk)

    I get this error on the options page, when I enable DEBUG in wp-config.php:

    Fatal error: Call to undefined function WebPExpress\webpexpress_converterName() in /wp-content/plugins/webp-express/lib/classes/Config.php on line 207

    I’m on it! Pretty critical error

    Plugin Author rosell.dk

    (@roselldk)

    I have fixed it and released a bug-fix (0.9.1). It should be available in a few minutes

    @roselldk,

    Thanks, follow the url:

    • This reply was modified 6 years, 2 months ago by betman7.
    Plugin Author rosell.dk

    (@roselldk)

    @betman7, @cenkonsoy and @lmobile: Does the bugfix in the new 0.9.1 release fix your problems?

    No, i just updated, the blank page remains.

    Plugin Author rosell.dk

    (@roselldk)

    Shoot. Then there must be yet another issue on your site. Can you try to change this line in your wp-config.php:

    From:
    define('WP_DEBUG', false);

    To:
    define('WP_DEBUG', true);

    And then try to visit the options page again. Hopefully you will see an error message on an otherwise blank screen

    • This reply was modified 6 years, 2 months ago by rosell.dk.

    Only the same errors as before =/.

    Ok, nevermind, I don’t want to make you waste your time. I can live without webp for while.

    Tks

    Plugin Author rosell.dk

    (@roselldk)

    @betman7: Oh, I thought the lines you send before was taken from the debug log…

    Well, then before I let you off the hook, can you please try to see what your debug log says.

    In wp-config.php, try changing WP_DEBUG back to false, and then add this line bellow:

    define( 'WP_DEBUG_LOG', true );

    Then visit the options page, and then open the file wp-content/debug.log, and see if there are any errors.

    Plugin Author rosell.dk

    (@roselldk)

    If I can borrow a little more of your time, I’d be grateful. When I cannot reproduce an error myself, I need assistance from someone who has the problem.

Viewing 15 replies - 16 through 30 (of 47 total)
  • The topic ‘503 Service Unavailable Error’ is closed to new replies.