Page 1 of 1

IMAGE not display

Posted: Tue May 10, 2011 9:35 am
by ohdear
Hello everybody.. :)

i hv problem with my opencart 1.4.9.1
when i clicked the image, the picture wont display

Image

Uploaded with ImageShack.us

actually this opencart has been modified by one of the member (based on my requirement) but since he refused to answer me (Bad support) via email n gtalk..(hidden) so i decided to open this thread.

please help me

Re: IMAGE not display

Posted: Tue May 10, 2011 4:14 pm
by ohdear
pls ehlp..

Re: IMAGE not display

Posted: Tue May 10, 2011 5:07 pm
by westcorkarts
I have this amongst other problems, if it helps I was trying to get the FB like icon in my pages. It failed so I had to reset the SEO option in the back end, rename the HTACCESS file with its txt extension for the site to work again, it still works with everything I put into it yesterday. But now I cannot upload images. The directories were changed and so were the file permissions, I have reset those and still have a problem

Re: IMAGE not display

Posted: Tue May 10, 2011 10:02 pm
by westcorkarts
New to this but check the cache images and their permissions...

Re: IMAGE not display

Posted: Wed May 11, 2011 9:15 am
by ohdear
westcorkarts wrote:New to this but check the cache images and their permissions...
the permissions is 755.
but when i right cliked on the image and open in new tab..the image display properly.
so i think its not because of permission..

Re: IMAGE not display

Posted: Wed May 11, 2011 9:49 am
by Qphoria
Try 777

Re: IMAGE not display

Posted: Thu May 12, 2011 9:03 am
by ohdear
Qphoria wrote:Try 777
also not work..below is my product.tpl code

Code: Select all

<!-- Main product image -->

          <td style="text-align: center; width: 250px; vertical-align: top;"><a href="<?php echo $popup; ?>" title="<?php echo $heading_title; ?>" class="thickbox" rel="gallery"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" style="margin-bottom: 3px;" /></a><br />
            <?php echo $text_enlarge; ?>
 				
any sugestion about above code?

Re: IMAGE not display

Posted: Fri May 13, 2011 3:19 pm
by ohdear
Help