Warning: imagepng() [function.imagepng]

asishlla

Verified User
Joined
Jul 24, 2009
Messages
235
Hi,
after move to a new server..i have this error on my site home page:

Warning: imagepng() [function.imagepng]: Unable to open '/home/shlla/domains/joomlastyle.net/public_html/modules/mod_news_pro_gk1/cache/stories.rockstar-icon.png' for writing: Permission denied in /home/shlla/domains/joomlastyle.net/public_html/modules/mod_news_pro_gk1/gk_classes/image.class.php on line 218

how could i fix it please?
thank you
 
Already discussed here thousand times.

Use

Code:
chmod 777 /home/shlla/domains/joomlastyle.net/public_html/modules/mod_news_pro_gk1/cache/

Or use suPHP, or mod_ruid2.

Please, use google to find information on these forums, just before posting.
 
Hi zEitEr,
chmod 777 /home/shlla/domains/joomlastyle.net/public_html/modules/mod_news_pro_gk1/cache/
it was 777 and the error still there.
i will try use suPHP, or mod_ruid2
Thank you
 
Hello,

if so, than permissions on files are wrong. You can clear that directory and files will be cached again with PHP scripts.

Just before, please, run:

Code:
ls -l /home/shlla/domains/joomlastyle.net/public_html/modules/mod_news_pro_gk1/cache/stories.rockstar-icon.png
 
Back
Top