Search found 3 matches

by ebo2002fr
29 Apr 2005, 09:33
Forum: Customizations
Topic: Customizing subjects in mails
Replies: 1
Views: 6926

Customizing subjects in mails

Hi,

Is it possible to change the subjet in the mail received by the users ? I would like to change [Mantis] is something else.

Same thing for the login page.

Regards.

Eric
by ebo2002fr
21 Apr 2005, 10:10
Forum: Help
Topic: Pb installing Mantis 1.0.0a1
Replies: 2
Views: 6920

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

Thanks.

Eric
by ebo2002fr
19 Apr 2005, 11:25
Forum: Help
Topic: Pb installing Mantis 1.0.0a1
Replies: 2
Views: 6920

Pb installing Mantis 1.0.0a1

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 ...