• Resolved sebcan

    (@sebcan)


    Hi,

    I’m trying to enable the Pre Load feature but when I clikc “run now” option it shows “An unexpected response was received”. Console tab is clear also.

    Thanks,

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @sebcan

    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 run preload again.

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

    Thanks,
    Harshad

Viewing 1 replies (of 1 total)
  • The topic ‘Pre Load – An unexpected response was received’ is closed to new replies.