Inactive
- Join Date:
- Jan 2007
- Posts:
- 377
- Plugin Contributions:
- 0
my cPanel site won't record log files
mc12345678:
If these truly are the settings in the file then understand that all of them take the default (instead of the Production Value) because they are all commented out (beginning with a semi-colon (;)).
It may seem that in particular the ones related to showing instead of logging errors may be a reason why your logs are not generated. Display of errors can be a security risk where an error could be forced to occur and the result presented to the visitor.
Hi mc12345678,
Can you share your live products server setting if your logs files work?
My server look like not just comment out, it value also look like not same as the the phpinfo(); return value
error_reporting = E_ALL & ~E_NOTICE
display_errors = Off
display_startup_errors = Off
log_errors = On
ignore_repeated_errors = Off
ignore_repeated_source = Off
above is cPanel PHP.INI I open it see.
But ... one of line in this PHP.INI also make me feeling confusion ...
disable_functions =
this in the PHP.INI
But while I am runing the phpinfo(); on standalone files or inside the installed ZC 1.5.5b
It have a value there
disable_functions
| exec,passthru,shell_exec,system | exec,passthru,shell_exec,system |
left is local value, right is master value
This is 100% look like not same as what I see in the cPanel WHM's Globel PHP.INI files do
disable_functions =
I just know look like EasyApache 4 work very different as EasyApache 3 do
Thank you.