when i upload a picture from the File section of the phpwcms (1.2.5) beckend,
i receive this warning:
and picture isn't availableWarning: imagejpeg(): Unable to access .../httpdocs/125/content/images/dc9db16f9119f9c7cf60d3b1483c1005.jpg in .../httpdocs/125/include/inc_ext/ss_image/ss_image.class.php on line 202
what's happend?
the script has uploaded the file in the /phpwcms_filestorage folder
but it has given permission 600 (and the owner of the file is the ftp user, not apache)
so when the script tries to read that file (with the apache user, i suppose), it hasn't sufficient rights.
another instance of phpwcms on another hosting works fine...
any idea
thanks