Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NovemberDirge

Pioneers
  • Posts

    42
  • Joined

  • Last visited

Reputation Activity

  1. Like
    NovemberDirge reacted to kymation in USPS Rate V4, Intl Rate V2 (official support thread)   
    @@John_M
     
    First error: If you don't have this code in includes/functions/compatibility.php, add it:
     

    // set default timezone if none exists (PHP 5.3 throws an E_WARNING) if ((strlen(ini_get('date.timezone')) < 1) && function_exists('date_default_timezone_set')) { date_default_timezone_set(@[member='date']_default_timezone_get()); }
     
    Second error: Whitespace after the ?> in /includes/languages/english.php.
     
    Regards
    Jim
×
×
  • Create New...