Search found 10 matches

by cjs
18 Apr 2011, 12:38
Forum: Deutsch
Topic: Application Error #401
Replies: 8
Views: 10130

Re: Application Error #401

Hey Klasse, das scheint es gewesen zu sein! :)

Ich habe mir jetzt einfach mal eine Kopie von meiner my.ini gezogen, und dann am Ende der Datei den Eintrag max_allowed_packet = 8M hinzugefügt. Nach einem Neustart von MySQL kann ich nun wieder größere Dateien ins Mantis hochladen.

Vielen, vielen ...
by cjs
14 Apr 2011, 09:13
Forum: Deutsch
Topic: Application Error #401
Replies: 8
Views: 10130

Re: Application Error #401

Diesen Eintrag gibt es in meiner my.ini gar nicht. Soll ich den hinzufügen? Wenn ja, wie groß?

Anmerkung: Ich habe übrigens eine MySQL-Standardinstallation. D.h. ich habe - im Gegensatz zu Früher - alles brav über das offizielle Setup und den Wizard von MySQL gemacht, und dabei wird die my.ini ...
by cjs
14 Apr 2011, 08:40
Forum: Deutsch
Topic: Application Error #401
Replies: 8
Views: 10130

Re: Application Error #401

Neustart ist klar, das habe ich auch immer gemacht, und dann die Änderungen mit phpinfo() geprüft.

post_max_size = 8M
by cjs
13 Apr 2011, 13:14
Forum: Deutsch
Topic: Application Error #401
Replies: 8
Views: 10130

Re: Application Error #401

Hallo!

Ich habe einen Small Business Server 2003 R2 mit allen verfügbaren Updates. Ich habe FastCGI über den offiziellen Webinstaller installiert, und PHP über den offiziellen Installer in Version 5.3.6. MySQL habe ich in Version 5.1.56. Mantis ist in Version 1.2.5. Also mehr oder weniger alles neu ...
by cjs
11 Apr 2011, 13:00
Forum: Deutsch
Topic: Application Error #401
Replies: 8
Views: 10130

Application Error #401

Hallo!

Habe das Problem, dass beim Upload von einigen Dateien (nicht bei allen!) der Fehler 'Application Error #401' kommt. An der Größe scheint es nicht zu liegen, sonder vielmehr am Dateityp (ZIP, PDF und so).

Ich habe vor einiger Zeit auf PHP 5.3 in Verbindung mit FastCGI umgestellt (es läuft ...
by cjs
10 Nov 2009, 08:26
Forum: Help
Topic: Activate email notification when new problem was reported.
Replies: 5
Views: 4565

Re: Activate email notification when new problem was reported.

Hi!

Sorry for the long time you have to wait for my answer, but I had some troubles with mantis myself.

You have to do this in the config_inc.php.

Here is an example of my extensions in my config_inc.php:

***
// *******************************************************************
// Ab hier ...
by cjs
28 Oct 2009, 13:47
Forum: Help
Topic: Activate email notification when new problem was reported.
Replies: 5
Views: 4565

Re: Activate email notification when new problem was reported.

Hi!

I think, I found a solution by myself...

I am the only administrator, and I have only developers and reporters. There are no managers in my system.

I had to enter the following lines in my config_inc.php:

$g_notify_flags['new']['threshold_min'] = ADMINISTRATOR;
$g_notify_flags['new ...
by cjs
28 Oct 2009, 13:42
Forum: Help
Topic: Reporting more than one problem on different projects.
Replies: 2
Views: 2326

Re: Reporting more than one problem on different projects.

Hi atrol!

I didn't see the dropdown before your hint.

Great, this solves my problem.

Thanks,
Christian.
by cjs
26 Oct 2009, 14:29
Forum: Help
Topic: Reporting more than one problem on different projects.
Replies: 2
Views: 2326

Reporting more than one problem on different projects.

Hi!

If I report the first problem, I can choose the project. I do not activate the Option 'Set as default profile'. Then I report the problem.

After that, I want to report a new problem, but for another project, and there is no way to choose the project. I am always in the project I choosed for my ...
by cjs
26 Oct 2009, 14:23
Forum: Help
Topic: Activate email notification when new problem was reported.
Replies: 5
Views: 4565

Activate email notification when new problem was reported.

Hi!

I am new to MantisBT, and it looks much butter than our old system!

The MantisBT e-mail systems is working! This means, i get the standard emails (like 'new user', 'confirmation email', and so on...).

But if a report-user reports a new problem, I (the administrator) get no email about this ...