installation problem

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
travelfreak
Posts: 1
Joined: 16 May 2006, 15:42

installation problem

Post by travelfreak »

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
Post Reply