Keyword

thumbnails aren't showin up. Help!

More
16 years 9 months ago - 16 years 9 months ago #12621 by chi
Replied by chi on topic Re: thumbnails aren't showin up. Help!
i'm having the same problem.  same symptoms described in this thread of the red X in IE and the blank square in Firefox.  when you click the box, the image does show.  i have 5 accounts with my host and this is the only one it won't work on.  i even uninstalled and reinstalled Joomla v1.5 two times and it still doesn't work.  i even did the 755 file permission trick and that didn't work.   :'(

EDIT: Works now after fooling around half of my Sunday trying to figure it out.  Solution, upgrading to the Pro version which uses a different thumbnail generating engine.  :P

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #12622 by escolastic
Replied by escolastic on topic Re: thumbnails aren't showin up. Help!
I have had the same problem. I solved:

Files need to be chmod 644 and folders need to be 755

Regards

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago - 16 years 5 months ago #12623 by dinoflagellat
Replied by dinoflagellat on topic Re: thumbnails aren't showin up. Help!
hi folks!

maybe i have a solution for the standard version!
this is how it worked for me:

my folder where my images to display are stored is "{basepath}/images/spieler"

chi wrote: EDIT: Works now after fooling around half of my Sunday trying to figure it out.  Solution, upgrading to the Pro version which uses a different thumbnail generating engine.


so i opened the file "{basepath}/plugins/content/plugin_jw_sig/showthumb.php"
there i found the following code part (should be line 15):
$_image_ = '../../../images/stories/'.$_GET['img'];

i kicked "stories/":
$_image_ = '../../../images/'.$_GET['img'];

..all works fine now...
eh...ok the design sucks in ie7, but this should be an easy to solve css issue  8)

hope this also works for sb out there dealing with the same problems

greetz from the wild south of germany :)
basti

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum