Page 1 of 1

php_error

PostPosted: 28. October 2021 10:01
by theking2
Hi!

1) Is there a reason why the logs folder is missing from the installation (c:\xampp\php\logs does not exist). This causes quite some bandwidth on (php) support fora. It wouldn't harm to just include it, would it?

2) Is there a reason why the default configured php_error log file is called php_error_log and not more logically php_error.log?

Why not combine all the logs in one location (c:\xampp\logs)

Re: php_error

PostPosted: 28. October 2021 13:09
by Chikwado
If you open "php.ini" file you can enable or disable error log by commenting or removing comment (;)

Re: php_error

PostPosted: 03. November 2021 08:24
by theking2
Unfortunatly not if the logs folder is missing.... which it is by default.

Re: php_error

PostPosted: 03. November 2021 10:11
by Nobbie
Is it that difficult to simply create a logs folder?