Search found 17 matches

by worschtsupp
28 Nov 2010, 14:08
Forum: General Discussion
Topic: Closing a bug is very slow - more than 2 minutes
Replies: 4
Views: 6159

Re: Closing a bug is very slow - more than 2 minutes

Thanks atrol for the hint.
$g_enable_email_notification = OFF;
solved it for me, I had the same problem since mantis 1.1.8.
Because (now) I do not need email-notification it is ok for me.
by worschtsupp
12 Apr 2010, 18:50
Forum: General Discussion
Topic: Report all bugs involving one developer
Replies: 2
Views: 2862

Re: Report all bugs involving one developer

Very sure that this is not possible in Mantis itself. The fastest solution might be to analyze the database-structure yourself and try your own SQL-query. For reverse-engineering and MySQL you can use MySQL-Workbench. Another approach is to file an enhancement-request at Mantis-Buftracker.
by worschtsupp
26 Jan 2010, 20:14
Forum: General Discussion
Topic: New feature: change native fields to predefined custom ones
Replies: 9
Views: 22952

Re: New feature: change native fields to predefined custom ones

but it doesn't work the way you described it. So what, elt0n, and what do you expect now? Guessing the community what maybe wrong? Praying to give us details? First of all: this topic was about how to remove(!) fields from something, not the other way round. If you are sure that it should work, tha...
by worschtsupp
24 Jan 2010, 12:48
Forum: General Discussion
Topic: Language dependent Forum: useless!
Replies: 1
Views: 2736

Language dependent Forum: useless!

Hi vboctor & Co., new things are often worth to be mentioned, and sometimes good. But the idea of language-dependent forum is not the best idea, concerning mantis right now. The reasons why: Discussions in a non english or german-forum are useless for me, because I don't understand french and/or...
by worschtsupp
14 Jan 2010, 20:12
Forum: Help
Topic: 3 SYSTEM WARNNING Messages on every page
Replies: 1
Views: 1536

Re: 3 SYSTEM WARNNING Messages on every page

I do not know the solution for your problem, but why hunting a bug in an very, very old version (Mantis: 1.0.0rc1 !), instead of migrating to a new one? Even if you use other 3rd-party sw with newer versions, and even if switching to new hw/os, you should consider that. Try last stable 1.1.8 (or be ...
by worschtsupp
13 Jan 2010, 19:48
Forum: Help
Topic: Taking a long time to load any pages in fresh 1.1.8
Replies: 3
Views: 2365

Re: Taking a long time to load any pages in fresh 1.1.8

Hi beuy
As you probably know PHP 5.2* isn't compatible with Apache 2.2x.
I for myself do not know this. Please send a link, where you found that confirmed (!) information. I think that it is simply wrong. And if it is wrong, you should correct that "info".
by worschtsupp
13 Jan 2010, 19:37
Forum: Help
Topic: Performance-Issue updating a bug
Replies: 8
Views: 6567

Re: Performance-Issue updating a bug

Thanks for these hint's. I'll try them when some time is left and let you know the result.
by worschtsupp
12 Jan 2010, 20:41
Forum: Help
Topic: Performance-Issue updating a bug
Replies: 8
Views: 6567

Re: Performance-Issue updating a bug

First of all: thanks for the tips. - did you optimize all tables of your database? (easiest way with phpMyAdmin or MySQL administrator) Yes, I did, but no change. And by the way: it's really a small DB with 4 projects, each with not more than 20-30 issues. - is your CPU busy with one of the processe...
by worschtsupp
11 Jan 2010, 18:55
Forum: Help
Topic: Performance-Issue updating a bug
Replies: 8
Views: 6567

Re: Performance-Issue updating a bug

Thanks atrol, I know this option and tried it already. I cound't see something wrong, although I'm not the query-specialist. As I said, don't think the database to be the problem. Just wondering which component is consuming the time and how to figure out that.

Any other idea left?
by worschtsupp
10 Jan 2010, 20:16
Forum: Help
Topic: Performance-Issue updating a bug
Replies: 8
Views: 6567

Re: Performance-Issue updating a bug

*bump*...

Nobody in outer-space who encounters similar problems?
by worschtsupp
29 Dec 2009, 19:14
Forum: Help
Topic: Problem with the installation
Replies: 1
Views: 1490

Re: Problem with the installation

Hi,

as stated a lot: do NOT use PHP 5.3.x, use 5.2.x.
The wrong version may be the problem. Meet the prerequisites and try again. Another reason could be a misspelling in an php-file you edited.
by worschtsupp
17 Dec 2009, 19:50
Forum: Help
Topic: Performance-Issue updating a bug
Replies: 8
Views: 6567

Performance-Issue updating a bug

Since a couple of weeks I notice a performance issue using mantis: everything works fine but updating a bug (only updating!) -e.g. adding a note or a related bug- takes at least 5 or 6, sometimes up to 10 seconds! I'm using Mantis 1.2.0, git-Version, updating sometimes. I'd been starting with 1.1.8,...
by worschtsupp
18 Nov 2009, 20:41
Forum: General Discussion
Topic: New feature: change native fields to predefined custom ones
Replies: 9
Views: 22952

Re: New feature: change native fields to predefined custom ones

Done a quick try: Have a look at config_defaults_inc.php, search for $g_bug_report_page_fields. Copy the array to your config_inc.php. Delete / comment out the lines (=fields) you don't need. Be aware: you can not remove every field you like, some must stay (see comment) Don't know if this is suffic...
by worschtsupp
18 Nov 2009, 20:07
Forum: General Discussion
Topic: APPLICATION ERROR #2800
Replies: 1
Views: 2469

Re: APPLICATION ERROR #2800

Did you have a look at Mantis-Bugdatabase http://www.mantisbt.org/bugs/login_page.php ?
If not, do so, take a look at bugnotes
0011054
0011044
0009999
etc..

The key maybe the use of proxy-server, as noted in the bugnotes.
Hope that helps.
by worschtsupp
14 Nov 2009, 19:39
Forum: Help
Topic: New install Blank admin/install.php
Replies: 1
Views: 1697

Re: New install Blank admin/install.php

Your posting is a little bit puzzeling and not very clear. If you wonna get help you should be more precise, I suggest. I think your problem is that you have edited a php-File (the config), and after all you get a blank screen, correct? This can happen if the syntax of your file is not correct. One ...