I just moved my forum to a Directadmin server and now i get these wierd errors:
I tried to look in php.ini and it said:
So that is right, but it is still showing that errors.
How to fix this?
Code:
Notice: Undefined index: uagent_bypass in /home/public_html/admin/sources/base/ipsRegistry.php on line 3184
Notice: Undefined property: adminFunctions::$ip_address in /home/public_html/admin/sources/classes/class_admin_functions.php on line 181
Notice: Undefined index: member_joined in /home/public_html/admin/sources/classes/class_admin_functions.php on line 183
Notice: Undefined offset: 1 in /home/public_html/admin/sources/classes/class_admin_functions.php on line 183
I tried to look in php.ini and it said:
Code:
error_reporting = E_ALL & ~E_NOTICE
So that is right, but it is still showing that errors.
How to fix this?