Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ajsmith_codes's avatar

Get more info from Cron error?

Is it possible to get more info than what I am getting?

Status: 500 Internal Server Error

I am using inMotion Hosting's cPanel to run multiple console commands set up with Laravel. All other commands are successful.

0 likes
2 replies
Nakov's avatar

You can check the storage/logs/laravel.log or whatever file contains your error logs, or use a service like bugsnag or whatever to inform you about errors.

The unsafe way for a production environment is to set the APP_DEBUG=true in your .env file.

Please or to participate in this conversation.