Search found 8366 matches

by atrol
13 Oct 2010, 06:25
Forum: Help
Topic: VS_PUBLIC vs VS_PRIVATE
Replies: 1
Views: 1916

Re: VS_PUBLIC vs VS_PRIVATE

mhonmon23 wrote: How will I set reporters can't see private bug.
$g_private_bug_threshold is used for this. Default is DEVELOPER
by atrol
13 Oct 2010, 06:19
Forum: General Discussion
Topic: Mantis 1.2.3 Hangs
Replies: 3
Views: 3212

Re: Mantis 1.2.3 Hangs

Which PHP version do you use?
Did you check your webserver error and log files?
by atrol
12 Oct 2010, 18:30
Forum: Help
Topic: SYSTEM WARNING: session_start()...No such file or directory.
Replies: 6
Views: 9971

Re: SYSTEM WARNING: session_start()...No such file or direct

Our server is using PHP version 5.2.2. Version 5.2.2 was released in May 2007. I would not use it. Since that time there were a lot of bugs fixed. It's a waste of time to search for bugs in your application if you finally find, that it's caused by an outdated PHP version. You should update to a new...
by atrol
12 Oct 2010, 14:30
Forum: Help
Topic: SYSTEM WARNING: session_start()...No such file or directory.
Replies: 6
Views: 9971

Re: SYSTEM WARNING: session_start()...No such file or direct

Is this a problem with my server, or is there something in the Mantis configuration that needs to be changed to fix this? Check if the directory /var/php_sessions exists and is writable. If yes, try setting up a parallel empty fresh installation in same environment, to be sure that the problem is n...
by atrol
12 Oct 2010, 11:52
Forum: General Discussion
Topic: Receiving email only on new items
Replies: 10
Views: 9828

Re: Receiving email only on new items

Check contents of database table mantis_email_table.
If there were no problems sending email, the table should be empty.
by atrol
12 Oct 2010, 11:45
Forum: Deutsch
Topic: Problem mit der Datenbank bei Installation
Replies: 1
Views: 2977

Re: Problem mit der Datenbank bei Installation

Sicher, dass es sich nicht um einen Vertipper bei der Eingabe des zweiten Datenbankusers handelt?

Ich habe einen neuen Thread aus der Anfrage gemacht. Es handelt sich hier offensichlich um ein ganz anderes Problem als http://www.mantisbt.org/forums/viewtopi ... =9&t=11185
by atrol
12 Oct 2010, 11:38
Forum: Deutsch
Topic: Benutzer / Konfiguration verwalten
Replies: 4
Views: 5013

Re: Benutzer / Konfiguration verwalten

Leider in Englisch, leider etwas knapp, leider nicht sehr verständlich http://www.mantisbt.org/manual/manual.p ... ations.php
Vielleicht hilft's trotzdem erst mal etwas weiter
by atrol
12 Oct 2010, 06:15
Forum: Help
Topic: Application error #401 uploading file
Replies: 4
Views: 4870

Re: Application error #401 uploading file

Just a speculation: Check setting of max_allowed_packet http://dev.mysql.com/doc/refman/5.1/en/ ... large.html
by atrol
11 Oct 2010, 16:20
Forum: Help
Topic: How to use tags
Replies: 1
Views: 5403

Re: How to use tags

Technically spoken: A n:m relationship between a character string and an issue. The character strings can be entered by the administrator or if it's allowed also by other users. Use case: Attach the tag "Patch" to issues 1,3,5 Attach the tag "Redesign" to issues 3, 5, 7 Now you c...
by atrol
11 Oct 2010, 14:29
Forum: Help
Topic: A necessary field "xxxx" was empty. Please recheck your inpu
Replies: 1
Views: 1922

Re: A necessary field "xxxx" was empty. Please recheck your

Have a look at this discusssion
http://www.mantisbt.org/bugs/view.php?id=11684
ATM you can decide to patch your system or as a workaround to introduce a default value for the enum value (which doesn't work if the field is not displayed when entering a new issue)
by atrol
11 Oct 2010, 12:38
Forum: Deutsch
Topic: Ändern der Läge bei benutzerdefinierten Auswahlfeldern
Replies: 3
Views: 3722

Re: Ändern der Läge bei benutzerdefinierten Auswahlfeldern

Handelt es sich noch um eine alte Version 1.1.x ?
In der aktuellen Version sollte dies möglich sein, lediglich mit der Einschränkung, dass die einzelnen Werte nicht länger als 255 Zeichen sein dürfen.
by atrol
11 Oct 2010, 12:25
Forum: Customizations
Topic: Auto assign plugin?
Replies: 4
Views: 4495

Re: Auto assign plugin?

A clean solution would be to write a plugin and catch EVENT_UPDATE_BUG_DATA (which is not 100% what you need, but should work) The dirty solution would be to change code of bug_change_status_page.php. Are you aware that MantisBT never allows to assign to a user which is not above $g_handle_bug_thres...
by atrol
11 Oct 2010, 09:08
Forum: Help
Topic: Just need clarification
Replies: 2
Views: 2162

Re: Just need clarification

On page "Manage Projects" you can also create global categories.
These categories can be used in more than one project by enabling "Inherit Global Categories"