Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorizire
    • CommentTimeAug 22nd 2006
     # 1
    I want to delete my vanilla from space, and reinstall it, but I can't do anything. No file editing or chmod changing ... why? :(
    •  
      CommentAuthorMark
    • CommentTimeAug 22nd 2006
     # 2
    How did you upload it? It's a permission problem on your server.
    •  
      CommentAuthorizire
    • CommentTimeAug 22nd 2006
     # 3
    logged into server per ftp program ... uploaded it and installed it.
    •  
      CommentAuthorBergamot
    • CommentTimeAug 22nd 2006
     # 4
    You're in space?
    •  
      CommentAuthorMark
    • CommentTimeAug 22nd 2006 edited
     # 5
    @bergamot: Hardy har har :P

    Can you remove *any* of the vanilla folders? Try going into the vanilla folder and removing the files and folders individually. I bet it's your conf files that are messing you up becuase they were created by Vanilla and hence owned by apache (not you).
    •  
      CommentAuthorizire
    • CommentTimeAug 22nd 2006 edited
     # 6
    i cannot remove _any_ vanilla folder (including the whole vanilla folder).

    i tryed to delete one single file .. nothing happens ... only "permission denied" - on every file.
    •  
      CommentAuthorMark
    • CommentTimeAug 23rd 2006
     # 7
    Well, you're going to have to contact your hosting provider to figure out what's wrong. Vanilla is just files. It doesn't do anything to change it's own permissions (that's pretty much impossible on most systems), so it's something to do with your server.
    •  
      CommentAuthorWanderer
    • CommentTimeAug 23rd 2006
     # 8
     Quote: Mark  Well, you're going to have to contact your hosting provider to figure out what's wrong. Vanilla is just files. It doesn't do anything to change it's own permissions (that's pretty much impossible on most systems), so it's something to do with your server.

    Yup, the same thing happened to me but just to the files in the conf folder, they took on ownership by apache somehow.
    My ISP fixed it after making me jump through hoops to prove who I was and that I had a right to "own" the files.
    •  
      CommentAuthorKrak
    • CommentTimeAug 23rd 2006 edited
     # 9
    I've had this happen before with a file uploading app I was using.

    The app was creating files, and changing permissions, which ended up not giving ownership to me. Any file it creates I can not delete or change in anyway because I am not the owner.

    Something to do with screwy group permissions or something. The way I got around it was by using another app called "WebAdmin". It is a .php file that can delete, move, files, etc... Since the ownership of the file was WWW the only person that could delete it had to be either the system admin, or a user of WWW, which this file would be.

    I searched for a link but couldn't find an active one, so I zipped the file. Give it a shot, hope it helps. Just make sure to remove the file when you are done using it. Leaving it on the server would be a bad thing.

    http://temp.hatethis.org/webadmin.zip
    •  
      CommentAuthorADM
    • CommentTimeAug 23rd 2006
     # 10
    you can usually just unlink them in php and it'll work <?php unlink('filename.php'); ?>
    •  
      CommentAuthorizire
    • CommentTimeAug 23rd 2006 edited
     # 11
    ah... got it, problem solved.. thank all of you:)
    •  
      CommentAuthorKrak
    • CommentTimeAug 23rd 2006
     # 12
    Didn't know about that ADM.
    •  
      CommentAuthorWanderer
    • CommentTimeAug 23rd 2006
     # 13
    <?php unlink('filename.php'); ?> works great to delete files but how about replacing them with other files?

    Will it delete directories?
    • CommentAuthorithcy
    • CommentTimeAug 23rd 2006
     # 14
    bergamot made me laugh
    •  
      CommentAuthorKrak
    • CommentTimeAug 23rd 2006
     # 15
    You can delete directories with that file I linked to. It also lists everything in the directory and allows browsing. Just dug through the code and it uses the unlink command. It just has a nice interface to use it so you don't have to code up a custom php file every time.
Add your comments
    Username Password
  • Format comments as