System Management Pages - where are these settings safed???

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
blackfox
Posts: 3
Joined: 07 Jun 2006, 08:47

System Management Pages - where are these settings safed???

Post by blackfox »

I've configured my installation with some new statuses. That worked all quiet well. Then I tried to set $g_bug_reopen_status but it didn't work. Now I think I've found my mistake, but in the meantime I found, that this setting is configurable at "System Management Pages -> Manage Configuration -> Workflow Transitions". I#ve changed some things on that page and tried to undoo them, but now they are still active and I don't know how to change them.
So my question is: where are these settings stored? I think not in the config_inc.php because editing that file didn't change anything.

Please help me
blackfox
Posts: 3
Joined: 07 Jun 2006, 08:47

Post by blackfox »

ok, I've found it on my self. for all others who may have the same problem:
This settings are stored in the database in the table "mantis_config_table". If neseccary delete the records in it except the first one:

+--------------------+------------+---------+----------------+--------+-------+
| config_id | project_id | user_id | access_reqd | type | value |
+--------------------+------------+---------+----------------+--------+-------+
| database_version | 0 | 0 | 90 | 1 | 51 |
+--------------------+------------+---------+----------------+--------+-------+

You may want to delete only part of them or just all others.
Post Reply