Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2009
    Location
    Rhode Island
    Posts
    14
    Plugin Contributions
    0

    Default Help getting jscript error

    Not sure if this is the right place for this
    I have searched High and low.

    My Site is: http://www.EastCoastToolsMA.com
    I am using Zen-Cart 1.3.8a
    This error was just pointed out to me... I am not sure how long it has been appearing.

    I have several add-Ons installed.
    google analytics
    sitemap xml
    Fast and Easy Checkout
    Google Base Feeder
    Easy populate
    and google checkout

    The exact error is:

    This webpage contains errors that might prevent it for displaying or working correctly. Do you want to debug?

    Line: 24
    Error: Access is denied.


    I click yes to debug and here is the code that generates the error:

    function getFile(pURL) {
    if (window.XMLHttpRequest) { // code for Mozilla, Safari, etc
    xmlhttp=new XMLHttpRequest();
    xmlhttp.open("GET", pURL, true); // leave true for Gecko<--------------- This is the line that generates the error.
    xmlhttp.send(null);
    } else if (window.ActiveXObject) { //IE
    xmlhttp=new ActiveXObject('Microsoft.XMLHTTP');
    if (xmlhttp) {
    xmlhttp.open('GET', pURL, false);
    xmlhttp.send();
    }
    }
    }


    I did a search in Zen-Cart's Developer's Tool kit, and the only file that has this line is:

    /includes/templates/[my template]/jscript/jscript_check.php

    My site is http://www.EastCoastToolsMA.com
    Please Help...

    Thank you.

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Help getting jscript error

    Default Zen Cart has no such file as "jscript_check.php" so it is probably a file from one of your modules.

    What you should do is find the module using the that file a double check it.

    An educated guess tells me that the word pURL might need to be written as cURL.

  3. #3
    Join Date
    Dec 2009
    Location
    Rhode Island
    Posts
    14
    Plugin Contributions
    0

    Default Re: Help getting jscript error

    I tried changin pURL to cURL and I still get the same error:


    From the research I've done I believe that this may have started happening due to Fast and Easy Checkout. But I still don't know how to fix it.

  4. #4
    Join Date
    Dec 2009
    Location
    Rhode Island
    Posts
    14
    Plugin Contributions
    0

    Default Re: Help getting jscript error

    Just found an update to fast and easy checkout.

    I will try updating and let you all know how it worked out.

    Thanks

  5. #5
    Join Date
    Dec 2009
    Location
    Rhode Island
    Posts
    14
    Plugin Contributions
    0

    Default Re: Help getting jscript error

    This issue was resolved after updating to the newest version of Fast and Easy Checkout.

    Thanks to all who helped.

    Michael C.

 

 

Similar Threads

  1. Need help adding a JSCRIPT file
    By kelly60 in forum General Questions
    Replies: 4
    Last Post: 1 Feb 2014, 11:09 PM
  2. v150 I am getting jscript errors in IE - HELP!!!
    By pityocamptes in forum General Questions
    Replies: 6
    Last Post: 31 May 2012, 09:58 AM
  3. Please Help. Getting Error
    By nolsowski in forum General Questions
    Replies: 2
    Last Post: 28 Sep 2011, 12:50 AM
  4. Help-getting error messgae
    By digidollardays in forum Basic Configuration
    Replies: 6
    Last Post: 5 May 2007, 03:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg