Page 1 of 1

Pb installing Mantis 1.0.0a1

Posted: 19 Apr 2005, 11:25
by ebo2002fr
Hi,

I have a problem while installing mantis release 1.0.0a1. I am using IIS 5.1 on a Windows XP computer. I have installed MySql and PHP 5 and they do works.

My settings in config_inc.php are :
$g_hostname = "localhost:3306";
$g_db_username = "root";
$g_db_password = "root";
$g_database_name = "bugtracker";
$g_db_type = "mysql";

I have the following error :
Fatal error: Call to undefined function mysql_connect() in D:\soft\mantis\core\adodb\drivers\adodb-mysql.inc.php on line 338

I did not find any mysql_connect() function in any php file.

Regards.

Eric

Posted: 19 Apr 2005, 12:35
by thraxisp
It sounds like mysql support wasn't compiled into your php module. If you look at the output of phpinfo(), is mysql listed?

Posted: 21 Apr 2005, 10:10
by ebo2002fr
I had not configured PHP... Shame on me :-(

Thanks.

Eric