51
cripi
6y

Docs: If you get a 500 error [...] you may need to run chmod -R 777 storage[...]
I: wait *reads again*
Doc:s chmod -R 777
I: 😲
Docs: 777
I: rm -rf ./

Comments
  • 3
    😱😱😱
  • 1
  • 3
    If it still doesn't work try to:

    Allow root login on SSH, write down your password in a .txt file, commit you private SSH keys to a public repo and chmod 777 your home folder.
  • 1
    This is why there are web servers that sepcifically deny requests to directories with 777 perms
  • 0
    Sounds like a Laravel problem.
Add Comment