Laravel HTTP ERROR 500 linux [closed]

0

I'm a complete noob on Linux, I was working normally, and Linux installed some updates that suddenly instead of displaying Laravel's error screen, I get the screen.

HTTP ERROR 500

In the middle of this I was using the git stash command without knowing exactly how, but I'm not sure what might have caused this problem.

    
asked by anonymous 02.10.2018 / 21:49

1 answer

1

I solved the command sudo chmod 777 -R / var / www / html / pmts / storage / logs

probably the update revoked some access from the laravel log page, so it did not display the error

    
02.10.2018 / 22:24