Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default 404 error on checkout_payment page

    Hello all,

    I received a 404 error when going to payment page. Here are the details:

    This is my first store, installed version 1.3.8a on my godaddy shared hosting account about 3 weeks ago. My site is 85% ready to launch (but live on the server). I have not added any addons yet except a template. I have been testing the site quite a bit and have gotten to the payment page. I am using paypal standard IPN. I have run several test orders with success. I disable the offline credit card module and just have Paypal and Check as the two payment options. I clicked through the checkout and when going to the payment page (main_page=checkout_payment) the 404 page cannot be found error.

    I don't know if this is related but just previous to this, my laptop froze up and I had to close firefox, and my editing software that contained some zencart files. But I would not think this should effect my server files.

    I have searched through the FAQs and the forum but cannot find this specific issue.

    The site was working flawlessly doing this same checkout probably 10 times in a row, and then boom. The page was gone the next time.

    Anyone's help would be greatly appreciated.

  2. #2
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: 404 error on checkout_payment page

    Here is what I have tried so far, to troubleshoot this 404 error since my original posting.

    I have changed templates, error still shows
    I gone back and re-enabled the offline credit card, error still shows
    I have uninstalled and reinstalled the paypal standard ipn module, still shows 404 error.
    I have gone back into paypal and changed back to having the paypal payment header as primary. Still shows error.
    I have reviewed the file checkout_payment.php which I have never edited. I do not see any obvious issues.

    These are all of the things that I can think about that were touched around the time the the 404 error occurred.

    Still need help from someone in the know.

    Thanks,

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: 404 error on checkout_payment page

    Have you uploaded a fresh copy of checkout_payment.php ? Could be it was corrupted.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: 404 error on checkout_payment page

    A 404 is a "not found" message, which is sent from Apache, the software that serves the content to your browser. That's commonly triggered before Zen Cart is even involved.
    More specific details about why Apache is throwing that error would typically be found in the server's apache errorlog ... most hosting companies give you that information in your control panel. You might have to ask *them* for the details if you can't find them in there yourself.
    .

    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
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: 404 error on checkout_payment page

    Thank you Dr Byte and Stevesh for your comments.

    I contacted Go Daddy and they said the file is not there, which is strange. Because I have downloaded it to look at and it had opened up just fine.

    So I re-uploaded the original file straight from the original program downloaded from the Zen Cart site. checkout_payment.php

    I uploaded it to this location: zencart/mydirectory/includes/languages/english is this right? Because I am still getting the error.

    Do I need to upload a whole file or module?

    Thanks for your help.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: 404 error on checkout_payment page

    The problem is NOT your checkout_payment.php language file.

    You need to check the apache errorlog for the cause of the error message.
    .

    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
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: 404 error on checkout_payment page

    Thank you Dr. Byte for clarifying the issue. I finally got access to the error files. I am sorry to say that they don't give me much information to follow.

    With your depth of knowledge, maybe you can shed some light. there are two lines of error code generated with each request for the page that is getting the 404 error. I have deleted the complete server path and replaced my website for now. These error messages don't appear to even get to my directory with zencart in them which is called "Wholesale"

    [Mon Oct 5 18:25:02 2009] [error] [client 67.172.252.147] File does not exist: /myhostingpath/mywebsite/favicon.ico

    [Mon Oct 5 18:25:02 2009] [error] [client 67.172.252.147] File does not exist: /myhostingpath/mywebsite/missing.html

    Any thoughts?

    Your help is muchly appreciated.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: 404 error on checkout_payment page

    References to favicon.ico are simply a result of the browser attempting to grab an icon, if it exists, for bookmarking/display purposes. It can be ignored.

    The reference to "missing.html" is a result of how the hosting company has configured the server to handle 404-not-found errors ... namely it looks for a "missing.html" file in an attempt to display a message that the file requested can't be found. So, that's only confirming what you're seeing when trying to access the page.
    .

    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.

  9. #9
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: 404 error on checkout_payment page

    Thanks for that input...

    I guess the error log files are really not helpful in this case.

    I have attempted to study the code on the shipping page where I click on continue and then go to the 404 error but can not see anything that might cause this.

    Are there any other suggestions that I could try.

    Thanks,

  10. #10
    Join Date
    Oct 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: 404 error on checkout_payment page

    The real question is Where do I go to check the code for issues? As mentioned before, I looked at the checkout_shipping page which is the last working page before the error. But I do not know where the continue button is sending or pulling the command from/to.

    I am willing to do the work to figure it out, just not sure were to start.

    Thanks,

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v150 Display 404 error page instead of 500 Internal Server Error
    By ShopVille in forum General Questions
    Replies: 1
    Last Post: 7 Dec 2012, 05:34 PM
  2. ez page 404 error
    By zoreli in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 5 Dec 2011, 01:59 PM
  3. checkout_payment error leads to blank page
    By dbeecken in forum General Questions
    Replies: 5
    Last Post: 26 Apr 2011, 07:20 PM
  4. Login page gives error 404 page not found
    By g28469b in forum General Questions
    Replies: 13
    Last Post: 20 Apr 2011, 11:23 PM
  5. 404 error page
    By Semenek in forum General Questions
    Replies: 0
    Last Post: 7 Mar 2010, 10:08 AM

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