Pb installing Mantis 1.0.0a1

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ebo2002fr
Posts: 3
Joined: 19 Apr 2005, 11:13

Pb installing Mantis 1.0.0a1

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post 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?
ebo2002fr
Posts: 3
Joined: 19 Apr 2005, 11:13

Post by ebo2002fr »

I had not configured PHP... Shame on me :-(

Thanks.

Eric
Post Reply