How to fix (There has been a critical error on this website. )

Ref : https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-please-check-your-site-admin-em/

mwzconnect.com step 

Open File manager 
download wp-config.php 
Increasing PHP memery limit with below code 

below: define( 'WP_DEBUGC, false ); 
add define( 'WP_MEMORY_LIMIT', '256M' );   

with whatever limit you want 525M 2G etc.. 


Contact : [email protected] for more details 


Did you find this article useful?