المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : الفيبلتن vBulletin مشكلة اللوج / الاخطاء فى المنتدى vBulletin Generate Error Log



Rise Company
10-04-2021, 04:00
الفيبلتن 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/vbulletin-4/vbulletin-4-questions-problems-and-troubleshooting/4316473-vbulletin-generate-error-log
https://forums.cpanel.net/threads/disable-error-log-file-on-cpanel.458502/
https://forums.cpanel.net/threads/disable-error_log-globally-but-allow-users-to-enable-it.292531/#post1220072