Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

graphics aren't working


Tachyon

Recommended Posts

This is probably a real simple fix but I can't figure it out. My language graphics (the little flags) aren't showing at my administrator site. It's trying to pull graphics from:

 

.../catalog/includes/languages/german/images/icon.gif

 

but the graphics are here:

 

.../gearsonline.net/catalog/includes/languages/german/images/icon.gif

 

Where do I go to fix this? What file do I alter?

If you don't like the news then go make some of your own.

Link to comment
Share on other sites

Check that you are not using Search Engine Friendly URLs and that you do not have $DOCUMENT_ROOT or $HTTP_SERVER_VARS['DOCUMENT_ROOT'] in your configure.php but rather use the real path.

Link to comment
Share on other sites

I have the same problems...

 

when I am at:

 

http://www.domain.com/admin... whatever

 

the images that are in the admin/images directory show fine, but the ones in the catalog/images do not show up.

 

the location that it shows for the images is:

 

http://www.domain.com/admin/catalog/images/image.gif

 

What this means is that somewhere there is a reference to:

 

DIR_WS_CATALOG_IMAGES

 

where it should be:

 

HTTP_SERVER . DIR_WS_CATALOG_IMAGES

 

I have not been able to find this, but it is generic to all the pages, so I thought that it might be in one of the main include files... like application_top.php

 

still working on it...

 

--gabe

 

 

--gabe

Link to comment
Share on other sites

you know, its probably in the file that determines whether the connection is http or not (I have http = 'false' in both configure.php's) maybe its there that the DIR_WS_CATALOG_IMAGES variable gets the HTTP(S)_SERVER concatenated to the front...

 

 

Anyone?

 

--gabe

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...