Forums / General / protx extension failing to complete stock checkout

protx extension failing to complete stock checkout

Author Message

stephen Gazard

Tuesday 26 February 2008 5:05:05 am

Hello,

I've got a site which uses the protx payment extension to process the payments. It used to work on another server, but since being moved from other hosts to the our server, something goes wrong.

<b>Here's what works:</b>
1) details entered on site of order and information regarding the order
2) redirection to protx and payment successfully taken

<b>What should happen</b>
protx returns details to the site, and then the site (example url below), and then the user is redirected to www.site.com/index.php/site/order/123 where 123 is an order name

<b>Failure occurs in the next step.</b>
when protx redirects back to the main site, it goes to www.site.com/index.php/site/protx/callback?crypt=some_really_long_string
<i>As far as I can tell, this is correct behaviour</i>. Given that /index.php/* redirects internally to /index.php?/* I've had to add the following code to get it to refresh so that the crypt variable is available as $_GET['CRYPT']. The following is placed as the first item of code to be run in /extension/protx/modules/protx/callback.php

// in case the url was returned in an unsuitable fashion.  Don't even bother processing further:
if(!isset($_GET['crypt'])){
// replace the '?' with '&' and cause an HTTP redirect to the correct url which will work
@header("Location: ".preg_replace("/(callback)\?(crypt)/i","\\1&\\2",$_SERVER['REQUEST_URI']));

}

that gives www.site.com/index.php/site/protx/callback<b>&</b>crypt=some_really_long_string

However, It's still failing, and from what I can tell it's something to do with 'simplestockcheck' (it complains sometimes of not having a correct orderid (which is determined from the decrypted crypt once looked up in the database.

has anyone had experience with this and figured out a resolution. I think it must be some configuration option I'm missing

eZ debug

Timing: Jan 18 2025 02:43:09
Script start
Timing: Jan 18 2025 02:43:09
Module start 'content'
Timing: Jan 18 2025 02:43:10
Module end 'content'
Timing: Jan 18 2025 02:43:10
Script end

Main resources:

Total runtime0.6966 sec
Peak memory usage4,096.0000 KB
Database Queries183

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0111 587.8359180.8203
Module start 'content' 0.01110.5787 768.6563416.4609
Module end 'content' 0.58980.1068 1,185.1172333.7891
Script end 0.6966  1,518.9063 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00410.5880210.0002
Check MTime0.00160.2244210.0001
Mysql Total
Database connection0.00140.197510.0014
Mysqli_queries0.632790.82341830.0035
Looping result0.00160.22431810.0000
Template Total0.632590.820.3163
Template load0.00230.326520.0011
Template processing0.630390.469720.3151
Template load and register function0.00020.030210.0002
states
state_id_array0.00410.584210.0041
state_identifier_array0.00150.219320.0008
Override
Cache load0.00170.2437170.0001
Sytem overhead
Fetch class attribute can translate value0.00100.136920.0005
Fetch class attribute name0.00050.068610.0005
XML
Image XML parsing0.00030.048120.0002
class_abstraction
Instantiating content class attribute0.00000.000410.0000
General
dbfile0.00761.0961210.0004
String conversion0.00000.001230.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs