1
Hi,
XOOPS Version: 2.0.13.1
Module Name/Version: xcgal 2.02
PHP Version: 4.3.11
MySQL Version:4.1.19-standard
Web Server Software (Apache/IIS/Other): apache
A full description of the issue:
When a user tries to upload an image, I get the followng error:
"Impossible to move Winter.jpg to albums/userpics/10001/!"
When I check the userpics folder through ftp, there's a folder there that has been created (10001) with permissions 777, which is what I set in the module preferences. If I try to change the permissions manually though (chmod 755 for example) I get an error : Could not change perms on 10001: Bad file descriptor
If on the other hand I manually create a folder called 10001 and set chmod to 777 then when I go to upload pictures as a user, it works fine!
Any ideas?