Search found 2 matches

by hestevan
31 Oct 2007, 19:00
Forum: Help
Topic: Admin detecting MS SQL Server...
Replies: 2
Views: 6756

I set-up mantis to use SQL Server in config_inc.php with this configuration:

$g_hostname = 'bsbserv029:1433';
$g_db_type = 'mssql';
$g_database_name = 'mantis_rt';
$g_db_username = 'mantisuser';
$g_db_password = 'mantisfproj';

When i try access in mantis it show me the message: "PHP Fatal ...
by hestevan
03 Oct 2007, 17:26
Forum: Customizations
Topic: add extra columns in the Bugs view page
Replies: 0
Views: 3454

add extra columns in the Bugs view page

How do I add extra columns in the Bugs view page? I'd really like to do that and maybe remove some columns too. Specifically I'd like to add columns for some custom fields. Can someone share the steps to do that please?

I Get add columns but the field is not correctly fill.

Thanks!