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
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