function.imagejpeg

zbv2net

Verified User
Joined
Feb 11, 2009
Messages
12
Hi i transfered one domain from other host to my server using centos and directadmin and apache 2


so i get now this error if anyone can help me how to fix this it can notopen images that are resized by a script module in joomla if anyone could help me with this thank you
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/zbvcom/domains/zbavitu.com/public_html/images/resized/images/lajme/mischa_barton_nu_430_417.jpg' for writing: Permission denied in /home/zbvcom/domains/zbavitu.com/public_html/modules/mod_janews/helper.php on line 123
 
If your server is running php as cgi, then both the php file and the image file must be owned by the site-user. If not (if php runs as an apache module) then both files must be owned by the user running apache (generally user apache.

Jeff
 
Back
Top