Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cannot find server. "Page cannot be displayed" errors.


Deanna

Recommended Posts

I keep getting "Cannot find server. The page cannot be displayed.

The page you are looking for is currently unavailable. " on several pages like, checkout_shipping.php, login.php, account.php, create_account.php.

 

Does anyone know why this is happening on these pages? The shipping etc. modules have been configured. PSIgate has been installed. I just can't seem to get to the whole "checkout" section.

 

Thank you.

Link to comment
Share on other sites

I keep getting "Cannot find server. The page cannot be displayed.

The page you are looking for is currently unavailable. " on several pages like, checkout_shipping.php, login.php, account.php, create_account.php.

 

Does anyone know why this is happening on these pages? The shipping etc. modules have been configured. PSIgate has been installed. I just can't seem to get to the whole "checkout" section.

 

Thank you.

 

Vger,

 

Thank you for responding. You are probably right. How do I disable it? I don't know where the configure.php files are. The 'enable_ssl' setting doesn't seem to be in the oscommerce admin modules anywhere.

 

Deanna

Link to comment
Share on other sites

I keep getting "Cannot find server. The page cannot be displayed.

The page you are looking for is currently unavailable. " on several pages like, checkout_shipping.php, login.php, account.php, create_account.php.

 

Does anyone know why this is happening on these pages? The shipping etc. modules have been configured. PSIgate has been installed. I just can't seem to get to the whole "checkout" section.

 

Thank you.

 

I have the excact same problem. I suspected SSL as well. I checked the option in install but thats it.

 

 

That was the problem.

 

You need to open your configure.php file thats in your includes foler and change the value to false.

 

Really easy.

 

On about line 16

<?php
/*
 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', 'http://www.belove7.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.belove7.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL',  false); // secure webserver for checkout procedure?

 

Now I have a question. Whats the best way of getting a certificate so I change this back to true becuase I need SSL.

 

Thanks.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...