Not signed in (Sign In)

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

  1.  
    Hello,

    Our server doesn't allow 0777 permissions and we've changed all the chmod commands to set it to 0755 (the highest our server will allow). However, we're still getting an error saying /uploads/ has to be 0777. Is there a way to make the /uploads/ directory work on 0755?
    •  
      CommentAuthorsidtheduck
    • CommentTimeOct 21st 2008
     
    michaelphill,

    I don't think Plogger will be able to work with only 0755 permissions unless your host has set it up that a PHP script runs as the owner of the files (so if they could CHOWN the /uploads/, /images/, and /thumbs/ folders to match that of the PHP script user, that should work). Basically, Plogger just checks to see if it has permission to write a file to those folders (either via permissions of 0775 minimum usually or via ownership of the folder). If your host will not allow a PHP script permission to write to the server, you will most likely not be able to use Plogger (or really any image script out there that I'm aware of) without write permissions or ownership.