Hi @vogorbis,
Sorry to hear you’re having issues with M2, can you tell me if these issues started since the update or any other significant change on your site because we didn’t had more reports about this?
Also, can you enable debug log in your wp-config.php file (located in root WP folder) by replacing define(‘WP_DEBUG’, false); with this code:
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set( 'log_errors', 1 );
@ini_set( 'display_errors', 0 );
Follow the steps to see the 500 error again and this should create debug.log file in your wp-content folder that could tell us what is going on.
Can upload that file to any file sharing service and share it here so we can have a look at the error itself?
Cheers,
Predrag
Hi @vogorbis,
We haven’t heard back from you lately, so I’m marking this topic as resolved. Feel free to post back any update and we can re-open it and carry on troubleshooting, if needed. 🙂
Thank you,
Dimitris