• Resolved spinstermagazine

    (@spinstermagazine)


    I’ve been getting a 503 error and I’ve narrowed it down to this one plugin that’s causing it. It’s reliably causing this error any time I activate it. Is there a solution to this or should I just look at different plugins?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @spinstermagazine

    I’m sorry to hear that you are experiencing this issue.

    Can you add this code to your wp-config.php file:
    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    also delete (if exist)
    define(‘WP_DEBUG’, false);

    The line should be placed above the “/* That’s all, stop editing! Happy blogging. */”

    Later on, enable Hummingbird once again. This will generate in the /wp-content/ folder a debug.log file. Thanks to this file we will understand what is causing the error.
    Please attach the debug.log in your next reply, so that we could take a closer look at this issue. You can share your debug on google drive or dropbox.

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @spinstermagazine ,

    We haven’t heard from you for some time now, so it looks like you don’t have any more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘503 Error’ is closed to new replies.