Christian Hack | 1 Jun 2006 08:18
Picon
Favicon

Multiple email addresses - 1 user

Is there any way to have multiple email addresses (2 is enough) for a single
user?

We are using Mantis as an issue tracker with customers and one customer
would like all emails to go to individuals (as normal) as well as a central
email address but only for issues they are tracking.

Thanks
CH

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
Nik Reiman | 1 Jun 2006 15:38

Can't get file uploads to work

Hello,
I'm running mantis 1.0.3 under PHP 4.3.11, Apache 1.3.33, and MySQL  
3.23.49, and have configured my mantis installation to accept file  
uploads.  Here's an excerpt from my mantis config file:

         $g_allow_file_upload = 'ON';
         $g_file_upload_method = 'DISK';
         $g_absolute_path_default_upload_folder = '/home/content/html/ 
mantis-uploads/';
         $g_allowed_files = 'zip,txt,blg,png,jpg';
         $g_max_file_size = '8000000';

I've created a few folders under the mantis-uploads directory with  
file permissions of 777.  When I create a new project, I give it the  
upload folder path "../mantis-uploads/whatever" (the mantis  
installation is just in /mantis from the webroot), making sure that  
"whatever" also has 777 permissions.

Everything seems to be working fine, but I don't get any upload  
buttons anywhere, and I don't see any places where I should be able  
to upload files.  Am I missing something?

Thanks,
Nik

--
Nik Reiman :: nik@...
Teragon Audio :: http://www.teragon.org
Custom audio software design

(Continue reading)

Fetzik, John | 1 Jun 2006 16:08

RE: Can't get file uploads to work

Try removing the single quotes. I know for sure you can't have them for
$g_allow_file_upload,$g_file_upload_method, and $g_max_file_size. I'm
not sure about $g_absolute_path_default_upload_folder and
g_allowed_files.

My settings that work for uploads look like the following.

	$g_allow_file_upload	= ON;
	$g_max_file_size		= 100000000;
	$g_file_upload_method	= DISK;

John S. Fetzik
S&C Electric Company
jfetzik@...

-----Original Message-----
From: mantisbt-help-admin@...
[mailto:mantisbt-help-admin@...] On Behalf Of Nik
Reiman
Sent: Thursday, June 01, 2006 8:39 AM
To: mantisbt-help@...
Subject: [Mantisbt-help] Can't get file uploads to work

Hello,
I'm running mantis 1.0.3 under PHP 4.3.11, Apache 1.3.33, and MySQL
3.23.49, and have configured my mantis installation to accept file
uploads.  Here's an excerpt from my mantis config file:

         $g_allow_file_upload = 'ON';
         $g_file_upload_method = 'DISK';
(Continue reading)

Nik Reiman | 1 Jun 2006 16:28

Re: Can't get file uploads to work

Wow, worked great!  I didn't realize that mantis treated these  
differently.

Thanks,
Nik

Am 01.06.2006 um 16:08 schrieb Fetzik, John:

> Try removing the single quotes. I know for sure you can't have them  
> for
> $g_allow_file_upload,$g_file_upload_method, and $g_max_file_size. I'm
> not sure about $g_absolute_path_default_upload_folder and
> g_allowed_files.
>
> My settings that work for uploads look like the following.
>
> 	$g_allow_file_upload	= ON;
> 	$g_max_file_size		= 100000000;
> 	$g_file_upload_method	= DISK;
>
>
>
> John S. Fetzik
> S&C Electric Company
> jfetzik@...
>
>
>
>
> -----Original Message-----
(Continue reading)

James Zhou | 1 Jun 2006 17:47

Can we search the text items within the body of an issue?


Assume I have an issue containing massive communications. Will
customization archive that?

Thanks,
James

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
Alexander Hybel | 2 Jun 2006 11:21
Picon

Re: Can we search the text items within the body of an issue?

Hi James,

do you want to know about search support or customization?

--
Regards,
Alexander Hybel

Am Do, 1.06.2006, 17:47, schrieb James Zhou:
>

