--- config/index.php.old 2004-05-23 18:03:30.000000000 -0700 +++ config/index.php 2004-06-08 20:20:25.000000000 -0700 @@ -150,6 +150,22 @@ " ); } +if ( !function_exists( "mysql_connect") ) { + dieout( "

MySQL functionality not present!

+ +

I'm unable to use the function mysql_connect. This + indicates that MySQL database software isn't usable by the wiki at + this point. You might need to add the following line to your + php.ini file (or just uncomment it):

+ +
extension=mysql.so
+ +

If this line is already present in php.ini, remove the semicolon; + otherwise, add the line. Then restart the webserver, and reload this + page. If that doesn't work, it may be that PHP hasn't been set up to + interface with MySQL (unlikely), or that your MySQL setup has + problems.

"); +} require( "../install-utils.inc" ); require( "../maintenance/updaters.inc" );