Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5703
Posted 10/23/07 - 10:41 AM:
#2
It looks like you've downgraded your hosting environment from MySQL > 4.1 to now < 4.1, or at least removed the PHP extension for MySQL 4.1+. As a result you'll need to open up config.php and change mysqli to mysql.
MySQL 4.1+ (and associated extension) is recommended for performance benefits though not absolutely required.