Reputation: 1
I just got a VPS, it's my first. The problem is the server is not doing put the error_log on the root domain directories, I'm having any 500 error but doesn't show the error_log php. Even I delete a ; to generate an error, but it doesn't show the error_log.
I've checked the php ini:
error_reporting = E_ALL & ~E_NOTICE
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
html_errors = On
error_log = error_log
But the strange is on PHPinfo I saw this
error_log /home/durweb/logs/dur-web_com.php.error.log /home/durweb/logs/dur-web_com.php.error.log
I don't know what to do I appreciate your help
Upvotes: 0
Views: 38