500 Error Logs from Cockpit

500

Uuuups, something went wrong.

Where can I see errors or information what causes this? It’s not in my apache server.

Cockpit doesn’t have an error log yet. Sorry.

Without any more information when you got the 500 (suddenly on a working project, directly after installation…), I only have these two options for you:

look for the php error log (defined in the php.ini)

Something like whoops would be cool when you have an enviroment var set to “local”. But I found out if I run the cp file with php cp. The issue was on the other machine I did not had pdo_sqlite enabled.

you can set debug to true in the config to get more detailed error messages.

1 Like