Hi, I have just upgraded from V7 to V9 today and amongst other problems the main one is when the goods are in the basket, the link to take them to Sage Pay secure server freezes. Any clues would be appreciated!
Announcement
Collapse
No announcement yet.
Sage Pay Secure Server Freezes
Collapse
X
-
I have now changed various setting in the occ upgrade file as per sage pay and this has now enabled the transition to sage pay, but now the error message says STATUS - Invalid - STATUS DETAIL - 3085 - The Failure URL Format is invalid.
I have spoken with Sage Pay this morning and they have said to check the success url also.
Any Clues?
Comment
-
Originally posted by plumbbob View PostI have now changed various setting in the occ upgrade file as per sage pay and this has now enabled the transition to sage pay, but now the error message says STATUS - Invalid - STATUS DETAIL - 3085 - The Failure URL Format is invalid.
I have spoken with Sage Pay this morning and they have said to check the success url also.
Any Clues?
"Close Actinic.
Copy the original OCCProtxScriptTemplate from the Program Files > Actinic V9 > OCCUpgrade > CommonOCC folder into your SITE1 folder (or whatever your site is named in My Documents > Actinic V9 > Sites)
Then reopen Actinic and enter the correct details into the "Configure Method" prompts in Business Settings > Payment & Security
I'm hoping that just editing these settings will be enough to prompt Actinic to re-upload the payment files.
You'll just need to make sure you have your original Protx/Sagepay Secret Key to hand, in case you have overwritten it in error."
Comment
-
As i thought, Actinic have taken me offline for 36 hours and blamed everyone else. Blamed Sage Pay, Server. I have now reloaded v7 and is ok. Wish i had never upgraded. i was promised no hassle at all and 3 weeks later it is still not live.
How can v7 run and v9 not. The settings havent altered etc.
AAAAAAArrrrrrGHHHH
Comment
-
As I understand it, the consensus is, don't upgrade from v7 directly to v9. There's a lot about this elsewhere on here.
In the meantime, did you see this other thread?
Comment
-
After sending the snapshot to Actinic last thursday - they still havent resolved my problem.. Can someone take a look at the following act.OCCPROTXTEMPLATE.html i have looked at v7 and v9 and it says TESTMODE still in v9.
Version 7 ;
<BR>You will now be automatically transferred to the Sage Pay VSP secure server
to process your credit card details with complete confidence.
<P>
<FORM NAME="formOCC" METHOD=POST ACTION="NETQUOTEVAR:OCC_URL">
NETQUOTEVAR:OCC_VALUES
<P>
Version 9 ;
<BR>You will now be automatically transferred to the Protx VSP secure server
to process your credit card details with complete confidence. NETQUOTEDEL:TESTMODE
<P>
<BIG>This catalog is currently running in test mode. Your credit card will not be debited.</BIG>
NETQUOTEDEL:TESTMODE
<FORM NAME="formOCC" METHOD=POST ACTION="NETQUOTEVAR:OCC_URL">
NETQUOTEVAR:OCC_VALUES
<P>
Is this the problem?
Thanks
Comment
-
I get this all the time as I just upgrade from V8.5 to V9.04 and that's as far as it goes
My V8.5 site works fine but this one is really getting to me
anyone know what I need to change please?
You will now be automatically transferred to the Sage Pay VSP secure server to process your credit card details with complete confidence
Comment
-
Hang on!
Hasn't this bit below got be edited for the URL within the OCCProtxscripttemplate?
OMG! - please feel free to call me a total ****************
I hope this helps out others
my $sSagePayURL = '';
if ($bTestMode) {
# $sSagePayURL = "http://localhost/";
$sSagePayURL = "https://test.sagepay.com/";
} else {
# $sSagePayURL = "http://localhost/";
$sSagePayURL = "https://live.sagepay.com/";
Comment
Comment