I just suggested to create an empty file in the defined location.
So create D:\Applications\mantis\mantis_wwwroot\log\filelog.log (can be empty) and try again
Search found 1467 matches
- 24 Jul 2023, 18:38
- Forum: General Discussion
- Topic: Logging of events
- Replies: 5
- Views: 5459
- 24 Jul 2023, 18:36
- Forum: General Plugin Discussion
- Topic: ZIP-Export
- Replies: 5
- Views: 124597
Re: ZIP-Export
@atrol, Thanks for letting me know.
Attached the correct zip-file.
I asked Rombert to make the repository writable so I can add another branch on GitHub.
Attached the correct zip-file.
I asked Rombert to make the repository writable so I can add another branch on GitHub.
- 24 Jul 2023, 07:30
- Forum: Help
- Topic: Issue numbering
- Replies: 2
- Views: 2123
Re: Issue numbering
That should not happen.. The field is defined as autoincrement which is default set to 1.
Perhaps in your database autoincrement value has been defined as 2
Perhaps in your database autoincrement value has been defined as 2
- 24 Jul 2023, 07:27
- Forum: General Discussion
- Topic: Logging of events
- Replies: 5
- Views: 5459
Re: Logging of events
Not sure if it was on windows or linux but it started working once i created the file
- 23 Jul 2023, 10:26
- Forum: General Plugin Discussion
- Topic: ZIP-Export
- Replies: 5
- Views: 124597
Re: ZIP-Export
Attached an initial version that will work on MANTIS 2X.
Check it out and let me know how it goes.
Check it out and let me know how it goes.
- 21 Jul 2023, 06:59
- Forum: General Discussion
- Topic: Re-enable the disabled admin account
- Replies: 2
- Views: 4122
Re: Re-enable the disabled admin account
you can use phpmyadmin to enable the account directly in the corresponding table, that will do the trick 

- 12 Jun 2023, 13:54
- Forum: General Plugin Discussion
- Topic: Reminder plugin seems to be not fully working
- Replies: 4
- Views: 3862
Re: Reminder plugin seems to be not fully working
This script you cannot run from the browser. If you want to do that comment out the lines 2,3,4,5,6
- 12 Jun 2023, 10:57
- Forum: General Plugin Discussion
- Topic: Reminder plugin seems to be not fully working
- Replies: 4
- Views: 3862
Re: Reminder plugin seems to be not fully working
What is it what you exactly want to achieve?
- 25 May 2023, 13:47
- Forum: EmailReporting
- Topic: Doubt about EmailReporting
- Replies: 1
- Views: 5372
Re: Doubt about EmailReporting
There are some posts from #mushu here on this topic, check those to find the answers.
- 17 May 2023, 17:55
- Forum: General Discussion
- Topic: We would like to close all existing old bugs in bulk irrespective of the status
- Replies: 2
- Views: 4848
Re: We would like to close all existing old bugs in bulk irrespective of the status
very simple, change the status field to value 90 for those bugs that fit your selection in table mantis_bug_table 

- 17 May 2023, 17:52
- Forum: General Discussion
- Topic: Mantis still the way to go for a multi-user, somewhat featured bug tracker?
- Replies: 1
- Views: 15481
Re: Mantis still the way to go for a multi-user, somewhat featured bug tracker?
Mantis can deal with thousands of issues without going slow so Mantis is definately a good option 

- 01 May 2023, 14:01
- Forum: General Discussion
- Topic: inicio de sesion
- Replies: 2
- Views: 317700
Re: inicio de sesion
Just go to the root of your installation like http://www.mydomain.com/mantisbt
- 01 May 2023, 14:00
- Forum: General Discussion
- Topic: idiomas de tutoriales
- Replies: 1
- Views: 3149
Re: idiomas de tutoriales
For those who do not speak Spanish, this person is looking for a Spanish manual 

- 29 Apr 2023, 12:17
- Forum: Help
- Topic: Require second person to close issue
- Replies: 4
- Views: 1648
Re: Require second person to close issue
well here is some code which you could insert in the function bug_close within bug_api.php. So insert the following code ## first check if issue has correct status $query1 = "select status from {bug} where bug_id = $p_bug_id"; $result1 = db_query( $query1 ); $row1 = db_fetch_array( $result...
- 28 Apr 2023, 10:37
- Forum: Help
- Topic: Require second person to close issue
- Replies: 4
- Views: 1648
Re: Require second person to close issue
Actually you also can achieve this without a plugin using workflow threshold by giving the final status to the manager and the first closing status to a level below. Downside here is that the one doing the final status will be in a position to set the first closing statis too 
