jpennington Posted January 20, 2005 Posted January 20, 2005 site www.leisuremusic.co.uk - all of a sudden images have stopped showing - the url is not correct its not picking up server adddress. e.g http:///images/oscommerce.gif works fine in Firefox though. thanks
241 Posted January 20, 2005 Posted January 20, 2005 check your paths in your configure.php files as firefox shows no base ref and ie shows no stylesheet or images. No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
jpennington Posted January 20, 2005 Author Posted January 20, 2005 check your paths in your configure.php files as firefox shows no base refand ie shows no stylesheet or images. <{POST_SNAPBACK}> sorry, but lost - here is my configure.php file form includes directory - everything looks fine // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.leisuremusic.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.leisuremusic.co.uk'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/leisure'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', ''); 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/leisure/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
montytx Posted January 20, 2005 Posted January 20, 2005 I have the same problem. I had my image height set at "***" so all my images would size the same width. I have been testing ans setting up in Firefox. Well today I thought I would dust off IE and check to see how the site looked. At first they were the correct width and 1 pixel tall. So all you would see is a colored line. I then blanked out the hieght and now the pics are full size and huge. Any ideas?
jpennington Posted January 20, 2005 Author Posted January 20, 2005 fixed proble - found another post here: http://www.oscommerce.com/forums/index.php?showtopic=96589&st=0& Thanks anyway
Recommended Posts
Archived
This topic is now archived and is closed to further replies.