This is a discussion on Checkout Process Problem within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; We have been running OSCMAX 2.0 for the last several months with zero problem. Out of nowhere we are getting ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| We have been running OSCMAX 2.0 for the last several months with zero problem. Out of nowhere we are getting the following error when the Confirm Order button is clicked 2006 - MySQL server has gone away select affiliate_commission_percent from affiliate_affiliate where affiliate_id = '' [TEP STOP] The code in the affiliate_checkout_process.php file is below. Can anyone tell if there is something amiss?? Any help would be greatly appreciated. // Check for individual commission $affiliate_percentage = 0; if (AFFILATE_INDIVIDUAL_PERCENTAGE == 'true') { $affiliate_commission_query = tep_db_query ("select affiliate_commission_percent from " . TABLE_AFFILIATE . " where affiliate_id = '" . $affiliate_ref . "'"); $affiliate_commission = tep_db_fetch_array($affiliate_commission_query); $affiliate_percent = $affiliate_commission['affiliate_commission_percent']; } if ($affiliate_percent < AFFILIATE_PERCENT) $affiliate_percent = AFFILIATE_PERCENT; $affiliate_payment = tep_round(($affiliate_total * $affiliate_percent / 100), 2); Thank you!!! |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| Contact your host. Has nothing to do with osCMax. It is a problem with your mysql server.
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Authorize.net hogs the checkout process | mymikl | osCommerce 2.2 Modification Help | 0 | 11-26-2006 12:14 PM |
| Shopping cart / Payment module / checkout process | zizzor.com | osCommerce 2.2 Modification Help | 0 | 04-05-2004 01:05 PM |
| Checkout-(Failure)-Process.php | alyss | osCommerce 2.2 Modification Help | 0 | 10-23-2003 03:03 PM |
| Checkout Process help | Arpit | osCommerce 2.2 Modification Help | 0 | 06-03-2003 05:57 AM |
| Can't progress through the checkout process | christianb2 | osCommerce 2.2 Modification Help | 1 | 02-19-2003 01:16 AM |