php error_log path not being updated by php.ini
It's a little weird, I can update other params like post_max_size or memory_limit, but when I try to set error_log param via php.ini (using MultiPHP INI Editor), it does not update...
Is it some kind of switch or feature that causes to not update this param from a local php.ini ?
Below is the content of the php.ini file and the screenshot taken at the time of the config.
php.ini at `/home/user/public_html/php.ini`
```
```
If there is any other information needed or any suggestions of places that I should dig in, please let me know!
-
Hey there! Could this be due to the presence of PHP-FPM as outlined in our article here?
https://support.cpanel.net/hc/en-us/articles/360050860534-How-do-I-set-the-PHP-error-log-location
Can you check and see if that is the case?
0
Please sign in to leave a comment.
Comments
1 comment