> Assume I have an issue containing massive communications. Will
> customization archive that?
>
> Thanks,
> James
>
>
>
>
> -------------------------------------------------------
> All the advantages of Linux Managed Hosting--Without the Cost and Risk!
> Fully trained technicians. The highest number of Red Hat certifications in
>  the hosting industry. Fanatical Support. Click to learn more
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
> _______________________________________________
> Mantisbt-help mailing list
> Mantisbt-help@...
> https://lists.sourceforge.net/lists/listinfo/mantisbt-help
>
(Continue reading)

James Zhou | 2 Jun 2006 15:38

Re: Can we search the text items within the body of an issue?

Thank you Alex for your reply.

By default (I am evaluating v0.9.4 mantis which came with Debian), once I
(as admin) open an issue, I could not found any search support. One of my
requirements is to be able to search text items within that issue. It's not
there by default. I was wondering whether we can add search button (like
customization) in the issue.

Thanks,
James
SVV Group
Certicom Corp
http://www.certicom.com

mantisbt-help-bounces@... wrote on 06/02/2006 05:21:25
AM:

> Hi James,
>
> do you want to know about search support or customization?
>
> --
> Regards,
> Alexander Hybel
>
> Am Do, 1.06.2006, 17:47, schrieb James Zhou:
> >
>
> > Assume I have an issue containing massive communications. Will
> > customization archive that?
(Continue reading)

Glenn Henshaw | 2 Jun 2006 16:29
Picon

Re: Can't get file uploads to work

   Nik,

    Values shown in uppercase are usually constants (defined in core/ 
constants.php).

     ... Glenn

On 1-Jun-06, at 10:28 AM, Nik Reiman wrote:

> Wow, worked great!  I didn't realize that mantis treated these  
> differently.
>
> Thanks,
> Nik
>
> Am 01.06.2006 um 16:08 schrieb Fetzik, John:
>
>> Try removing the single quotes. I know for sure you can't have  
>> them for
>> $g_allow_file_upload,$g_file_upload_method, and $g_max_file_size. I'm
>> not sure about $g_absolute_path_default_upload_folder and
>> g_allowed_files.
>>
>> My settings that work for uploads look like the following.
>>
>> 	$g_allow_file_upload	= ON;
>> 	$g_max_file_size		= 100000000;
>> 	$g_file_upload_method	= DISK;
>>
>>
(Continue reading)

Glenn Henshaw | 2 Jun 2006 16:41
Picon

Re: Can we search the text items within the body of an issue?

   0.19.4 has a basic text search for words in the description,  
additional information or bugnotes. It isn't up to google standards,  
but it can find most things.

   The problem with improvements, is that it would probably make the  
code MySQL specific. Most of the other databases don't support  
fulltext searching on fields.

    ... Glenn

On 2-Jun-06, at 9:38 AM, James Zhou wrote:

> Thank you Alex for your reply.
>
> By default (I am evaluating v0.9.4 mantis which came with Debian),  
> once I
> (as admin) open an issue, I could not found any search support. One  
> of my
> requirements is to be able to search text items within that issue.  
> It's not
> there by default. I was wondering whether we can add search button  
> (like
> customization) in the issue.
>
> Thanks,
> James
> SVV Group
> Certicom Corp
> http://www.certicom.com
>
(Continue reading)

Christian Hack | 9 Jun 2006 02:10
Picon
Favicon

SMTP timeout

On an installation that has been working flawlessly, I have a user reporting
this error:

Fatal error: Maximum execution time of 30 seconds exceeded in
D:\www\mantis\core\phpmailer\class.smtp.php on line 1018

The actual code is simply 
1016:    function get_lines() {
1017:        $data = "";
1018:        while($str = fgets($this->smtp_conn,515)) {
1019:            if($this->do_debug >= 4) {

Mantis hasn't been upgraded or anything recently. It's version 1.0.0rc5.
Most times it works just fine so is hard to reproduce. It doesn't even seem
to have logged anything in the Apache logs so it's hard to trace and compare
against the mail server logs.

The only thing that has changed recently is that I upgraded our mail server
(which lives on the same server i.e. mantis talks to localhost) from Mdaemon
8.x to 9.x. If anything that has greatly improved responsiveness with all
our Outlook clients though.

Any ideas?

CH

Gmane