yesme Posted February 13, 2009 Share Posted February 13, 2009 Hi, I got one page that has broken image. Only one. But I didnt find where is the source. Can you tell me where is the source of the image? See attachment. Thank you. Link to comment Share on other sites More sharing options...
airbrushmaster Posted February 13, 2009 Share Posted February 13, 2009 yes in the images folder Link to comment Share on other sites More sharing options...
yesme Posted February 13, 2009 Author Share Posted February 13, 2009 No, no, no...I know most of images stored inside that directory. I meant the source of the code where I can edit it and link it to the right path. Link to comment Share on other sites More sharing options...
dickysolo Posted February 13, 2009 Share Posted February 13, 2009 No, no, no...I know most of images stored inside that directory. I meant the source of the code where I can edit it and link it to the right path. in catalog/index.php look for } elseif ($current_category_id) { $image = tep_db_query("select categories_image from " . TABLE_CATEGORIES . " where categories_id = '" . (int)$current_category_id . "'"); $image = tep_db_fetch_array($image); $image = $image['categories_image']; } ?> <td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT);?></td> </tr> </table></td> </tr> <tr> the echo part in <td align="right"........ is the one u r looking 4.. Link to comment Share on other sites More sharing options...
yesme Posted February 14, 2009 Author Share Posted February 14, 2009 Great thanks! So, how to display back the the broken image in that page "Let's see what we have here" ? I am not understand how to identify. Please, I am not an advance php user. :) Peace! Thanks again! Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted February 14, 2009 Share Posted February 14, 2009 Right click on the broken image link and look at the properties Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
yesme Posted February 15, 2009 Author Share Posted February 15, 2009 I have checked it already before I opened this thread. The results is Not Available for filename and the path is /catalog/images only. That is why I need the scripts to bring back the image. Any ideas? Thanks. :) Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted February 15, 2009 Share Posted February 15, 2009 What category is the bracelet in? What image is associated to the category in the shop amin? Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
yesme Posted February 17, 2009 Author Share Posted February 17, 2009 What category is the bracelet in? The category is called Bracelet too What image is associated to the category in the shop amin? I do not know, what is the image that associated to the category. UPDATES LoL...The image is broken because I didnt upload any image for the category's image. So, I tried uploaded an image just now and the image is appeared as normal. Sorry, because I am too new in osc. Thanks for your replies. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.