vBulletin / vBulletin Generate Error Log
Disable error log file on cPanel

:

php 7.4
Log
Log 50

Today I deleted 75 GB Error Log files from public_html, Now its over again 3GB after 3 Hours. Please let me know, What is this problem?

:
14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: gif in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: jpe in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: jpeg in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: jpg in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: pdf in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: png in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: psd in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: txt in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: zip in /home/nadda/public_html/includes/functions.php on line 6066
[14-Mar-2015 12:52:59 UTC] VB PHP Error: Undefined index: permissions in /home/nadda/public_html/includes/functions.php on line 606
:

log

Actually, to globally disable it, put into the /usr/local/lib/php.ini file the following:

:
 log_errors = Off
It would typically be set to On initially. After that, you might want to restart Apache.

As for suPHP, individual php.ini files are supported by default. As such, a user wanting to keep getting error reporting should put into their php.ini in public_html:

:
 log_errors = On
For those users, copy the full /usr/local/lib/php.ini file to their account, then change the setting for log_errors in the file.


:
https://forum.vbulletin.com/forum/vb...rate-error-log
https://forums.cpanel.net/threads/di...cpanel.458502/
https://forums.cpanel.net/threads/di...1/#post1220072