
Thanks Tyler, I am trying to find out how to change the max attachment size in the documentation, but I haven't found it yet. Could you tell me how?
Thanks,
Eric
-----Original Message-----
From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Tyler Hepworth
Sent: Monday, November 08, 2004 9:09 AM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] error OTRS-PM-10
On Mon, 8 Nov 2004 08:38:16 -0700, Eric Assouad
What does the message below mean and how can I fix it? It's happens every night and is causing the e-mail to bounce and create a new ticket everyday around midnight.
Got a packet bigger than 'max_allowed_packet', SQL: 'INSERT INTO article_plain (article_id, body, create_time, create_by, change_time, change_by) VALUES (2591, 'From EPonomarenko@sandcherry.com Thu Sep 2 15:05:02 2004
Has to do with attachment size. The default only allows attachments of <= 2Mb. If an attachment larger than this comes in, you get the message. You have to increase the max_allowed_packet size and make sure your database supports the larger attachment as well. _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

Hi Eric, It has to be set in your MySQL Configuration File (my.cnf). Regards, Markus Ruecker -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
-----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Eric Assouad Sent: Monday, November 08, 2004 5:15 PM To: User questions and discussions about OTRS. Subject: RE: [otrs] error OTRS-PM-10
Thanks Tyler, I am trying to find out how to change the max attachment size in the documentation, but I haven't found it yet. Could you tell me how?
Thanks, Eric
-----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Tyler Hepworth Sent: Monday, November 08, 2004 9:09 AM To: User questions and discussions about OTRS. Subject: Re: [otrs] error OTRS-PM-10
On Mon, 8 Nov 2004 08:38:16 -0700, Eric Assouad
wrote: What does the message below mean and how can I fix it? It's happens every night and is causing the e-mail to bounce and create a new ticket everyday around midnight.
Got a packet bigger than 'max_allowed_packet', SQL: 'INSERT INTO article_plain (article_id, body, create_time, create_by,
change_time,
change_by) VALUES (2591, 'From EPonomarenko@sandcherry.com Thu Sep 2 15:05:02 2004
Has to do with attachment size. The default only allows attachments of <= 2Mb. If an attachment larger than this comes in, you get the message. You have to increase the max_allowed_packet size and make sure your database supports the larger attachment as well. _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? =http://www.otrs.de/

On Mon, 8 Nov 2004 17:27:35 +0100, Markus Ruecker
Hi Eric,
It has to be set in your MySQL Configuration File (my.cnf).
Regards,
Markus Ruecker
[snip] Set the following in you Kernel/Config.pm (if you need greater than 5 Mb upload) # MaxFileUpload # (Max size for browser file uploads - default 5 MB) $Self->{MaxFileUpload} = 1024 * 1024 * 5; And read the following about configuring the DB (if you are using MySQL) http://dev.mysql.com/doc/mysql/en/Packet_too_large.html
participants (3)
-
Eric Assouad
-
Markus Ruecker
-
Tyler Hepworth