Latest News: (loading..)
Protx form - not redirecting correctly
Started by fernyburn, Jul 13 2007, 17:33
30 replies to this topic
#21
Posted 16 July 2007, 02:06
Amen to that!!
What a man!!
I'll have it added to the contributions for others!
What a man!!
I'll have it added to the contributions for others!
#23
Posted 16 July 2007, 23:17
fernyburn, on Jul 16 2007, 10:37 PM, said:
female actually 
What a WOMAN!!
sorry..........I now get the "shortened name" and how you get it from "the full one"........
I've never meet a female with that shortened version of your name before......everyone I know that has your name doesn't shorten it at all now that I come to think of it.
Once again, my deepest and most humble apologise.
#24
Posted 17 July 2007, 07:01
That's good that you have added it to the contributions because this is definitely something that had been fixed last year. I haven't touched my Protx installation this year and it does use a capital letter for Crypt
#25
Posted 17 July 2007, 23:32
radders, on Jul 17 2007, 07:01 AM, said:
That's good that you have added it to the contributions because this is definitely something that had been fixed last year. I haven't touched my Protx installation this year and it does use a capital letter for Crypt
can some one please confirm, whether the changes to the capital letter "C" from small "c" is only for the test server or it got to be changed for the live server as well!!!
#26
Posted 18 July 2007, 16:50
As far as I know it is for both.
I also read that we will soon need to change the submission url in the module from:
https://ukvps.protx.com/vps2form/submit.asp
to:
https://ukvps.protx.com/vspgateway/service/...rm-register.vsp
A bit confusing really having both vsp and vps in the url. I'm sure many people will get this wrong!
I also read that we will soon need to change the submission url in the module from:
https://ukvps.protx.com/vps2form/submit.asp
to:
https://ukvps.protx.com/vspgateway/service/...rm-register.vsp
A bit confusing really having both vsp and vps in the url. I'm sure many people will get this wrong!
Edited by radders, 18 July 2007, 16:51.
#27
Posted 19 July 2007, 09:58
Protx have just reverted to using a small c instead of the capital C when fetching $crypt.
See https://support.protx.com/forum/Topic1186-23-1.aspx
KB
See https://support.protx.com/forum/Topic1186-23-1.aspx
KB
Network Webcams - The IP Camera Specialists
#28
Posted 20 July 2007, 13:03
Well I am now completely confused. All the other hidden fields are capitalized. Seems odd that this one should not be. I have been using
tep_draw_hidden_field('Crypt', $crypt);' for ages on the live server.
#29
Posted 20 July 2007, 13:21
radders, on Jul 20 2007, 02:03 PM, said:
Well I am now completely confused...
Me too. The following works for me right now on the LIVE server:
tep_draw_hidden_field('Crypt', $crypt);
and$crypt = $_REQUEST['crypt'];
and on the TEST server:
tep_draw_hidden_field('crypt', $crypt);
and$crypt = $_REQUEST['crypt'];
Is yours the same?
KB
Network Webcams - The IP Camera Specialists
#30
Posted 20 July 2007, 20:16
Recidivist, on Jul 20 2007, 02:21 PM, said:
Me too. The following works for me right now on the LIVE server:
and on the TEST server:
Is yours the same?
KB
tep_draw_hidden_field('Crypt', $crypt);
and$crypt = $_REQUEST['crypt'];
and on the TEST server:
tep_draw_hidden_field('crypt', $crypt);
and$crypt = $_REQUEST['crypt'];
Is yours the same?
KB
hi
let me update
the 'C' problem was on the test server only, what was happening was that the orders were going through, but instead of redirecting the customers to the payment success page, they were going to the index page.
on the live server - you needed a small c
I beleive from the post above the 'C' problem has been reverted back to a little c, so all this should be back to normal
remember its only on the TEST server that the problems ere happening
#31
Posted 21 July 2007, 14:30
Puzzling that the live server accepts the capital C though. I hope they aren't going to change it.
I couldn't find this piece of code anywhere.
I couldn't find this piece of code anywhere.
$crypt = $_REQUEST['crypt'];I guess I must have an earlier or later version installed.
Edited by radders, 21 July 2007, 14:31.














