Need Root to CHMOD script-generated files for me
Alright, so my website is a photo gallery, and it was working completely fine until like a week ago. I didn't change any settings or upload anything new, so it must've been a change made server-side.
After trolling through support forums, I traced the problem to a change in permissions of a certain directory that my gallery script relies on. This is confirmed by the first sticky in this forum. Unfortunately, I cannot chmod the files/directories myself because they were created by my script and my ftp user account is not a member of the apache/php group and thus does not have privileges to edit/modify the files. I do not wish to reupload all the files because it took a great amount of time to do so in the first place because my upload speed is complete crap.
So basically what I need is a root user or a user who is a member of the apache user group to do a recursive chmod for me.
I need the following done on my account from a shell:
cd /www/gallery
chmod -R 777 albums
I assume any admin can figure out my account name from my forum name, so I won't post it.
Thanks in Advance!
Alright, so my website is a photo gallery, and it was working completely fine until like a week ago. I didn't change any settings or upload anything new, so it must've been a change made server-side.
After trolling through support forums, I traced the problem to a change in permissions of a certain directory that my gallery script relies on. This is confirmed by the first sticky in this forum. Unfortunately, I cannot chmod the files/directories myself because they were created by my script and my ftp user account is not a member of the apache/php group and thus does not have privileges to edit/modify the files. I do not wish to reupload all the files because it took a great amount of time to do so in the first place because my upload speed is complete crap.
So basically what I need is a root user or a user who is a member of the apache user group to do a recursive chmod for me.
I need the following done on my account from a shell:
cd /www/gallery
chmod -R 777 albums
I assume any admin can figure out my account name from my forum name, so I won't post it.
Thanks in Advance!
Last edited: