• Resolved Natascha Vantuykom

    (@vantuykomn)


    Hi,
    I get a critical page error when cache is enabled and I want to access wp customizer.
    Also, the cached pages are showing when I am logged in. I allready unchecked the ‘serve cached pages to logged in users’ checkbox

Viewing 1 replies (of 1 total)
  • Harshad

    (@bornforphp)

    @vantuykomn Can you please enable debugging mode, Please add following lines to wp-config.php just before where it says: /* That’s all, stop editing! Happy publishing. */

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', true );

    Then try to access the custommizer.

    A debug.log file should be created inside wp-content folder,which should contain error information in it, Please share the file with us.

Viewing 1 replies (of 1 total)
  • The topic ‘critical error using customizer with cache enabled’ is closed to new replies.