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

UPS module error

This is a discussion on UPS module error within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Following a new install of v2.0, I installed the UPS (XML) shipping module. Adding an item to the shopping cart ...

      
  1. #1
    New Member
    Join Date
    Jan 2005
    Posts
    20
    Rep Power
    0


    Default UPS module error

    Following a new install of v2.0, I installed the UPS (XML) shipping module. Adding an item to the shopping cart and checking out gives the following error:

    _oscmax.TABLE_PACKAGING' doesn't exist

    select * from TABLE_PACKAGING order by package_cost;

    Works fine when UPS module was removed.

    Any idea what wrong here?

    Thanks.

  2. #2
    New Member
    Join Date
    Jun 2005
    Posts
    11
    Rep Power
    0


    Default RE: UPS module error

    Hi George,

    I had the same problem. To fix it, go to includes/modules/shipping/upsxml.php

    Find this line:
    Code:
    define('DIMENSIONS_SUPPORTED', 1);
    and change it to
    Code:
    define('DIMENSIONS_SUPPORTED', 0);
    This thread, http://forums.oscommerce.com/index.p...0&p=582076 , gives more info on that mod.

    HTH~
    Sarah

  3. #3
    New Member
    Join Date
    Jan 2005
    Posts
    20
    Rep Power
    0


    Default UPS module error

    Thanks Sarahjessica. It worked. Almost given up on it.

Similar Threads

  1. Getting error when using credit card module
    By countingsheep in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 06-14-2006, 03:54 PM
  2. Error with Ipayment Module
    By msullivan52 in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 04-03-2006, 08:38 PM
  3. error message (payment module)
    By louis1st in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 11-24-2005, 05:46 AM
  4. FEDEX Module Error
    By reggiman in forum osCMax v1.7 General Mods Discussion
    Replies: 3
    Last Post: 02-15-2005, 03:04 PM
  5. Downloads Module Error
    By rustblack in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 10-05-2003, 11:21 PM

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
  •