WordPress is throwing a There has been a critical error on this website.
There are no plugins and the theme works fine on my local machine.
I am using cpanel and there are no server log files.
Is there a way to display the error.
WordPress is throwing a There has been a critical error on this website.
There are no plugins and the theme works fine on my local machine.
I am using cpanel and there are no server log files.
Is there a way to display the error.
You could turn on WP Debug to allow WordPress show you what's breaking the website.
Locate the wp-config. php for your WordPress file, then click on the three-dotted options, then Edit. To Enable WP_Debug, change the last line to: define( 'WP_DEBUG', true ). To Disable WP_Debug, change the last line to: define( 'WP_DEBUG', false ).
Hope this helps!