Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL on login page problems w/ IE6 images won't show


nuiosc

Recommended Posts

Hello I having a problem with my site, where only within IE 6 the images do not show on the login.php page and thus customers can not login and checkout. As mentioned this only happens on IE6. I have tried making some changes I found in the forums in the application_top.php file. However have had no positive results.

 

In my situation, I can confirm SSL is working and on for all other browsers FF, Safari, on Win and Mac . I have not checked IE7.

 

I would appreciate any thoughts on this.

the site is smoother skin direct dot com

 

Thanks

Suz

Link to comment
Share on other sites

the site is smoother skin direct dot com

You're going to have to tell someone where the heck the osC part of the site is.

 

All I get there are a bunch of freakin' HTML pages...

:huh:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Check to make sure your config file is set properly. On your secure pages this what your <base href> tag shows

<base href="%3C?php%20echo%20(($request_type%20==%20'SSL')%20?%20HTTPS_SERVER%20:%20HTTP_SERVER)%20.%20DIR_WS_CATALOG;%20?%3E">

Your nonsecure pages look fine.

Link to comment
Share on other sites

Had to be the one I didn't try... osc

<_<

 

Figures!!!

:lol:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Had to be the one I didn't try... osc

<_<

 

Figures!!!

:lol:

Don't feel bad. This is what we are left with when people don't give enough info. I only found by clicking on products and buy now.

Damn some people just don't understand what we do to help them. :blush:

Link to comment
Share on other sites

Don't feel bad. This is what we are left with when people don't give enough info. I only found by clicking on products and buy now.

Damn some people just don't understand what we do to help them. :blush:

 

MY bad :blush: on not giving enough information on how to get to exactly the site. I was just trying not to have the site show up in all searches. and what I did may not have secured that any way :-/ I'm not batting well today.

 

In any case, thank you for even attempting and searching around to see what's going on with why the images are not coming up on the secure pages. As a further note, what I see is that the images are coming from "http://%3c/images/xx.gif" THis doesn't look like a good reference for the images.. maybe obvious.. but just mentioning this is another symptom of what I am seeing.

 

I checked my config.php file to see what could be causing an issue in the base href as you mentioned. However my knowledge is limited to comparing to the original config from the base install and the top defines are the same in both files

 

<base href="%3C?php%20echo%20(($request_type%20==%20'SSL')%20?%20HTTPS_SERVER%20:%20HTTP_SERVER)%20.%20DIR_WS_CATALOG;%20?%3E">

 

Here is the info in my config

define('HTTP_SERVER', 'http://domainname.com'); // eg, [url="http://localhost"]http://localhost[/url] - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.domainname.com'); // eg, [url="https://localhost"]https://localhost[/url] - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'domainname.com');
 define('HTTPS_COOKIE_DOMAIN', 'domainname.com');
 define('HTTP_COOKIE_PATH', '/osc/');
 define('HTTPS_COOKIE_PATH', '/osc/');
 define('DIR_WS_HTTP_CATALOG', '/osc/');
 define('DIR_WS_HTTPS_CATALOG', '/osc/');
 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/');

( domainname is replaced with the actual domainname.com in the actual file )

 

Is there anything in this part of the config.php that could be causing a problem ?

 

Thank you

Suz

Link to comment
Share on other sites

The code in the <head> section of login.php is messsed up.

 

If you manually change the address in the browser address bar to http: you get the same content.

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

The code in the <head> section of login.php is messsed up.

 

If you manually change the address in the browser address bar to http: you get the same content.

:blush:

 

That was it.. I copied the bas href line from a clean install and that worked. Now I am curious how that line got corrupted ?

I still have a problem with 2 pics not showing up... but I think I can did around and find the img source link for that and check that it is pointing to the correct location.

 

THANK YOU!!!!

Suz

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...