PDA

View Full Version : Error in Class_Core


xMisunderstoodx
09-26-2006, 02:12 AM
I got this error about 10 minutes ago on my site

Fatal error: Call to undefined function: mysqli_init() in /var/www/html/forum/includes/class_core.php on line 1021

I haven't even edited that file and i have no idea how to fix it :S help anyone?

nico_swd
09-26-2006, 06:46 AM
mysqli is only supported in PHP 5, which your server might not supports. Try opening /includes/config.php and change $config['Database']['dbtype'] to mysql.

xMisunderstoodx
09-26-2006, 01:10 PM
Nevermind fixed it