Announcement

Collapse
No announcement yet.

V5 -> V6 problems

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

    V5 -> V6 problems

    I was thinking about upgrading one of my clients from V5 to V6 to get some of the extra functionality in V6,
    Now its a pretty standard site bar 2 things
    1) I hacked the db slightly so that the worldpay PSP goes to an Irish PSP (called payandshop), This works fine, bar the orders going into pending but they dont mind that
    2) I changed the return uri for one of the refreshes so that when it comes back from payandshop it goes back to my site correctly (they need a correct return address)

    This all works fine in V5 when I upgraded to the 30 day demo of V6 and did a refresh, and I redid my 2 hacks again, it seemed fine. Except when I finish with the payment on the PSP it returns me to a page which has


    Error: The site configuration has been updated by the shop operator while you are checking out. Please navigate back to the product pages by pressing the Browser Back button and try again or contact the site owner.


    I dont have ! in my url, it might be the cookie but I dont know, and i am a bit puzzled why it could be since it works in V5, I would like to goto V6 so any thoughts anyone?
    Gearoid

    #2
    Could you let us know the return URL you are trying to use please? It could be that a change to the way Actinic controls session files in v6 is causing the problem, but there should be a way to work around it.

    Comment


      #3
      Sorry for not getting back to you sooner chris
      The site in question is http://shop.ucc.ie
      (I have reverted to V5 for the moment, but I can revert to V6 again if needs be)

      The urls I have set for my payment gateway (payandshop.com)
      are

      Referring URL:> http://downtown.ucc.ie/cgi-bin/os000001.pl
      Response URL:> http://shop.ucc.ie/cgi-bin/os000001.pl

      I have taken the worldpay epayment format and modified it since it is similar to payandshop
      Apart from that there is nothing else really as I said it works fine in V5 but V6 chokes big time with the error as posted already
      Gearoid

      Comment


        #4
        I take it that both domains mentioned actually point to the same website. Try using the same URL for both the referring URL and the response URL and see if that helps.

        Comment


          #5
          I got that changed Chris and its still happening
          The site is currently V6 now if you want to see it

          There is a test item that costs 10 cents if you want to put one through thats live

          here is the data that is being posted to the psp
          <form name=ccform method="post" action="/epage.cgi" onSubmit="return validate()">
          <input type=hidden name=CALLBACKURLUSER value="http://shop.ucc.ie/cgi-bin/os000001.pl?SEQUENCE=3&ACTION=Finish&ORDERNUMBER=GG471210000021&REFPAGE=http%3a%2f%2fshop%2eucc%2eie%2facatalog%2fexecutive%2ehtml&">

          <input type=hidden name=AMOUNT value="10">
          <input type=hidden name=CURRENCY value="EUR">
          <input type=hidden name=NAME value="Gearoid Griffin">
          <input type=hidden name=TIMESTAMP value="20040507114117">
          <input type=hidden name=SALUTATION value="">
          <input type=hidden name=PHONE value="23423423423">
          <input type=hidden name=CALLBACKURLAUTH value="http://shop.ucc.ie/cgi-bin/os000001.pl?PATH=%2e%2e%2facatalog%2f&SEQUENCE=3&ACTION=AUTHORIZE_4&CARTID=213Z190Z137Z194A1080568260B3208&">
          <input type=hidden name=AUTO_SETTLE_FLAG value="1">
          <input type=hidden name=COUNTRY_CODE value="LOCAL PICK UP">
          <input type=hidden name=ADDRESS1 value="2 Palmers Terrace">
          <input type=hidden name=ADDRESS2 value="Crk">
          <input type=hidden name=SHA1HASH value="0b173f4a3b194a796c80d3895a3efdb56a619c31">
          <input type=hidden name=ADDRESS3 value="">
          <input type=hidden name=ADDRESS4 value="">
          <input type=hidden name=USERDEFINED value="">
          <input type=hidden name=CALLBACKURLBACK value="http://shop.ucc.ie/cgi-bin/os000001.pl?SEQUENCE=3&ACTION=%3cBack&REFPAGE=http%3a%2f%2fshop%2eucc%2eie%2facatalog%2fexecutive%2ehtml&">
          <input type=hidden name=FAX value="">

          <input type=hidden name=INVOICEPOSTCODE value="">
          <input type=hidden name=ORDER_ID value="GG471210000021">
          <input type=hidden name=COMPANY value="">
          <input type=hidden name=JOBTITLE value="">
          <input type=hidden name=EMAIL value="gearoid@oceanfree.net">
          <input type=hidden name=COUNTRY value="LOCAL PICK UP">
          <input type=hidden name=MERCHANT_ID value="ucc">
          <input type=hidden name=MOVINGCHECKSTATUS value="">
          <input type=hidden name=pas_uuid value="9118eee8b8fa4ddeac6b36f1cdeed6dc">

          The referring url is
          Referring URL:> http://shop.ucc.ie/cgi-bin/os000001.pl
          Response URL:> http://shop.ucc.ie/cgi-bin/os000001.pl

          Any light would be much appreciated
          All alternatively the main reason the client is looking for v6 is the single add to cart button on the page on v6 is this possible in v5??

          Gearoid

          Comment


            #6
            I'm drawing a blank on this one I'm afraid Gearoid. I would register an email support query at http://www.actinic.co.uk/support/register.htm and the team there will get the developers to glance over your code.

            Comment


              #7
              Thanks Chris,
              Have done so now
              Gearoid

              Comment

              Working...
              X