Search:

Type: Posts; User: skelly

Search: Search took 0.01 seconds.

  1. [Done 1.3.6] 1.3.5 includes/modules/product_prev_next.php line 61

    I can't verify this, but I suspect you want to change line 61 of includes/modules/product_prev_next.php from


    $_GET['$cPath'] = $cPath;

    to


    $_GET['cPath'] = $cPath;
  2. Re: 1.3.5 includes/application_top.php line 48

    show_errors isn't a php.ini key

    http://www.google.com/search?q=show_errors+site%3Aphp.net&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official

    I'm assuming whoever wrote...
  3. [Done 1.3.6] includes/application_top.php line 48

    Please change line 48 of includes/application_top.php from:


    @ini_set('show_errors', 'on');

    to:


    @ini_set('display_errors', '1');
  4. Re: includes\functions\functions_email.php line 137

    SMTP mail stopped working from 1.3.0 to 1.3.5. It wasn't just that line that was the problem, but I reverted all changes made to includes/functions/functions_email.php from 1.3.0 to 1.3.5 and that...
  5. [Done 1.3.5] includes\functions\functions_email.php line 137

    Please change includes\functions\functions_email.php line 137 from:


    if (EMAIL_SMTPAUTH_MAIL_PORT != '25' & EMAIL_SMTPAUTH_MAIL_PORT != '') $mail->Port = EMAIL_SMTPAUTH_MAIL_PORT;

    To:...
Results 1 to 5 of 5
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR