Search found 6 matches

by gsingh
11 Feb 2008, 20:49
Forum: Help
Topic: Mantis 1.1.1: Time Tracking Date Field Appears Twice
Replies: 3
Views: 4571

Re: Mantis 1.1.1: Time Tracking Date Field Appears Twice

I had the following setting in my config_inc.php which apparently was conflicting with Time Tracking Date field. I commented out the setting and it fixed the problem.
$g_short_date_format = 'Y-M-d D';

I think time tracking date is in the format Y-M-d and doesn't accept day field if it is set as ...
by gsingh
07 Feb 2008, 21:26
Forum: Help
Topic: Wiki: How to link back to Mantis Issue?
Replies: 4
Views: 3848

Re: Wiki: How to link back to Mantis Issue?

This syntax doesn't work.
Please explain in detail if I am missing something.
I am using MediaWiki.

Thanks.
by gsingh
07 Feb 2008, 18:45
Forum: Help
Topic: Mantis 1.1.1: Time Tracking Date Field Appears Twice
Replies: 3
Views: 4571

Mantis 1.1.1: Time Tracking Date Field Appears Twice

Hello,

I am using Mantis 1.1.1 on Fedora 8. Recently I enabled Time Tracking and I noticed that when I go to Billing link, I get date field twice (screen shot attached) for both start date and end date. When I go to Mantis bug tracker on mantisbt.org, I don't see this issue.

Has anyone else seen ...
by gsingh
23 Jan 2008, 18:39
Forum: Help
Topic: V1.1.1-Multiple & variable no. of emails for single update.
Replies: 0
Views: 1546

V1.1.1-Multiple & variable no. of emails for single update.

Hi,
Recently we updated Mantis 1.0.6 to Mantis 1.1.1 and enabled email queuing. We noticed a problem when we performed bulk update to close about 8 items and we each got 5-6 emails for each of those 8 items. Initially we thought this might be a bug with email queuing but then we reproduced similar ...
by gsingh
17 Jan 2008, 17:37
Forum: Help
Topic: Upgrade from 1.0.6 to 1.1.0
Replies: 1
Views: 2767

Re: Upgrade from 1.0.6 to 1.1.0

I figured out the problem after looking at the apache error log with the following entry.
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11 bytes) in /var/www/mantis/admin/schema.php on line 250, referer: http://10.0.1.170/mantis/admin/install.php

Apparently ...
by gsingh
15 Jan 2008, 21:48
Forum: Help
Topic: Upgrade from 1.0.6 to 1.1.0
Replies: 1
Views: 2767

Upgrade from 1.0.6 to 1.1.0

I am trying to upgrade mantis 1.0.6 to 1.1.0 from one machine to another. Machine1 which has 1.0.6 has Fedora core 4, PHP5, MySQL 4.1.20-1.FC4.1 and Machine2 where I am trying to install 1.1.0 has Fedora core 4, PHP 5 and MySQL 5.0.4-10.5.

Here is the procedure that I followed:

1. Took mySQL dump ...