Deleting some files
Status: Abandoned
Brought to you by:
natasab
Hi,
After spending hours on trying to install and remove
some files. I can not, since the files that I uploaded
were using the owner "48". I would like to remove these
old photo albums and start 100% with a clean slate. Is
there a way to remove these folders so I can start over,
using this image library.
Thanx,
Please email response to musiclov2002@yahoo.com
Logged In: YES
user_id=868982
Well, this problem can be considered or a yapig bug or, as
well, a problem of the configuration of the web server you
use. When yapig creates a file, it has the default
permissions of the user that runs php (ex: nobody, www-data)
witch is different than your user. That's why you can't
delete this files.
The solution is:
1) Contact your system admin and kinkdy ask for remove or
change permissions of the files.
2) Patch yapig, so all files will have all permissions: Add
this line in config.php:
umask(0);
Regards. NaTaSaB
Logged In: YES
user_id=868982
I've created a patch so just running a file problems
deleting files will be finished.
Just follow this link:
https://sourceforge.net/tracker/index.php?func=detail&aid=1107399&group_id=93674&atid=605078