Forum

Detailed error log

jiro
6 November 2018, 06:06
Hi,

How can I get detailed error log instead of plain

10.1.4.5|Tue 06 Nov 2018 12:00:12 +0700|CGI returned 500 Internal Error

I need detailed error log so I could know what is exactly caused that error.
Digging around with this error log for 3 days makes me frustrated..

Regards,
Jiro
Hugo Leisink
6 November 2018, 09:16
Well, as the line says, it's the CGI (=web application) that returned the 500 error. Don't debug Hiawatha, debug the web application. Or consult its author.
Vladas Palubinskas
6 November 2018, 18:14
Please also look for some restrictions in fpm/php.ini and in hiawatha.conf. Sometimes CMS or another Web application requires more TimeForCGI, MaxUploadSize (upload_max_filesize in PHP) than its default value.
jiro
7 November 2018, 05:41
Hi,
Thanks for the answer.

I consulted its author, they said nothing wrong with the application and we were back to square one, digging around with less information, until we figured it out the culprit was a directory permission problem.

Regards,
Jiro
This topic has been closed.