Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #776524

    LSO
    Participant

    This is hosted on a private installation for the time being till we have our development environment completely savvy. Upon completion we will be deploying it to the production environment.

    Upon installing the essentials grid I am getting the following in the console:

    jquery.themepunch.essential.min.js?ver=2.0.9.1:11
    Uncaught ReferenceError: punchgs is not defined(anonymous function) @ jquery.themepunch.essential.min.js?ver=2.0.9.1:11(anonymous function) @ jquery.themepunch.essential.min.js?ver=2.0.9.1:12

    (index):945 Uncaught SyntaxError: Unexpected token ILLEGAL

    This only shows up when the plugin is enabled. I do not show any updates pending for any of our plugins, and it only shows up when essentials grid is enabled. When trying to place the grid using cornerstone, I am able to see the html in dev tools showing the grid and items, however the javascript is erroring out before it can do its magic.

    Any ideas on ways I can fix this?

    #777267

    Lely
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL where the error exist.. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #780321

    LSO
    Participant

    Therein lies my problem, as mentioned above this is not a public facing URL yet since I cannot develop locally and push to production with the same license. I am working to see if we can push it to a development / production server but that does not resolve the license only allowing local or production which would halt our devs progress. Any suggestions on a workaround?

    #780954

    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates. You can always revoke and regenerate the api key so that you can validate your develop and production site with X in it.

    We would really like to check the error ourselves. There could be a JS error on the page or maybe a 3rd party plugin could be throwing a JS error also which would affect essential grid. If it’s possible we would love to check your site and take a closer look. For the meantime, you can try to reinstall essential grid plugin. There might be some files that were corrupted during installation.

    Please let us know how it goes.

    #785879

    LSO
    Participant

    Sounds great. We plan to stand up an environment in the next few days, and I will update the post here once I have a publically available link.

    #786485

    Friech
    Moderator

    Sure thing. Let us know how it goes with reinstalling the essential grid as well.

    Thanks!

    #788663

    LSO
    Participant
    This reply has been marked as private.
    #788664

    LSO
    Participant

    This is using a fresh install on the prod server

    #789643

    Rad
    Moderator

    Hi there,

    I checked and I can see different JS error. This could be the reason for other issues.

    <script type="text/javascript">
    <!--
    (function() {
    var IE = /@cc_on!@/false;
    if (!IE) { return; }
    if (document.compatMode && document.compatMode == 'BackCompat') {
    if (document.getElementById("af-form-2087255449")) {
    document.getElementById("af-form-2087255449").className = 'af-form af-quirksMode';
    }
    if (document.getElementById("af-body-2087255449")) {
    document.getElementById("af-body-2087255449").className = "af-body inline af-quirksMode";
    }
    if (document.getElementById("af-header-2087255449")) {
    document.getElementById("af-header-2087255449").className = "af-header af-quirksMode";
    }
    if (document.getElementById("af-footer-2087255449")) {
    document.getElementById("af-footer-2087255449").className = "af-footer af-quirksMode";
    }
    }
    })();
    -->
    </script>
    
    <!-- /AWeber Web Form Generator 3.0.1 -->

    This <!-- --> is HTML comment block and shouldn’t be use within <script></script>. You should use javascript comment block eg. /* */.

    Please fix then we’ll check again.

    Thanks!

    #792348

    LSO
    Participant

    Sounds good. I will give it a go.

    Good find!

    #792617

    Paul R
    Moderator

    Please let us know how it goes. Thanks