♥radders 0 Posted July 18, 2007 (edited) 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! Edited July 18, 2007 by radders Share this post Link to post Share on other sites
Recidivist 0 Posted July 19, 2007 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 Network Webcams - The IP Camera Specialists Share this post Link to post Share on other sites
♥radders 0 Posted July 20, 2007 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. Share this post Link to post Share on other sites
Recidivist 0 Posted July 20, 2007 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 Share this post Link to post Share on other sites
fernyburn 4 Posted July 20, 2007 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 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 Share this post Link to post Share on other sites
♥radders 0 Posted July 21, 2007 (edited) 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. $crypt = $_REQUEST['crypt']; I guess I must have an earlier or later version installed. Edited July 21, 2007 by radders Share this post Link to post Share on other sites