Laravel HTTP ERROR 500 linux

Asked

Viewed 322 times

0

I am a full Noob on Linux, was working normally, and Linux installed some updates that suddenly instead of showing the Laravel error screen, I get the screen.

HTTP ERROR 500

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

  • the APP_DEBUG in your file . env is true? if yes change to false.

  • Error 500 is an internal error, there may be an error in your Laravel code, you can put photo or some of this to help better. A hint looks in the console of your browser it can give you some hint . Git stash is roughly to remove all changes made and go back to the state of your commit. Look in the git documentation for more information.

1 answer

1

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

probably the update revoked some access to the Windows log page, so it did not display the error

Browser other questions tagged

You are not signed in. Login or sign up in order to post.