Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jmaugello

Pioneers
  • Posts

    16
  • Joined

  • Last visited

Posts posted by jmaugello

  1. Hey folks,

     

    I have installed this contribution (One Page Checkout 1.06) on a new install of RC2 with Florida Tax Tables add-on and latest CCGV.

     

    At checkout when creating a new account, after the account is created - I am redirected to login.php. When I try to enter the information used from checkout.php, I get an invalid user. If I try to get a password reset, the email address is not found.

     

    I am using PayPal Express Checkout with Table Rate shipping.

     

    Any thoughts? I'm launching Monday...

  2. I am doing a complete virgin install using osCommerce-2.2rc2a and the install dated 10/8: ##POINTS AND REWARDS MODULE V2.1rc2a_1.

     

    I took your advice and uploaded the installer to the admin directory, got thru the initial screen then got the following error:

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/members/admin/installer.php:31) in /home/xxx/public_html/members/admin/installer.php on line 242

     

    The line looks ok in install.php but I'm no expert:

    }

     

    $_POST['install'] = "";

    header("location:?success");

    }

     

    Something simple no doubt but can't get past this.

     

    Thanks

  3. I can access admin OK and can see the options attributes which is what I need. On the storefront side, I get the following error: Fatal error: Call to undefined function tep_output_string() in /home/*****/public_html/playground/includes/functions/html_output.php on line 81

     

    Here is the code:

     

    // if gzip_compression is enabled, start to buffer the output

    if ( (GZIP_COMPRESSION == 'true') && ($ext_zlib_loaded = extension_loaded('zlib')) && (PHP_VERSION >= '4') ) {

    if (($ini_zlib_output_compression = (int)ini_get('zlib.output_compression')) < 1) {

    if (PHP_VERSION >= '4.0.4') {

    ob_start('ob_gzhandler');

    } else {

    include(DIR_WS_FUNCTIONS . 'gzip_compression.php');

    ob_start();

    ob_implicit_flush();

    }

    } else {

    ini_set('zlib.output_compression_level', GZIP_LEVEL);

    }

    }

     

    I've been at this for a week now. Anybody?

  4. I disagree with that ratio. I think it is a lot lower, at least for properly asked questions. For this one, there are two issues here. First, it is against forum rules to soilict or offer paid help on these forums. So if anyone responded with a "I can do it. Contact me at..." type of message, this post would probably be deleted or locked and one or both of the posters warned. The second is that the op doesn't provide any details for anyone to attempt an answer. The authorize.net module is included in the shop so all one usually has to do is click on install, enter their settings and it works. But the included module won't work with some authorizie.net resellers. In that case a newer version needs to be installed. So if the op had explained a little of the problem, it might already be fixed.

     

    Jack

     

    Sorry - was unaware of the rule but to answer the question as to whether or not this has been resolved, the answer is a resounding NO.

×
×
  • Create New...