JP128 Posted June 25, 2006 Share Posted June 25, 2006 What is this error for?Fatal error: Call to undefined function mysql_connect() Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/ Share on other sites More sharing options...
hitman6003 Posted June 25, 2006 Share Posted June 25, 2006 You need to enable the mysql extension in your php.ini file. Just remove the semi-colon from the beginning of the line. Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/#findComment-49429 Share on other sites More sharing options...
JP128 Posted June 25, 2006 Author Share Posted June 25, 2006 I have done that, and then some.;extension=php_mbstring.dll;extension=php_bz2.dll;extension=php_curl.dll;extension=php_dba.dll;extension=php_dbase.dll;extension=php_exif.dll;extension=php_fdf.dll;extension=php_filepro.dll;extension=php_gd2.dll;extension=php_gettext.dll;extension=php_ifx.dll;extension=php_imap.dll;extension=php_interbase.dll;extension=php_ldap.dll;extension=php_mcrypt.dll;extension=php_mhash.dll;extension=php_mime_magic.dll;extension=php_ming.dll;extension=php_mssql.dll;extension=php_msql.dllextension=php_mysql.dll;extension=php_oci8.dll;extension=php_openssl.dll;extension=php_oracle.dll;extension=php_pgsql.dll;extension=php_shmop.dll;extension=php_snmp.dll;extension=php_sockets.dll;extension=php_sqlite.dll;extension=php_sybase_ct.dll;extension=php_tidy.dll;extension=php_xmlrpc.dll;extension=php_xsl.dll Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/#findComment-49476 Share on other sites More sharing options...
Koobi Posted June 26, 2006 Share Posted June 26, 2006 did you restart apache after you did? because php.ini is only read in once at startup so you would have to restart apache for it to know that you enabled the mysql extension. Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/#findComment-49545 Share on other sites More sharing options...
wildteen88 Posted June 26, 2006 Share Posted June 26, 2006 There is a an FAQ on this subject [a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=95378\" target=\"_blank\"]here[/a]. Link to comment https://forums.phpfreaks.com/topic/12871-apache-with-php/#findComment-49573 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.