Digital Indigo
digitalindigo.comHomeAbout UsContact UsSearch

Clients
Client Login
Portfolio
Tech Support
Services
Pricing
Software
Internet Services
Web Hosting
Consulting
Programming

Quick Search




ShopFactory / Internet Explorer (IE) 6 Fix
Upgrading Enterprise Server causes Internet Explorer 6 to have problems with Shop Factory.

Description
After upgrading to a newer version of CentOS / Red Hat Enterprise Server, Shop Factory fails to display on Internet Explorer 6. Often a message such as the following appears in IE6 browsers:

This page contains the source code to power ShopFactory. It is NOT visible to customers.

This problem is the result of a character in the currencies section of the index.html file. Depending on the version/settings of Apache, the character may not have been passed to the web browser. This may change with server upgrades. Removing the character from the Shop Factory file fixes the error.

Fix:

Edit index.html. Search for the line with Schillings. Modify as follows. (Note that the fix involves making sure no character exist between the quotes after the "ATS" field.)

Change From:
euroCurrencies[2]=new currency("Austrian Schillings", "ATS", "?S",13.7603,2);

To:
euroCurrencies[2]=new currency("Austrian Schillings", "ATS", "",13.7603,2);

 

Related Topics & Information
None at this time.
   

 

 

 

Copyright © 1995-2007 Digital Indigo Technologies. All Rights Reserved.