Announcement

Collapse
No announcement yet.

Script Error on Basket & Checkout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Script Error on Basket & Checkout

    Hi,

    Having had a site I've been working on almost to completion, I've hit upon another stumbling block - every time you try to navigate to the shopping basket or checkout, the following error appears:
    A General Script Error Occurred

    --------------------------------------------------------------------------------
    Error: There is no valid input parameters for the script! Check the referencing HTML code!
    --------------------------------------------------------------------------------
    Press the Browser back button and try again or contact the site owner

    The code in Actinic that I have generating the links to the shopping basket and checkout is:
    <a href="<actinic:variable name="CartPageURL?ACTION=Start" />">My Basket</a>
    <a href="<actinic:variable name="CheckOutPageURL" />?ACTION=SHOWCART" >Checkout</a>

    The URLs this essentiall generates are:

    http://www.essentialequestrian.net/c...l?ACTION=Start
    http://www.essentialequestrian.net/c...CTION=SHOWCART

    If anyone could offer any suggestions as to what I might have changed to trigger this error, it would be appreciated. The shopping basket and checkout has been accessible previously using the same links.

    Thanks,

    Andrew Gatenby
    Andrew Gatenby
    &middot; Freelance Web Design
    &middot; Web Development
    &middot; SEO Consultancy

    #2
    Is your script number in network setting also No. 3?

    You have double links too on the page.

    I'd suggest a purge and refresh, especially while it's late now and speeds will be up and visitors will be down. Compact the database also, before you do it, perhaps time for a bit of a spring clean on the site.

    That could all be in vain though i warn you, but won't harm anything. I would also run a network test to confirm actinic passes on all tests, if it doesn't, you probably just found your answer.

    Comment


      #3
      Hi,

      Thanks for that. Been through all the steps you suggested but still having the same problem. Done a full compress databases, purge of content, network test and website refresh but still having the same problem.

      The script number in the network setup is 3.

      I've got 2 sets of links on the page almost in desperation that one of the URL works! The CartPageURL link worked until recently when I had to post on this forum asking why the basket was complaining of NULL input, and I was advised to change it to CartPageURL?ACTION=Start.

      But now, nothing
      Andrew Gatenby
      &middot; Freelance Web Design
      &middot; Web Development
      &middot; SEO Consultancy

      Comment


        #4
        You should have more luck with this:

        <a href="<actinic:variable name="OrderLinkText" />">Checkout</a>
        <a href="<actinic:variable name="CartLinkText" />">My Basket</a>
        Rob Williams
        Ink Cartridges
        Stinky Ink - Blog

        Comment


          #5
          Apologies for the late reply, but thanks for that Rob - those worked spot on!
          Andrew Gatenby
          &middot; Freelance Web Design
          &middot; Web Development
          &middot; SEO Consultancy

          Comment

          Working...
          X