Page 1 of 1

XAMPP not logging notices

PostPosted: 13. January 2012 14:05
by rotten77
Hi,
I want to change setting for XAMPP loging notices into log file. I can change error_reporting in php.ini but it has no affect to log file.

I have old PHP app and I want gradually remove deprecated functions and undefined variables, but there is lot of its.

Re: XAMPP not logging notices

PostPosted: 13. January 2012 16:07
by Altrea
Hi,

rotten77 wrote:I can change error_reporting in php.ini but it has no affect to log file.

Please execute the phpinfo() function where your script is saved. Search for the values "log_errors" and "error_reporting" and check the correctness of their global and local values.

best wishes,
Altrea