Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSPlayer Works in FF but Not IE


JSmith7040

Recommended Posts

Posted

I have seen this topic but after looking for days have seen no real solution. I have to believe someone out there has gotten by this obstacle.

 

Simply put, I installed OSC 2.2 successfully and was able to install OSPlayer 2 with no issues. I used the install by hand method and OSPlayer worked in both FF and IE.

 

After testing I decided to put the whole osc/ under an SSL (secure.skintothewind.com). Everything works in the catalog and admin areas "except" that in both of those areas the osplayer does not open in IE. It stays in a constant "loading" phase and a closer look on forcing it to open shows an undefined message.

 

To be sure I have spent the last 2 days going over the files, configs and permissions and I just cannot find a reason for this. What is frustrating is that outside of changing some config stuff for the SSL install there is no difference between the file sets. I did reinstall Flash Player 9.

 

The ONLY thing that concerns me and makes me wonder is that in the /includes/configure.php & admin/includes/configure.php files I had to add an "s" for the HTTP_SERVER to get the links to point to https://. And yes, both Enable SSL statements are set to True.

 

Here is what i have in includes/configure.php:

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

define('HTTP_SERVER', 'https://secure.skintothewind.com/osc'); // eg, http://localhost - should not be empty for productive servers

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

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

define('HTTP_COOKIE_DOMAIN', 'secure.skintothewind.com');

define('HTTPS_COOKIE_DOMAIN', 'secure.skintothewind.com');

define('HTTP_COOKIE_PATH', '/osc/');

define('HTTPS_COOKIE_PATH', '/osc/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

 

The non SSL link the player works in both IE and FF is

http://skintothewind.com/osc/product_info....;products_id=33

 

The SSL version were the player works in FF but no IE is here https://secure.skintothewind.com/osc/produc...;products_id=33

 

Guys, any guidance on this issue will be greatly appreciated.

 

Jeffrey

Archived

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

×
×
  • Create New...