Search found 1 match

by Nidhi Yadav
17 Aug 2007, 10:10
Forum: General Discussion
Topic: database is not supported by PHP. anybody know the sol?
Replies: 1
Views: 5903

database is not supported by PHP. anybody know the sol?

I have php 5.0 , sqlserver 2005,IIs5.0 when I am trying to install mantis it gives the error :" database is not supported by PHP. Check that it has been compiled into your server ."
I have made following changes to config_inc.php
$g_hostname = "AITHENT231\SIMBAINT";
$g_db_username = "sa";
$g_db ...