I just moved my forum to DIRECTADMIN server, and now i get these errors.

awaisuk

Verified User
Joined
Aug 20, 2009
Messages
5
I just moved my forum to a Directadmin server and now i get these wierd errors:

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?
 
I've moved the thread. As user littleoak states, this has nothing to do with DirectAdmin.

Check to make sure your database was properly renamed to the DirectAdmin protocol for naming databases, and that the login information for your database was properly set up in your forum's configuration.

I'd also recommend checking with either your forum's community, and/or your hosting company.

Jeff
 
Check the domain path in the config file, the paths are wrong for DA i.e /home/public_html should be /home/<username>/domains/example.com/public_html
 
Back
Top