Hello. Help, really, I do not know what the error is. I downloaded the laravel sites to the host, everything worked fine. Now throws 500 error, that the site, "while-that" can not process requests. On localhost, everything works perfectly, is processed, uploaded to the host and that's it. Logs are not written by the way.

  • In this case, figure out for a start, how to enable logs on your hosting. But in order to display errors, at the very beginning public/index.php prescribe ini_set('error_reporting', E_ALL); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); and look at the output errors - Maxim K

1 answer 1

In fact, the solution turned out to be very simple, on this hosting the php version was lower, and some modules were disabled

  • use virtual machines, put all you need at once on them, and there will be no such problems)) - Paul Wall