Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @hcarrier

    I’m not aware of any issues with the recent release. Are you seeing a white screen or some other indicator?

    Can you enable debug mode to see a better error message?

    Add this to the bottom of wp-config.php:

    define('SAVEQUERIES', true);
    define('WP_DEBUG', true);
    define('WP_DEBUG_DISPLAY', true);
    define('SCRIPT_DEBUG', true);
    Thread Starter hcarrier

    (@hcarrier)

    I get a HTTP ERROR 500. After restoring the site, I just tried again, and it crashed again. I added that code to the wp-config.php file. Where can I find hte error log/message?

    Thanks!

    Hi @hcarrier,

    The error should show on the screen. Make sure you put it at the bottom, and comment out the other line define(‘WP_DEBUG’, true) if it’s already in that file.

    Does every page crash or just one with the slideshow?

    Do you know what version of PHP you are using?

    If you can check the server error logs there might be more info there as well

    Thread Starter hcarrier

    (@hcarrier)

    The latest update resolved my issue. Thanks!

    Hi @hcarrier

    The update only fixed a very minor notice that shouldn’t crash a site. You might want to talk with your hosting company about checking the error logs to make sure this was the real issue. Let me know if you have any more questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin crashing my site with new update’ is closed to new replies.