Error: Your Userfile is not writeable . (p.s link = http://jovolka.wutske.astahost.com/gallery )
On the gallery website, it says I have to change the permissions of the albums folder to 777 and then it should be fixed. I can't change the attributes, not in FileZilla, not in Cpanel.
This is what FileZilla tells me:
CODE
Response: 550 Could not change perms on /public_html/jovolka/gallery/albums/.users/userdb.dat: Bad file descriptor
The gallery website states that this is caused by an upgrade, so I suppos astahost did some upgrade, so now I hope they can help me too
QUOTE
Error: Your Userfile is not writeable
See next topic. Solution is the same.
[edit]
Warning: fopen(".../albums/team/album.dat.lock","a+")
This typically happens when your ISP makes a change in your environment (like upgrading PHP or moving things around) without telling you about it. In a nutshell, some of Gallery's files wind up being owned by the wrong user and their permissions become set such that Gallery can no longer write to them. I've never found this to be the result of a bug in Gallery. To fix this, you can change the permissions on your Gallery data files so that Apache can read the files again. This should only happen on Unix. If you have shell access, you can fix it like this:
cd /var/www/albums
cd ..
chmod -R 777 albums
If you don't have shell access, you can use your FTP client to recursively (every file and every directory) chmod the albums directory 777.
Thanks in advance.

