Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Images doesn't display

More
11 years 8 months ago #737 by masifjh
Replied by masifjh on topic Re: Images doesn't display
Thanks admin for feedback, i just remove all images and uploaded them in our server afterward insert them in to articles, but now i am getting following erros

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/tempthumb_114_117.jpg' for writing: Permission denied in /home/content/56/9450656/html/modules/mod_latestnewsenhanced/image.php on line 118

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/tempthumb_114_104.jpg' for writing: Permission denied in /home/content/56/9450656/html/modules/mod_latestnewsenhanced/image.php on line 118

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/tempthumb_114_103.jpg' for writing: Permission denied in /home/content/56/9450656/html/modules/mod_latestnewsenhanced/image.php on line 118

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/tempthumb_114_102.jpg' for writing: Permission denied in /home/content/56/9450656/html/modules/mod_latestnewsenhanced/image.php on line 118

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

More
11 years 8 months ago #738 by masifjh
Replied by masifjh on topic Re: Images doesn't display
well i changed Thumbnails Cache Path from /temp to /home/content/56/9450656/html/temp now errors disappear but its not displaying thumbnails and i can see blank space over there

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

More
11 years 8 months ago #739 by masifjh
Replied by masifjh on topic Re: Images doesn't display
now i am getting following error if i set thumbnail cache location /home/content/56/9450656/html/temp/

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/content/56/9450656/html/temp/thumb_114_117.jpg' for writing: No such file or directory in /home/content/56/9450656/html/modules/mod_latestnewsenhanced/image.php on line 118

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/content/56/9450656/html/temp/thumb_114_104.jpg' for writing: No such file or directory in /home/content/56/9450656/html/modules/mod_latestnewsenhanced/image.php on line 118

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/content/56/9450656/html/temp/thumb_114_103.jpg' for writing: No such file or directory in /home/content/56/9450656/html/modules/mod_latestnewsenhanced/image.php on line 118

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/content/56/9450656/html/temp/thumb_114_102.jpg' for writing: No such file or directory in /home/content/56/9450656/html/modules/mod_latestnewsenhanced/image.php on line 118

and if i set location /home/content/56/9450656/html/temp then i don't see error messages but thumbnail doesn't display at all

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

More
11 years 8 months ago #740 by admin
Replied by admin on topic Re: Images doesn't display
Have you tried using the temp folder set up for your Joomla! website (in the global configuration)? Usually you just need to set the path to tmp/ if you are using the standard configuration. You also need to make sure that directory is writable.

Olivier.

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

More
11 years 8 months ago #745 by masifjh
Replied by masifjh on topic Re: Images doesn't display
tmp/ already setup in global configuration and same in module parameters, now i don't see any errors but still no thumbnail while tmp directory is writable and i can see thumbnail if i open them directly e.g sinewstoday.com/tmp/thumb_114_102.jpg

but same not displaying in to website, is anything related with joomla version? i am using 2.5

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

More
11 years 8 months ago - 11 years 8 months ago #747 by admin
Replied by admin on topic Re: Images doesn't display
No, this is not related to the Joomla! version.
You can see the file when doing:
sinewstoday.com/tmp/thumb_114_102.jpg
but when I look at the website, the path is:
/home/content/56/9450656/html/tmp/thumb_114_102.jpg
I will look at the module's code to make sure everything is set up right.

Olivier.
Last edit: 11 years 8 months ago by admin.

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