Search:

Type: Posts; User: avibodha

Search: Search took 0.01 seconds.

  1. v156 Any work done on Authorize.net Accept Hosted and Accept.js payment methods?

    I see that SIM and AIM are deprecated on the Authorize.net website, https://developer.authorize.net/api/upgrade_guide/

    Is there a github or other account where work on these is being done? Any...
  2. v151 Re: php 5.4 fatal error, query factory

    Good catch!
    If there is no $ in front of a variable, php treats it as a defined constant.
    What page is this from?
    I have no idea how a compare to 12 would work, but obviously it was less and...
  3. v151 Re: php 5.4 fatal error, query factory

    The thing deprecated in 5.4 was forcing a pass-by-reference in a function call. http://www.php.net/manual/en/language.references.pass.php

    The attach function is only assigning a reference to an...
  4. v151 Re: After upgrade to PHP 5.4, site displays a blank page..

    Sorry I missed that, right, so error logging in general is working on php 5.4.

    My guess is that you are having a PHP fatal error before anything gets output. That's why nothing is in php's log -...
  5. v151 Re: After upgrade to PHP 5.4, site displays a blank page..

    That's really strange to have no logs showing anything.

    Try this, put this in any php file that runs:
    error_log('testing error logs');

    You could add it as an extra file in...
  6. v151 Re: After upgrade to PHP 5.4, site displays a blank page..

    It would *really* be good to see if error logging is working. Check your php.ini for error log location (or put phpinfo() into a page). Usually logs go to the cache folder so check there first. If...
  7. v151 Re: php 5.4 fatal error, query factory

    The only side effect I see of $add_session_id=false is if you have a different host for your SSL connection. If they are different, and the user's cookies don't work (a rare occurence), the session...
  8. v151 Re: php 5.4 fatal error, query factory

    Since the code that was causing this problem in sessions.php was removed, you'll need to find where html_output.php is getting called.

    You can either install the Xdebug module which will...
  9. v151 Re: php 5.4 fatal error, query factory

    Can you install Xdebug (http://www.xdebug.org/) on your server? It prints a call stack whenever there is a fatal error so you can see the function path to the crash. If the crash is not in...
  10. v150 Re: Memory Leak with PHP 5.4 and Zen v1.5.0RC1

    See my post in this thread, it has the solution and explanation:

    http://www.zen-cart.com/showthread.php?207435-php-5-4-fatal-error-Allowed-memory-size-of-83886080-bytes-exhausted/page2
  11. v151 Re: php 5.4 fatal error, query factory

    Found and Fixed!

    The problem is that when php shuts down global variables might already have been deleted when the default session write and close happens. There doesn't seem to be any...
  12. v151 Re: php 5.4 fatal error, query factory

    you need to check your php error log files and see what they say. with 1.5.1 it's in the logs folder.
    If there's no errors, it may be that apache crashed and that would be in the system error logs -...
  13. v151 Re: php 5.4 fatal error, query factory

    I had this same Fatal Error show up on a different site with different server, different Cent OS version, and almost no cart customizations. Traced it down to the last redirect in the header.php for...
  14. v151 Re: php 5.4 fatal error, query factory

    Thanks, that helps, I didn't think of that - php is calling the session_write because it's killing a thread that's either timed out or used too many resources. And perhaps many of the classes are...
  15. v151 php 5.4 fatal error, Allowed memory size of 83886080 bytes exhausted

    Hi, I upgraded a server to php 5.4 and I've been getting these php fatal errors ever since.

    09-Apr-2013 05:43:33 America/Denver] PHP Fatal error: Allowed memory size of 83886080 bytes exhausted...
  16. Re: Iframe Payment Module (using a secure token)

    Check out the CREsecure payment module. It may be here or on their site (cresecure.com). The thing I don't like about it is that there's the payment page where you choose "CREsecure" for payment,...
  17. Replies
    30
    Views
    8,741

    Re: Authorize.net CIM

    Also looking forward to this module. Any update at all?
  18. Replies
    5
    Views
    1,630

    v150 Re: I was assigned a Level 4 SAQ D profile?

    The issue is where the customer enters their credit card information. If they enter it in any zencart software (which *is* the checkout_payment.tpl.php page in zencart), it's not totally handled by a...
  19. Re: Observers and Session Objects - not getting notified

    Yes, it actually makes more sense to break it into two classes, one for events and one to hold special session info and processing.

    I'm holding some custom form data that gets attached to a...
  20. Observers and Session Objects - not getting notified

    I have a working notifier class that is getting called when it's a regular object created from the auto_init system. no problem.

    But I really want that object to be a session variable so I can...
  21. Re: Request for Quote module problems

    go into phpMyAdmin and remove the row for that key after you Uninstall it. It gets left in and has an error when re-installed.
  22. Replies
    1
    Views
    815

    Support Ticket integration?

    We were using a Support Ticket mod for oscCommerce and have since moved to Zen Cart. Does anyone know of a mod or an integrated option for user support tickets?

    thanks for any info
  23. Replies
    1
    Views
    715

    Re: adding to shoppingCart class [SOLVED]

    [SOLVED.....(operator error)...]

    If you have edited a class or function, and it looks like your code is not even there....

    ...check your FS_CATALOG path in your config....and the local folder...
  24. Replies
    1
    Views
    715

    adding to shoppingCart class

    I'm adding some variables and a few functions to the shoppingCart class, yet $_SESSION['cart'] does not have my functions or variables available. Does anyone have any ideas why?

    Is there some...
Results 1 to 24 of 25
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR