• Resolved outpost33

    (@outpost33)


    The extension does not appear to be working with the latest version of CF7, throws JSON Parse error unrecognised token ‘<‘

    Possibly related to integration with Google Recaptcha? Can’t show you the page at present because the site is behind an Under Construction page, but could you look into it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m getting the same error

    Manage to make it work in the meanwhile. The error comes when checking for the logfile. Here’s the quick fix:

    In “lib/functions.php”, comment lines 219/220

    //$logfileEnabled = $cf7_cm[‘logfileEnabled’];
    //$logfileEnabled = ( is_null( $logfileEnabled ) ) ? false : $logfileEnabled;

    As well as lines 300/301

    //$cme_debug_logger = new cme_Debug_Logger();
    //$cme_debug_logger->log_cme_debug( ‘Email submission – Result: ‘ .$e->getMessage(),4,$logfileEnabled );

    Obviously that will probably disable the error logging but at least the form works.

    Cheers!

    Plugin Author Renzo

    (@rnzo)

    Error corrected in the latest release. Please update.

    I have a Landing Page with a Contact Form included, and I’m getting the JSON parse error. I believe I am using the latest version. Fix this for me Renzo, and I’ll definitely buy you a coffee ??

    https://canadianoilguy.ca/go/canadian-keto-guy/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘JSON Parse error unrecognised token ‘<'’ is closed to new replies.