Hi EarlySigns,
It will be very difficult to recognize the reason behind the error you are facing currently. I would suggest you please add the following code into the wp-config.php again for debugging setup and the error logged into the file name debug.log inside the wp-content folder.
// 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 );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );
And share the debug.log file to check the error log in it. Please remember that we don’t support any 3rd Party plugin problem. I would also request you please provide login credentials for your site in a secure note to examine it further, including:
– WordPress Site URL & Login URL
– WordPress Admin username/password
– FTP/CPanel credentials to access the files
To create a secure note, click the key icon underneath any of your posts.
Thanks