Tachyon Posted February 22, 2003 Posted February 22, 2003 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.
Ajeh Posted February 23, 2003 Posted February 23, 2003 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.
Guest Posted February 24, 2003 Posted February 24, 2003 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
Guest Posted February 25, 2003 Posted February 25, 2003 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.