Hi,
i just installed php on a windows 2003 server running IIS6. Working fine.
Then installed mysql-4.1.19-win32.also working, i can connect to db and created db mantis.
but when i start the setup install.php ill get the following error:
Checking PHP support for database type
BAD
database is not supported by PHP. Check that it has been compiled into your server.
the rest of the checks are green ;)
whats the problem here? i think theres maybe a thing i forgot in the installation of php or mysql ?
well hes trying to check this command:
$t_support = function_exists('mysql_connect');
which failed then.
Any ideas, thanks a lot
Marcus
installation problem
Moderators: Developer, Contributor