Re: Advanced image module for CuteNews
I have a problem with pictures!!
For some time ago the advanced image module couldn't show the pictures i uploaded.
When i check´t the permissions on the images true ftp, i found out that they where chmod 600 instead of 644
With some search i found out that inserting a line in the original cutenews images.mdu would do the trick
It is explained here
http://forum.php.pl/index.php?showtopic=16...st&p=291046 and http://forum.php.pl/index.php?showtopic=16...st&p=291348
i used google translate to read it.
So my question is
Is it possible to make this also chmod 644 after upload like this command do it for the original images.mdu ?
<blockquote>chmod ($ config_path_image_upload ."/".$ image_name, 0644);</blockquote>