Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

{SOLVED] Sagepay test SERVER errors 5003 (can't find me!) or 5006 (no URL provided in the posted data)


Go to End


2355 Views

Avatar
martbarr

Community Member, 59 Posts

1 November 2014 at 5:03am

Edited: 01/11/2014 5:04am

Having spent days trying to get the Sagepay integration kit to work on a server within our campus via a port forward I realised two things:-
a) Sagepay test servers won't find you with a port appended to the url - you need something like grok which totally rocks (lets a port out via a tunnel to a temporary fqdn which you use in the provided lib/config.php file)
b) The notificationURL pointed to file is not actually included in the kit - you have to write yourself a small file that just echoes the small allowed data set as per last para in red bottom of p29 in the v3 server integration doc from sagepay. I had seen that para and ignored it all week and gone grey(er) in the process.

Now this may be obvious to the veterans but it foxed me - so hope this helps a bit.
I'm now notifying proper data happily on my local server - and even stepping through notification php files with netbeans.
Just need to dig my way through omnipay - which appears to be a challenge with Sagepay and I'll be running happily.

Only took me a week !
cheers
Martin