Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46
  1. #11
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    According to our server company we do not have access to the error logs..how nice...any other ideas?

    What files should I look through for errors checkout_shipping???




    Quote Originally Posted by DrByte View Post
    It's a good thing you did your upgrade in a test area so that your live site isn't adversely affected by unexpected behavior, isn't it!

    It's probably wise to deal with your security-error-during-login issue first.
    Here's an FAQ on it: https://www.zen-cart.com/tutorials/i...hp?article=312


    Then, check your server's errorlog for the cause of the 500 errors.
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  2. #12
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    After you finish running WinMerge on all your customized files ( http://www.zen-cart.com/forum/showth...394#post482394 ) you may find that things suddenly work.

    What other payment modules do you have enabled?
    Did you remove-and-re-install all your payment modules (after recording all their settings) as part of your install steps?
    What happens if you selectively disable them one-by-one (setting their status to False) and try a checkout?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    I just went into our admin to see what payment modules were installed as we only use Paypal IPN and check/money order. Strangest thing...they are BOTH no longer even listed in the payment module in admin at all anymore!! There are authorize modules, cod, paypal epxress and paypal pro...where did the others go in the upgrade then??

    How do I get them back installed? Could not locate either of them in downloads section to reinstall??




    Quote Originally Posted by DrByte View Post
    What other payment modules do you have enabled?
    Did you remove-and-re-install all your payment modules (after recording all their settings) as part of your install steps?
    What happens if you selectively disable them one-by-one (setting their status to False) and try a checkout?
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  4. #14
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    I was just reading through help files and came across this article which states that the money order and paypal ipn are suposed to be buit in zencart functions...

    https://www.zen-cart.com/tutorials/i...hp?article=175

    So where the heck did mine go with the upgrade to 1.3.8a?? Neither are visible at all in my admin payment module... I want to keep paypal ipn and money orders!
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  5. #15
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    I got them all back by re-uploading files from 1.3.8a...still not sure why cart will not go through at all though...still hangs at step one.

    I have compared my new and old files in the payment modules and they are terribly different but most of it appears to be programming jargon of which I know nothing about! None of the differences were anything I customized...


    Quote Originally Posted by BDCreations View Post
    I was just reading through help files and came across this article which states that the money order and paypal ipn are suposed to be buit in zencart functions...

    https://www.zen-cart.com/tutorials/i...hp?article=175

    So where the heck did mine go with the upgrade to 1.3.8a?? Neither are visible at all in my admin payment module... I want to keep paypal ipn and money orders!
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  6. #16
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    I feel your pain as I used to be in the same type situations. Always so frustrating working with scripts and doing customizing, only to realize that a change made awhile ago is causing problems but you cannot remember when you changed it or what file it was. Without documenting what you've done makes it very difficult to troubleshoot.

    I think it might be proper to suggest you setup another new install and start from scratch. Use your previous file changes as a guide to make you new changes, one by one, and documenting all the way. What file you changed, what code line #, why the change was necessary.

    Although you may think it is not worth it now, what happens is you build your own Resource center of changes. Very, very handy for future reference and will really save you a lot of time. Be it on your site or someone else's.

  7. #17
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    My own fault really of course..things were fine beforehand..only reason I went to upgrade was some recent paypal orders not going through and I was led to believe this would all be solved if I simply upgraded to the new version... HAHAHA!! Now I do not even have a functioning store....

    If only someone could tell me which files the step one of the checkout_shipping relate to so I could trouble shoot or look for changes in those files it would give me somewhere to start...??? I am not sure what this error in the checkout relates to even...ie what page it is referring to...

    Any ideas anyone??
    Thanks,
    Moy



    Quote Originally Posted by Website Rob View Post
    I feel your pain as I used to be in the same type situations. Always so frustrating working with scripts and doing customizing, only to realize that a change made awhile ago is causing problems but you cannot remember when you changed it or what file it was. Without documenting what you've done makes it very difficult to troubleshoot.

    I think it might be proper to suggest you setup another new install and start from scratch. Use your previous file changes as a guide to make you new changes, one by one, and documenting all the way. What file you changed, what code line #, why the change was necessary.

    Although you may think it is not worth it now, what happens is you build your own Resource center of changes. Very, very handy for future reference and will really save you a lot of time. Be it on your site or someone else's.
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  8. #18
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    Not sure which files you want me to compare? Please be more specific..ie EXACT directory locations to check!

    I did remove and reinstall Paypal IPN...I also have money orders enabled...thats it.

    I disabled both money order and paypal one at a time and tried to check out...each time same old http 500 error on Step 1 of 3 - Delivery Information main_page=checkout_shipping...

    What now? What page(s) does this refer to so I can check them??

    Just a thought-- what about currency of the upgrade? I had everything switched to CANADIAN funds which when I did it caused problems as everything of course was set to US...would something possibly have gotten switched back to US???



    Quote Originally Posted by DrByte View Post
    After you finish running WinMerge on all your customized files ( http://www.zen-cart.com/forum/showth...394#post482394 ) you may find that things suddenly work.

    What other payment modules do you have enabled?
    Did you remove-and-re-install all your payment modules (after recording all their settings) as part of your install steps?
    What happens if you selectively disable them one-by-one (setting their status to False) and try a checkout?
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  9. #19
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    Quote Originally Posted by BDCreations View Post
    Not sure which files you want me to compare? Please be more specific..ie EXACT directory locations to check!
    You're looking for a simple "look here" answer when there is none.

    Checkout uses:
    /includes/auto_loaders/*
    /includes/classes/*
    /includes/extra_cart_actions/*
    /includes/extra_configures/*
    /includes/extra_datafiles/*
    /includes/functions/*
    /includes/init_includes/*
    /includes/languages/english/*
    /includes/modules/pages/checkout_xxxxx/*
    /includes/templates/YOUR_TEMPLATE/templates/checkout_xxxxx*
    /includes/templates/template_default/templates/checkout_xxxxx*
    /includes/templates/YOUR_TEMPLATE/common/*
    /includes/templates/template_default/common/*
    and more

    NOTE: all "*" references above include all files and folders and files inside any subfolders
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #20
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: HTTP 500 errors in Paypal IPN checkout??

    To be a bit more specific, this is probably the file you editted and the first file I would check.

    Step 1 of 3 is:
    /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_shipping_default.php

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. v151 PayPal iPN intermittant failure HTTP error 500
    By d0ugparker in forum General Questions
    Replies: 15
    Last Post: 18 Sep 2014, 07:59 AM
  2. HTTP 500 Error on checkout
    By bobanct in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 14 Oct 2010, 12:36 AM
  3. Errors in Paypal IPN checkout??
    By kczm in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 19 Nov 2008, 05:14 AM
  4. HTTP 500 at end of checkout ?
    By iang000 in forum General Questions
    Replies: 18
    Last Post: 31 Jul 2007, 04:48 AM
  5. Occasional HTTP 500 Internal Server Errors
    By aaelghat in forum General Questions
    Replies: 3
    Last Post: 21 May 2007, 08:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg