Zen Cart Logo
Forums / General Questions / Page not found - Go to Checkout

Page not found - Go to Checkout

Locked

Views: 2,858

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
23 Nov 2007, 4:11 PM
#1
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

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.

23 Nov 2007, 4:20 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

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?

23 Nov 2007, 4:26 PM
#3
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

Re: Page not found - Go to Checkout

DrByte:

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

23 Nov 2007, 8:27 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Page not found - Go to Checkout

HOBOcs:

Yes same thing happens at login.
When I installed I entered SSL by mistake.That's what i figured was the problem.

HOBOcs:

Someone assisted and ...
commented out four lines on the top that enable ssl so now it should work fineUm ... 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.

23 Nov 2007, 9:09 PM
#5
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

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.

23 Nov 2007, 10:01 PM
#7
hobocs avatar

hobocs

New Zenner

Join Date:
Oct 2006
Location:
Markham, Ontario
Posts:
47
Plugin Contributions:
0

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

8 Feb 2008, 3:37 PM
#8
edgecrusher avatar

edgecrusher

New Zenner

Join Date:
Jan 2006
Posts:
33
Plugin Contributions:
0

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.

8 Feb 2008, 3:50 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Page not found - Go to Checkout

edgecrusher:

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.

8 Feb 2008, 3:57 PM
#10
edgecrusher avatar

edgecrusher

New Zenner

Join Date:
Jan 2006
Posts:
33
Plugin Contributions:
0

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

8 Feb 2008, 5:32 PM
#11
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Page not found - Go to Checkout

It seems you're missing files from your website ... probably the /includes/modules/pages/login folder and its files.

9 Feb 2008, 6:21 AM
#12
edgecrusher avatar

edgecrusher

New Zenner

Join Date:
Jan 2006
Posts:
33
Plugin Contributions:
0

Re: Page not found - Go to Checkout

Thanks,
That was it.

The weird thing is that the site was working before. Well it's a good thing I keep backups, because the client doesn't.