Dump the database, restore into multiple databases, configure each Mantis instance to talk to its own DB, and delete extra projects in each.
You mean clone the DB and delete unwanted projects from each DB? There wont be any side affects? What about table Relationships?
or
do you mean divide the ...
Search found 17 matches
- 28 Jan 2009, 18:24
- Forum: Help
- Topic: Divide projects into different mantises from one mantis DB
- Replies: 4
- Views: 3387
- 28 Jan 2009, 06:59
- Forum: Help
- Topic: Divide projects into different mantises from one mantis DB
- Replies: 4
- Views: 3387
Re: Divide projects into different mantises from one mantis DB
using version 1.0.6 by the way...
thanx.
thanx.
- 27 Jan 2009, 08:27
- Forum: Help
- Topic: Divide projects into different mantises from one mantis DB
- Replies: 4
- Views: 3387
Divide projects into different mantises from one mantis DB
Hi all.
I'im having a mantis where several projects are defined under the same DB. What i want to do is that divide these projects into separate mantis DBs.
such as I have a mantis named ABC. there are three different projects defined under this mantis where A, B, and C. There are also many ...
I'im having a mantis where several projects are defined under the same DB. What i want to do is that divide these projects into separate mantis DBs.
such as I have a mantis named ABC. there are three different projects defined under this mantis where A, B, and C. There are also many ...
- 27 Nov 2008, 12:26
- Forum: Help
- Topic: Can't create new users in 1.1.4
- Replies: 5
- Views: 5027
Re: Can't create new users in 1.1.4
Guys... installed 1.1.5
and still getting the same error while updating an issue.... cannot update any fields... still getting the same error
please help! what shall i do?
and still getting the same error while updating an issue.... cannot update any fields... still getting the same error

please help! what shall i do?
- 23 Oct 2008, 07:51
- Forum: Help
- Topic: Changed the severity values.. how to make some of them bold?
- Replies: 4
- Views: 4057
Re: Changed the severity values.. how to make some of them bold?
I searched the config_defaults_inc.php file and found no variable to control this.
If you search hard enough, you can probably find the code where the logic is determining whether to bold it or not.
Instead of using 10 and 20, why not use 10 and 60 instead?
I cant user 10 and 60 instead because ...
If you search hard enough, you can probably find the code where the logic is determining whether to bold it or not.
Instead of using 10 and 20, why not use 10 and 60 instead?
I cant user 10 and 60 instead because ...
- 16 Oct 2008, 07:53
- Forum: Help
- Topic: Changed the severity values.. how to make some of them bold?
- Replies: 4
- Views: 4057
Re: Changed the severity values.. how to make some of them bold?
anyone? please... 

- 13 Oct 2008, 11:09
- Forum: Help
- Topic: Admin Error Appearing on login page
- Replies: 1
- Views: 1843
Re: Admin Error Appearing on login page
just open your ww directory and locate your mantis folder.... find the directory called "admin" and delete it
thats it
it says it to prevent other users to change the installation etc..
regards.


it says it to prevent other users to change the installation etc..
regards.
- 13 Oct 2008, 10:50
- Forum: Help
- Topic: Changed the severity values.. how to make some of them bold?
- Replies: 4
- Views: 4057
Changed the severity values.. how to make some of them bold?
Hi!
Using mantis 1.1.2 and changed the severity values as '10:defficiency,20:defect'.
It successfully shows the severiies where i ve already updated the DB. but i cannot find the look and feel variable for severity values. Mantis automaticallly shows the severity text bold if the value is greater ...
Using mantis 1.1.2 and changed the severity values as '10:defficiency,20:defect'.
It successfully shows the severiies where i ve already updated the DB. but i cannot find the look and feel variable for severity values. Mantis automaticallly shows the severity text bold if the value is greater ...
- 09 Oct 2008, 08:23
- Forum: General Discussion
- Topic: config_inc.php problem mantis 1.1.2
- Replies: 2
- Views: 3135
- 08 Oct 2008, 08:36
- Forum: General Discussion
- Topic: config_inc.php problem mantis 1.1.2
- Replies: 2
- Views: 3135
Re: config_inc.php problem mantis 1.1.2
can anyone help ? 

- 07 Oct 2008, 07:51
- Forum: General Discussion
- Topic: config_inc.php problem mantis 1.1.2
- Replies: 2
- Views: 3135
config_inc.php problem mantis 1.1.2
Hello all!
I ve recently updated mantis from version 1.0.6 to 1.1.2. I ve successfully copied custom files etc. I ve had added some custom enumarations for status values while i was using mantis 1.0.6. When i ve looked at the new version ive seen that the many enumarations are changed. 8O ...
I ve recently updated mantis from version 1.0.6 to 1.1.2. I ve successfully copied custom files etc. I ve had added some custom enumarations for status values while i was using mantis 1.0.6. When i ve looked at the new version ive seen that the many enumarations are changed. 8O ...
- 07 Oct 2008, 07:25
- Forum: Customizations
- Topic: Unofficial guide to customize status
- Replies: 6
- Views: 15883
Re: Unofficial guide to customize status
hi all!
i ve a problem that i should always edit config_defaults.icn and strings_english.txt files.Mantis doesnt look at the config_inc file... anyone have an idea? m using mantis v 112 by the way.
i ve a problem that i should always edit config_defaults.icn and strings_english.txt files.Mantis doesnt look at the config_inc file... anyone have an idea? m using mantis v 112 by the way.
- 17 Sep 2008, 13:23
- Forum: General Discussion
- Topic: Workflow validation for new status on different projects.
- Replies: 4
- Views: 6354
Re: Workflow validation for new status on different projects.
By the way, you shouldn't modify strings_english.txt but you'd better create a custom_strings_inc.php with something like following if you have various languages to modify.
if ( lang_get_current() == 'english' ) {
your $s variable here
}
So the custom_strings_inc.php is ok, you don't need to modify ...
if ( lang_get_current() == 'english' ) {
your $s variable here
}
So the custom_strings_inc.php is ok, you don't need to modify ...
- 17 Sep 2008, 13:05
- Forum: General Discussion
- Topic: how to search developre wise in mantis
- Replies: 1
- Views: 2247
Re: how to search developre wise in mantis
you can filter results in "view issues" page by selecting a developer from "Assigned to" option. There are advanced filters too, also you can write more filters or specific functions plus queries. its open source 

- 17 Sep 2008, 13:01
- Forum: General Discussion
- Topic: Workflow validation for new status on different projects.
- Replies: 4
- Views: 6354
Re: Workflow validation for new status on different projects.
Go to config report, and delete all options called status_enum_workflow, . Then be sure that all projects is selected on top right of your page and redefine your workflow.
Or you can identify the wrong setting in config report.
What is config report? I ve no such php file neither an ...
Or you can identify the wrong setting in config report.
What is config report? I ve no such php file neither an ...