• Hi,

    I am having a problem with the plugin.
    I am getting the “ReferenceError: IP_GEO_BLOCK_AUTH is not defined” error.

    Any ideas?

    Thanks,
    Pedro

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author tokkonopapa

    (@tokkonopapa)

    Hi Pedro,

    First and foremost, please see the html source code on the admin dashboard and find the following script block in the <head> section:

    <script type='text/javascript'>
    /* <![CDATA[ */
    var IP_GEO_BLOCK_AUTH = {"sites":...};
    /* ]]> */
    </script>

    Typically, this kind of issues would be caused by some JavaScript errors which happens before the above block. So please refer to “Using Your Browser to Diagnose JavaScript Errors” and try to resolve the errors.

    I can not say anything more than the above at the moment because IP_GEO_BLOCK_AUTH is defined only on the admin dashboard. But when I visit your front-end page, I can find “ReferenceError: jQuery is not defined” message on my browser’s console. You should resolve this type of JS errors on every page.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘ReferenceError: IP_GEO_BLOCK_AUTH is not defined’ is closed to new replies.