From: Kevin <ke...@dr...> - 2005-12-30 03:58:08
|
Miles Beck wrote: >I've done a clean install of Debian and FoFR. But now am getting the >below error when I try and run install.php. > >Fatal error: Call to undefined function: mysql_connect() in >/var/www/fofredux/init.php on line 34 > > > > Check to make sure the mysql module is loaded. In php.ini, you should have a line like this: extension=mysql.so If this exists already, try restarting your webserver. Are you using the apache module, or CGI version of php? The php.ini file is in different locations for each. You may have the extension loaded in one place but not the other. -Kevin. |