Skip to main content

Php (Internal Server error)

Comments

3 comments

  • cPanelMichael
    Hello :) The important error message here is: SoftException in Application.cpp:601: Directory "/" is writeable by group
    Check the permissions on the "/" directory on your system with a command such as:
    stat /
    Default permissions are 0755 on this directory. Also, review the directories within the account to make sure none of them are set to 0777. Note that it's also a good idea to investigate how/why the directory permissions were manually changed. Thank you.
    0
  • DerfStew
    Thanks Michael. Your solution did work, and I have no Idea how it was changed (going through logs) the directory (www) was set to 0777 after changing them all the websites started to work again. Thanks and Kind Regards Jack.
    0
  • cPanelMichael
    I am happy to see the issue is now resolved. You can review /var/log/messages or /usr/local/cpanel/logs/access_log to determine if the user modified the permissions via FTP or cPanel's File Manager. Thank you.
    0

Please sign in to leave a comment.