• Hi,

    If i am looking at June and click July or May or Agenda view, i get the error below.

    Something went wrong while fetching events.
    The request status is: 200
    The error thrown was: SyntaxError: Unexpected token <
    Click here for technical details

    However, if I right click July and select open in new tab, i get the page loaded correctly.

    any idea what i need to do to fix it? I have seen another post that suggested changing the permalinks and back again, but that does not seem to have made any difference.

    Any other suggestions?

    Thanks

    Ian…

    https://wordpress.org/plugins/all-in-one-event-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eli

    (@elirenato)

    Hi wskisoft,

    A possible reason, the PHP installed does not have at least one of these extensions:

    • iconv (http://php.net/manual/en/book.iconv.php ) installed. So, need to check the PHP installation, for that, run a script with phpinfo() function inside the server the PHP installation and see it iconv is enabled
    • Multibyte String (http://php.net/manual/en/book.mbstring.php ) installed. So, need to check the PHP installation, for that, run a script with phpinfo() function inside the server the PHP installation and see it mbstring is enabled.

    Also, could you please send an email to data@time.ly with the text that is showed when you click in “Click here for technical details”?

    Please, include the link of the topic in the email and all informations you can like error.log from your host service provider, information recovered by the function phpinfo().

    Thanks

    Hi Eli,

    I’m experiencing this issue also. It started happening after my hosting provider applied the 4.5.3 security patch. I didn’t experience the problem under 4.5.2

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