jjd Posted January 10, 2006 Posted January 10, 2006 Hi. I was just trying out Oscommerce and Hit a snag which i hope someone can possibly help me with please. Everything seems to work fine except the following Images on each page. The language images, and search images etc arent there. and product images are fine they are on the server but for whatever reason they dont correctly link to the respective image. The English Button on the right column Shows: http:///includes/languages/english/images/icon.gif when i look at its properties and i cannot work out what i have done wrong.. Any help would be appreciated Thank you in advance jay
Terra Posted January 10, 2006 Posted January 10, 2006 http:///includes/languages/english/images/icon.gif You found the problem - the file path is wrong (it should be http://www.yoursite.com/includes/languages/images/icon.gif) - suggest to double-check your includes/configure.php file to see if everything is specified correctly, e.g: define('HTTP_SERVER', 'http://www.mysite.com');etc. for some reason it's missing out your domain name in the file pathway. My code for combining PayPal IPN with ** QTPro 4.25 ** osC Affiliate ** CCGV(trad) and how to solve the invoice already paid error General info: Allow customer to delete order comment ** FTP Programs & Text Editors ** Amending order email **
jjd Posted January 10, 2006 Author Posted January 10, 2006 You found the problem - the file path is wrong (it should be http://www.yoursite.com/includes/languages/images/icon.gif) - suggest to double-check your includes/configure.php file to see if everything is specified correctly, e.g:define('HTTP_SERVER', 'http://www.mysite.com');etc. for some reason it's missing out your domain name in the file pathway. Hi. Thanks for the reply.. Have looked and still cant find the error If anyone else has an idea or has faced this problem please let me know what worked for you regards j
StormIT Posted January 10, 2006 Posted January 10, 2006 I'm having a similar problem! Please help us!!
Terra Posted January 11, 2006 Posted January 11, 2006 would be good to have a URL to check it out ... the language button paths are controlled in "/includes/boxes/languages.php" by this code: tep_image(DIR_WS_LANGUAGES . $value['directory'] . '/images/' . $value['image'], $value['name']) . ' and if configure.php is set up correctly, then this works in the standard osCom shop have you made any changes to your directory structure? if not, can you pm me with your configure.php file & site url? My code for combining PayPal IPN with ** QTPro 4.25 ** osC Affiliate ** CCGV(trad) and how to solve the invoice already paid error General info: Allow customer to delete order comment ** FTP Programs & Text Editors ** Amending order email **
Recommended Posts
Archived
This topic is now archived and is closed to further replies.