To clarify, does that mean the error you saw persists when QM isn’t active at all?
That is correct. However, see below.
Do you see any relevant errors in the PHP error log when this problem occurs?
While trying to initiate debugging, 3.8.0 started working. I installed the “Error Log Monitor” Plugin and added this code to wp-config:
`//Enable error logging.
@ini_set(‘log_errors’, ‘On’);
//Don’t show errors to site visitors.
@ini_set(‘display_errors’, ‘Off’);
if ( !defined(‘WP_DEBUG_DISPLAY’) ) {
define(‘WP_DEBUG_DISPLAY’, false);
}
Which version of PHP are you using?
7.4
I’ll consider this closed as it seems to be a non-issue on my end now. Unfortunately, I don’t know enough to know what happened.
Thank you for the quick reply!