SNN Posted April 16, 2007 Share Posted April 16, 2007 I have been struggling to install these two scripts together, the last time I looked in the error logs I got this: [Mon Apr 16 18:04:38 2007] [error] [client 192.168.1.1] PHP Fatal error: Call to undefined function mysql_connect() in D:\\TalkN\\www\\includes\\class_core.php on line 273 How do I make PHP support MySQL fully? I have enabled the extension for MySQL. extension=php_mysql.dll ;extension=php_mysqli.dll ;extension=php_oci8.dll ;extension=php_openssl.dll ;extension=php_pdo.dll ;extension=php_pdo_firebird.dll ;extension=php_pdo_mssql.dll extension=php_pdo_mysql.dll Quote Link to comment Share on other sites More sharing options...
Grouchiegrumbles Posted June 22, 2007 Share Posted June 22, 2007 might sound dumb, but did you download the connector drivers from mysql? You have to install them into the ext directory. Last time I installed it, beginning of may, I had to install not only "Windows (x86) ZIP/Setup.EXE" but unpack and overlay the ext directory from "Windows Essentials (x86)".. seems I didnt get all the extensions with the install... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.