Results 1 to 10 of 46

Hybrid View

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

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

    I created the local directory and the configure.php page with the code you listed and uploaded it all to the site....nada

    I still have no idea what this first step in checkout actually is..is it a shipping address error? an error in the 2 payment options? I am totally clueless where to even being to look..or what I am looking for? Changes should be in MY additions/changes not in code jargon right? cause there are ALOT of code differences in the new upgrade but nothing I did...


    Quote Originally Posted by DrByte View Post
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

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

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

    Here's a tip that sometimes works when getting a blank page using a custom Template.

    See if you have this file:
    includes/templates/your_template/common/tpl_main_page.php

    If you do, rename to something like: tpl_main_page.php.old

    That will force the default file to be used. Refresh your Browser on the problem page and see what happens. If you now see the page then rename the file back to what it was a refresh your Browser again.

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

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

    I have never gotten a "blank page" as I would call it...we get an error page as follows:


    This program cannot display the webpage


    Most likely causes:
    • The website is encountering problems.
    • There might be a typing error in the address.
    What you can try:

    Check your Internet connection. Try visiting another website to make sure you are connected.


    Will try as you suggest of course...will try anything :)
    Thanks,
    Moy



    Quote Originally Posted by Website Rob View Post
    Here's a tip that sometimes works when getting a blank page using a custom Template.

    See if you have this file:
    includes/templates/your_template/common/tpl_main_page.php

    If you do, rename to something like: tpl_main_page.php.old

    That will force the default file to be used. Refresh your Browser on the problem page and see what happens. If you now see the page then rename the file back to what it was a refresh your Browser again.
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

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

    When I last tested your site, it would let me get to the shipping page.
    Then when I selected a shipping method and clicked Continue, which would normally go to the payment page, it croaked.

    This suggests that something's amuck with the code on the checkout_shipping or checkout_payment page files, or with one of the active payment or order total modules.
    Which payment modules do you have enabled?
    What happens if you start disabling them one-by-one and trying to get past the shipping page after each one?
    .

    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.

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

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

    Yup that's exactly where the error is...I have MONEYORDER and PAYPAL IPN-WEBSITE PAYMENTS STANDARD installed...I did try disabling as you previously suggested and still could not get through...

    Quote Originally Posted by DrByte View Post
    When I last tested your site, it would let me get to the shipping page.
    Then when I selected a shipping method and clicked Continue, which would normally go to the payment page, it croaked.

    This suggests that something's amuck with the code on the checkout_shipping or checkout_payment page files, or with one of the active payment or order total modules.
    Which payment modules do you have enabled?
    What happens if you start disabling them one-by-one and trying to get past the shipping page after each one?
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

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

    Quote Originally Posted by BDCreations View Post
    I created the local directory and the configure.php page with the code you listed and uploaded it all to the site....nada
    Actually, not "nada".

    The following shows up ... which is explaining the cause of the blank page:
    Notice: Constant MODULE_ORDER_TOTAL_LOWORDERFEE_TITLE already defined in /services2/webpages/b/y/bydesigncreations.ca/public/includes/modules/order_total/ot_loworderfee.php on line 23

    Notice: Constant MODULE_ORDER_TOTAL_LOWORDERFEE_DESCRIPTION already defined in /services2/webpages/b/y/bydesigncreations.ca/public/includes/modules/order_total/ot_loworderfee.php on line 24

    Fatal error: Class 'ot_loworderfee' not found in /services2/webpages/b/y/bydesigncreations.ca/public/includes/classes/order_total.php on line 47
    This suggests that you have changed whether the low-order-fee module is available or not.

    Go into Admin->Modules->Order Total, and list all the modules shown there. Indicate which ones are enabled.
    .

    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.

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

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

    Well this might be onto something then cause I just logged into my admin and there is nothing even listed or available called ot_loworderfee??

    Options I have available are:
    ot_cod_fee ~ DISABLED
    ot_coupon ~ DISABLED
    ot_group_pricing ~ DISABLED
    ot_gv ~ DISABLED
    ot_insurance ~ ENABLED
    ot_quantity_discount ~ ENABLED
    ot_shipping ~ ENABLED
    ot_subtotal ~ ENABLED
    ot_tax ~ ENABLED
    ot_total ~ ENABLED

    So what do I need to do now?



    Quote Originally Posted by DrByte View Post
    Actually, not "nada".

    The following shows up ... which is explaining the cause of the blank page:

    This suggests that you have changed whether the low-order-fee module is available or not.

    Go into Admin->Modules->Order Total, and list all the modules shown there. Indicate which ones are enabled.
    Our ZenCart online store www.bydesigncreations.ca

    "The more you know the less you understand."

 

 

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