Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Incompatibility in Browsers


nero36

Recommended Posts

Hello,

I am trying to configure an osCommerce shop based on a template.

The problem appears when I try to access the shop from a browser like Internet Explorer, it looks like the pictures have broken lins and the CSS is not recognised. When I try to access the shop from Mozilla Firefox, it works perfectly fine.

 

I have attached two snapshots, one with Firefox and the other with IE.

 

Firefox.jpg

IE.jpg

 

Does anybody know what might be the cause of my problems? I searched this forum but I couldn't finhd an answer regarding my problem.

 

Here is the configuration of the web-server running my store :

 

Operating system Linux

Kernel version 2.6.13-1.1532_FC4smp

Machine Type i686

Apache version 1.3.34 (Unix)

PERL version 5.8.7

PHP version 5.0.5

MySQL version 4.1.13-standard-log

cPanel Build 10.8.1-RELEASE 30

Theme cPanel X v2.5.0

 

Please help, I am desperate!

Link to comment
Share on other sites

In your catalog/includes/configure.php

 

Set the two server lines exactly the same (for now).

 

ie:

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.distributieonline.ro/'); // eg, http://localhost - should not be empty for productive servers

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

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

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

In your catalog/includes/configure.php

 

Set the two server lines exactly the same (for now).

 

ie:

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.distributieonline.ro/'); // eg, http://localhost - should not be empty for productive servers

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

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

 

You are the best, Alan!

Thanks, I owe you one! If there's anything that I can do for you, I'd be happy to know!

Many thanks again!

 

Mihai

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...