Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Oct 2006
    Location
    Markham, Ontario
    Posts
    47
    Plugin Contributions
    0

    Default Page not found - Go to Checkout

    Setting up a new store...

    Have entered products and am testing the check out process..

    I select my product, quantity (note - no price at this time)

    when I press the "Go to checkout" I get page not found.
    Trying to access..
    /index.php?main_page=checkout_shipping

    ANy help / direction appreciated.

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

    Default Re: Page not found - Go to Checkout

    Does the same thing happen if you click on "Log in" ?
    When you installed Zen Cart, did you give it an SSL address? Was that a valid address with SSL support installed?
    What version of Zen Cart?
    What addons/contributions are installed?
    What's the URL?
    .

    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. #3
    Join Date
    Oct 2006
    Location
    Markham, Ontario
    Posts
    47
    Plugin Contributions
    0

    Default Re: Page not found - Go to Checkout

    Quote Originally Posted by DrByte View Post
    Does the same thing happen if you click on "Log in" ?
    When you installed Zen Cart, did you give it an SSL address? Was that a valid address with SSL support installed?
    What version of Zen Cart?
    What addons/contributions are installed?
    What's the URL?

    Yes same thing happens at login.
    When I installed I entered SSL by mistake.

    Someone assisted and did this...
    "This is because it was configured to use SSL but you don't have a
    certificate so that won't work.
    I disabled SSL on zencart in ~/mysite.ca/admin/configure.php and
    commented out four lines on the top that enable ssl so now it should work fine:"

    Looks like there may be a few stragglers related to this (I suspect)

    PHP Version: 4.4.7 (Zend: 1.3.0) - No Addons



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

    Default Re: Page not found - Go to Checkout

    Quote Originally Posted by HOBOcs View Post
    Yes same thing happens at login.
    When I installed I entered SSL by mistake.
    That's what i figured was the problem.

    Quote Originally Posted by HOBOcs View Post
    Someone assisted and ...
    commented out four lines on the top that enable ssl so now it should work fine
    Um ... the ENABLE_SSL and ENABLE_SSL_ADMIN and ENABLE_SSL_CATALOG entries should *not* be "commented out". They should be changed to 'false' instead of 'true'.

    It's generally a bad practice to 'comment out' define() statements in PHP.

    Nevertheless, while using that approach will "work", your system will have to contend with the warnings generated when it runs. Under PHP 4.x, those warnings are usually only shown in log files. In PHP 5, they may show on-screen depending on server configuration.

    Glad you got it sorted out.

    Your best step from here is to get SSL enabled on your hosting account, and then re-enable it in your store.
    .

    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 2006
    Location
    Markham, Ontario
    Posts
    47
    Plugin Contributions
    0

    Default Re: Page not found - Go to Checkout

    Actually it's not sorted out...
    I had a problem initially that I could not get in to my admin login.

    The individual reviewed and commented out those fields.
    So, I seem to be having issues still. ..

    Rather than play around with code, I might consider re-installing. Unless you have a better idea,
    I'm at the inital stage of building the Store, with Categories and Products, the tamplate has been created and will just be a matter of uploading my saved files.

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

    Default Re: Page not found - Go to 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.

  7. #7
    Join Date
    Oct 2006
    Location
    Markham, Ontario
    Posts
    47
    Plugin Contributions
    0

    Default Re: Page not found - Go to Checkout

    Perfect... I changed both confiure.php files. At first it did not appear to work then I remembered I needed to reset the permissions so I could over write. Re-load...

    Works...
    Thanks for the attention.
    (FYI, I uncommented the statements as well)

    How do I mark this thread "Resolved"?

    HOBOcs
    Markham Ontario
    Last edited by HOBOcs; 23 Nov 2007 at 11:08 PM.

  8. #8
    Join Date
    Jan 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Page not found - Go to Checkout

    Hi don't mark this as resolved yet... I'm having the exact same problem, but I can't fix this.

    In my case the enable_ssl was set to false in both configure files, but I still am getting this error.

    I already checked and there are no files missing. Any clues?

    Thanks.
    Platinum Natural Dog Food
    Complete dry dog food made out of 70% human grade fresh chicken meat

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

    Default Re: Page not found - Go to Checkout

    Quote Originally Posted by edgecrusher View Post
    Hi don't mark this as resolved yet... I'm having the exact same problem, but I can't fix this.

    In my case the enable_ssl was set to false in both configure files, but I still am getting this error.

    I already checked and there are no files missing. Any clues?

    Thanks.
    Your SSL certificate expired on 01/23/2008.
    Please upgrade your certificate before you spin your wheels trying to fix things that might be happening as a result of an invalid SSL certificate.
    .

    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. #10
    Join Date
    Jan 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Page not found - Go to Checkout

    Hi thanks for the quick reply.

    I'm sorry, but the site with the problem is not the one in my signature (but good thing that you pointed out that.)

    I should have mentioned the URL is:
    http://arecafloral.com

    Thanks
    Platinum Natural Dog Food
    Complete dry dog food made out of 70% human grade fresh chicken meat

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. express checkout gives 404 page not found
    By wingnut82 in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 22 Mar 2011, 09:08 PM
  2. 404 Error (Page Not FOund) When Checkout
    By fensurya in forum General Questions
    Replies: 2
    Last Post: 17 Oct 2010, 02:39 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