Fatal error: Call to undefined function: mysqli_connect

duke28

Verified User
Joined
Oct 30, 2005
Messages
311
Location
Montreal - Canada
Fatal error: Call to undefined function: mysqli_connect()

i have this error when one users use this function..

someone know how activate this ?
 
Code:
cd /usr/local/directadmin/customapache
Edit configure.php and add "--with-mysqli \" to it, then run:

Code:
./build clean
./build php n
 
Back
Top