osCmax v2.5 User Manual
Results 1 to 2 of 2

Checkout Process Problem

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 ...

      
  1. #1
    Lurker
    Join Date
    Feb 2007
    Posts
    1
    Rep Power
    0


    Red face Checkout Process Problem

    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!!!

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Checkout Process Problem

    Contact your host. Has nothing to do with osCMax. It is a problem with your mysql server.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. Authorize.net hogs the checkout process
    By mymikl in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 11-26-2006, 11:14 AM
  2. Shopping cart / Payment module / checkout process
    By zizzor.com in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-05-2004, 12:05 PM
  3. Checkout-(Failure)-Process.php
    By alyss in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-23-2003, 02:03 PM
  4. Checkout Process help
    By Arpit in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-03-2003, 04:57 AM
  5. Can't progress through the checkout process
    By christianb2 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-19-2003, 12:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •