Permissions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mal
    Junior Member
    • Jun 2004
    • 2

    #1

    Permissions

    I made a PHP file that has to be accessed by the blogging software I use, Greymatter. Greymatter requires the files it accessed to be CHMOD'd to 666. However, whenever I CHMOD a PHP file to 666, I get a server error when I try to view it from my web browser.

    What's going on?
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    With phpsuexec you do not need to chmod files for them to have correct access as everything is running under the domain's user anyways. The PHP files must be chmoded to 644 and it will work just fine that way.

    Comment

    • Mal
      Junior Member
      • Jun 2004
      • 2

      #3
      Thanks for the help; I got things working, except just a few seconds ago, I started getting those errors again. I checked my PHP files, and sure enough, they're set to 644. What happened?

      Comment

      • AndrewT
        Administrator
        • Mar 2004
        • 3655

        #4
        Originally posted by Mal
        Thanks for the help; I got things working, except just a few seconds ago, I started getting those errors again. I checked my PHP files, and sure enough, they're set to 644. What happened?
        We can't possibly troubleshoot your problems like this in the forums. Please submit a trouble ticket.

        Comment

        Working...