Hi,
Quick question – just noticed that I can’t edit my pages anymore. When I open the page.. the content area keeps showing the loading icon..
I have W3 Total Cache installed – already tried to disable it first but then it still doesn’t work.. Any suggestions on how to get this working again?
When I inspect the page I get this error message:
“Uncaught TypeError: Cannot read property ‘_wp_Nop’ of undefined “
*update*
Got it working again by adding
define( ‘CONCATENATE_SCRIPTS’, false );
define(‘SCRIPT_DEBUG’, true);
to my wp-config.php file..