Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webaware

    (@webaware)

    That sounds like something (another plugin or your theme) adding some junk to the output of my AJAX calls. It’s very likely that it’s an error in a plugin or your theme, so maybe try adding this to your wp-config.php file under the bit about WP_DEBUG:

    define('WP_DEBUG_DISPLAY', false);

    If you are comfortable with your browser’s console, you can look at the AJAX call in the network tab to find out exactly what junk is being inserted.

    cheers,
    Ross

    Thread Starter tsabar

    (@tsabar)

    thanx for responding so quickly. i added the line to the wp-config file to no effect.

    if i see the lock showing up on the browser can i just assume it is working properly?

    Plugin Author webaware

    (@webaware)

    Yup. You only need to change the HTTPS Detection settings if WordPress can’t detect HTTPS, and you’d never get the lock if that was happening.

    cheers,
    Ross

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘receiving parsererror SyntaxError: Unexpected token’ is closed to new replies.