• Resolved Stefan Pejcic

    (@stefanpejcic)


    Uncaught SyntaxError: Invalid or unexpected token

    on file: cf7-google-map/includes/class-cf7-googleMap-deactivator.php
    line 280: lineObj = addressComponents[idx];
    the brackets are shown as &#091 and &#093 and since they end with ; we get double ;

    • This topic was modified 5 years, 7 months ago by Stefan Pejcic.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    on file: cf7-google-map/includes/class-cf7-googleMap-deactivator.php
    line 280: lineObj = addressComponents[idx];

    the deactivator file does not contain 280 lines…

    Plugin Author Aurovrata Venet

    (@aurovrata)

    the brackets are shown as &#091 and &#093 and since they end with ; we get double ;

    I am assuming you are getting a javascript error with the js [] brackets not being printed properly.

    The js code is beng printed dynamically based on the settings in your dashboard, using a stream buffer ob_start(), I am assuming there is an error occuring in your setup and the stream buffer is not not being handled properly.

    Try to enalbe WP_DEBUG mode to see if you are getting any error reported.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Brackets converted to code’ is closed to new replies.