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

    (@wpmudev-support8)

    Hey @calvinsalt,

    Hope you’re well.

    Can you give more details about what you mean by saying crash? Is it completely not responding your site or Hustle part is broken? Can you try updating while WordPress debug logging active? You need to edit wp-config.php file and place these codes;

    /* Debug Settings */
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    /* End of Debug Settings */

    Then after replicating the problem, check wp-content folder, is there debug.log file? If yes, let us know the content of it.

    Cheers,
    Oguz

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hey there @calvinsalt

    It’s been a while and we haven’t heard back from you, so I’m marking this topic as resolved. Feel free to post back any update and we will re-open it and continue troubleshooting. 🙂

    Thank you,
    Dimitris

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Crash on upgrade’ is closed to new replies.