tvsavingsplus Posted March 26, 2006 Posted March 26, 2006 Okay, everything on my page is working just fine, except for the "Check Out" and "My Account" bottons. Whenever you try to this it takes you to the page that says "Cannot find server" and "The page cannot be displayed" When I go to my FTP program I can clearly see that the /checkout_shipping.php file is in the right place. Can anyone help me please?
macparts Posted March 26, 2006 Posted March 26, 2006 Okay, everything on my page is working just fine, except for the "Check Out" and "My Account" bottons. Whenever you try to this it takes you to the page that says "Cannot find server" and "The page cannot be displayed" When I go to my FTP program I can clearly see that the /checkout_shipping.php file is in the right place. Can anyone help me please? might be something in your config.php files. Should look something like define('HTTP_SERVER', 'http://www.spectrumsupply.com'); define('HTTPS_SERVER', 'https://www.spectrumsupply.com'); define('ENABLE_SSL', 'true');// secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.spectrumsupply.com'); define('HTTPS_COOKIE_DOMAIN', 'www.spectrumsupply.com'); Remember there are two config files. The other is in the admin folder.
ozcsys Posted March 26, 2006 Posted March 26, 2006 Okay, everything on my page is working just fine, except for the "Check Out" and "My Account" bottons. Whenever you try to this it takes you to the page that says "Cannot find server" and "The page cannot be displayed" When I go to my FTP program I can clearly see that the /checkout_shipping.php file is in the right place. Can anyone help me please? Usually this is caused by having ssl set to true and not having a ssl cert or having an incorrect secure path. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted March 26, 2006 Posted March 26, 2006 Usually this is caused by having ssl set to true and not having a ssl cert or having an incorrect secure path. Thanks so much!!! it was the SSL that was set to true.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.