• Hi,
    After upgrade to version 190117 I am getting the following error on Chrome’s console:

    Uncaught SyntaxError: Unexpected token =

    The HTML underlined with the error shows:

    stcr_form.prevUntil('form').each(function(){var =$(this);

    Notice the var =$(this).

    Analyzing the source code, I have found the following on the line 1226 of the file wp_subscribe_reloaded.php:

    stcr_form.prevUntil('form').each(function(){var $this=$(this);

    Does anyone have any idea regarding what is causing this issue?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter billbordallo

    (@billbordallo)

    Just adding an information: the log.txt file show the following error:

    [ERROR][2019-01-28 10:47:15] - An error occur, here is the detail information
     [ERROR][SEVERITY]    - 4096
     [ERROR][MESSAGE]     - Object of class stcr\wp_subscribe_reloaded could not be converted to string
     [ERROR][FILENAME]    - C:\path-to\wp-content\plugins\subscribe-to-comments-reloaded\wp_subscribe_reloaded.php
     [ERROR][LINE NUMBER] - 1226
    • This reply was modified 7 years, 4 months ago by billbordallo.
Viewing 1 replies (of 1 total)

The topic ‘Console Error “Unexpected token” after upgrade’ is closed to new replies.