Menu

#5 Deleting some files

open
nobody
5
2005-01-18
2005-01-18
Anonymous
No

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

Discussion

  • Juan M.

    Juan M. - 2005-01-22

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.