Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation Successfull, but webpage not opening


Charene

Recommended Posts

Posted

Hi,

 

I have just reinstalled OSC on my website, and the message that I received was that the installation was successfull. The window opens where I can go to either the catalog, or the administration, but when I click on either one of the two, it takes forever to load, and only opens the error pages below.

I would appreciate it if anybody could lead me in a direction where I can sort out this problem.

 

Thanks!

Charene

 

 

 

The page cannot be displayed

The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.

 

--------------------------------------------------------------------------------

 

Please try the following:

 

Click the Refresh button, or try again later.

 

If you typed the page address in the Address bar, make sure that it is spelled correctly.

 

To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).

See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).

Click the Tools menu, and then click Internet Options.

On the Connections tab, click LAN Settings.

Select Automatically detect settings, and then click OK.

Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.

If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.

Click the Back button to try another link.

 

 

 

Cannot find server or DNS Error

Internet Explorer

Charene

Posted
im having the same experience,

any thought people?

 

Urls?

Everything's funny but nothing's a joke...

Posted
Urls?

 

 

My website address is www.giftsinc.co.za, and I have installed the shop directly into my public_html folder.

 

Thanks for your reply!

Charene

Posted
Urls?

 

 

My website address is www.giftsinc.co.za, and I have installed the shop directly into my public_html folder.

 

Thanks for your reply!

Charene

Posted
Urls?

 

 

My website address is www.giftsinc.co.za, and I have installed the shop directly into my public_html folder.

 

Thanks for your reply!

 

Charene

Charene

Posted
edit php, goto includes and disable ssl by entering false insted of true.

 

 

Hi,

 

SSL is disabled in my configuration file. I am including the code for this file, please advise if I need to post any other code too.

 

Thanks!

Charene

 

.......

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.giftsinc.co.za'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.giftsinc.co.za');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/giftsinc/public_html/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', '***');

define('DB_SERVER_PASSWORD', '***');

define('DB_DATABASE', 'giftsinc_Giftsinc');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

Charene

Posted
did you save after editing?

thats the error i made, i switched from true to false, then it defaulted back to true.

 

 

My SSL was definately set and saved as false when I installed my store. On re-opening the file, it's still set as

false. Not too sure where to start to get this sorted out, as my entire site and admin area is 'offline'...

Thanks for your help though - it's really appreciated.

Charene

Posted
My SSL was definately set and saved as false when I installed my store. On re-opening the file, it's still set as

false. Not too sure where to start to get this sorted out, as my entire site and admin area is 'offline'...

Thanks for your help though - it's really appreciated.

 

Hi Charene,

 

Looking at your site it's only showing files (and not all that are supposed to be there). Maybe your FTP program left you in a lurch?

 

Iggy

Everything's funny but nothing's a joke...

Posted
im having the same experience,

any thought people?

 

Hey there Georgy,

 

Looking at georgiestoybox I see a site and can nav products. Is your issue resolved?

 

Iggy

Everything's funny but nothing's a joke...

Archived

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

×
×
  • Create New...