Getting this error whilst trying to edit pages, which only happened after going though all the Yoast and Google Console Configurations. Having searched the forums the only solution I could find was to add this bit of code to the functions.php file
add_filter( ‘w3tc_can_print_comment’, ‘_returnfalse’ );
Unfortunately This did not help. Can anyone help?