Search:

Type: Posts; User: ppruett

Search: Search took 0.01 seconds.

  1. Can I create a coupon that will be good for one time use for 50% off any one item?

    Can I create a coupon that will be good for one time use for 50% off any one item?

    I think the answer is no,

    I can setup the coupon to restrict to a spefice category or item(s)

    I can setup...
  2. Re: Add a new Shipping MOD - bill client shipping after !

    oh, and you may want to add another ORDER STATUS like maybe SHIP COST PENDING ACCETP and SHIP COST ACCEPTED or whatever... ADMIN->LOCALIZATION-ORDER STATUS
  3. Re: Add a new Shipping MOD - bill client shipping after !

    OKAY...
    There is a way to do what was requested. And it works... sort of.

    Custom Shipping module to tell customer whats going on. And a add on to edit the order after placed.

    You can create...
  4. Re: whos_online.php $start_cart endless loop for php 5.2.5

    We are pretty sure that this issue is arising when the session data is encrypted.

    The whos_online.php is trying to grab information directly from the session information without adequate testing...
  5. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    DRATS

    sorry, the port seems to be ignoring or misinterpreting... the env FLAVOR=no_suhosin


    so short answer, I don't have the non-hardened package of php, would/will have to see why the flavor...
  6. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    I have root. (got milk?)
    The server I am using to show this issue is openbsd current, 4.2 almost 4.3
    with the default packages as two weeks ago for current. Since openbsd is known for security, I...
  7. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    Nope.

    looking at one of the carts that is 1.3.8a (latest version)
    It does not look fun readable....
    I gave an partial dump of table using phpMyAdmin export to show structure also...


    ...
  8. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    FOR
    /admin/includes/configure.php

    define('STORE_SESSIONS', 'db');

    FOR
    /includes/configure.php

    define('STORE_SESSIONS', 'db');
  9. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    session.serialize_handler php php
  10. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    per request
    session data example on admin/whos_online.php



    ...
  11. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    nope,

    I took my settype out, then tried what you suggested,
    nope, got the timeout again,
    so put back in settype function.
    but left the php3 condition out, as you say, don't use php3 anyways......
  12. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    sorry about double posts...

    anyways, I put a thread under Bugs:

    http://www.zen-cart.com/forum/showthread.php?t=88301
  13. whos_online.php $start_cart endless loop for php 5.2.5

    per discussion:

    http://www.zen-cart.com/forum/showthread.php?t=85765&page=2



    It appears that for some, they get a timeout because perhaps the
    loop, for ($i=$start_cart; $i<$length;...
  14. Re: Whos_online.php throwing a fatal error all of sudden

    In the other thread, CJPinder may have spotted it...
    http://www.zen-cart.com/forum/showthread.php?p=506074&posted=1#post506074

    It may be in an endless for next loop, thus when time expires the...
  15. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    CJPinder - you NAILED IT


    :smartalec:


    I put this line just before 409 in admin/whos_online.php

    settype($start_cart,"integer");
  16. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    BINGO YOU GOT IT


    I just put this hack in front of line 409

    settype($start_cart,"integer");



    (like what you would do to variables to prevent sql injections..._
  17. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    nope,

    The stock file.

    the unix "top" shows that an httpd, web services is maxing out the resources
    when I click on whos online, and I am not getting mysql_log slow for whos online. thats why...
  18. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    less than 10, just bots and guests...
    on the oepnbsd server w/ mysql-server-5.0.51 php5-core-5.2.5p1

    It may have been lurking, I don't normally look,
    but I had moved to a new version of...
  19. [Done v1.3.9a/e] whos_online.php $start_cart endless loop for php 5.2.5

    FOR
    www.---.com/catalog/admin/whos_online.php

    frequently, but not always will get something like

    Fatal error: Maximum execution time of 60 seconds exceeded in /--path--/admin/whos_online.php...
  20. Re: Whos_online.php throwing a fatal error all of sudden

    see also thread
    http://www.zen-cart.com/forum/showthread.php?t=85765

    others are having admin who's online timeouts...

    this sounds like possibly a zen-cart php5 issue?

    I get it with a 1.3.7...
  21. Re: Maximum execution time of 120 seconds exceeded when viewing Whos Online in my adm

    I get it with 1.3.7 and 1.3.8a

    SO it may be the version of mysql and PHP, likely php ?

    mysql-server-5.0.51
    php5-core-5.2.5p1
Results 1 to 21 of 21
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR