XF 2.2 Error logs

3rdlaw

Member
Hi,

I recently upgraded from vBulletin. Since upgrading to Xenforo, my error logs are filling up really fast. 15gb!

15629820 -rw-r--r-- 1 16004430235 Nov 15 09:05 error_log
[15-Nov-2022 15:05:58 UTC] PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in /home/user/public_html/vBulletin/includes/class_core.php(4684) : eval()'d code on line 6 [15-Nov-2022 15:05:58 UTC] PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in /home/user/public_html/vBulletin/includes/class_core.php(4684) : eval()'d code on line 57 [15-Nov-2022 15:05:58 UTC] PHP Warning: Use of undefined constant avatarurl - assumed 'avatarurl' (this will throw an Error in a future version of PHP) in /home/user/public_html/vBulletin/includes/class_core.php(4684) : eval()'d code on line 58

default php.ini settings have warnings disabled:
E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

Is there something in xeroforms that is enabling it anyway? Just in the couple minutes since I've deleted the log file I already have 4.5MB of logs done:

bash-4.2# ls -lh error_log
-rw-r--r-- 1 user user 4.5M Nov 15 09:16 error_log
 
Top Bottom