Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Strange fault


phil81uk

Recommended Posts

Hello,

 

Our website jail house frock. co. uk has just has all the images disappear when viewed in IE7. They are fine in FF.

 

I checked the image src (source) in the HTML and it is correct. The images exist and everything. No idea why this has suddenly happened. It's the strangest thing.

 

Suggestions welcome.

Link to comment
Share on other sites

Have you done something odd in your setup? your image location is like http:///images/menu05.jpg which ie don`t understand

 

should be http://www.mystore.co.uk/catalog/images/menu05.jpg

 

check your configure.php espessialy DIR_FS_CATALOG

 

:huh:

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

Look in the <head> section of your HTML source. This is the problem:

 

<base href="">

It should be your URL + the path to your catalog.

 

In your case:

 

<base href="http://jailhousefrock.co.uk/shop/">

 

Check the code in the <head> section of your PHP page to see how it's setting the value for <base href=....>

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

Archived

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

×
×
  • Create New...