FAQ Manager - How to increase the max size of an attachment
Moderator: crythias
FAQ Manager - How to increase the max size of an attachment
I'm using the FAQ add-on also to provide files and documentation to tu customers. It seems that the max file size for an attachment of a faq article is 16384KB. There'a a way to increase it?
Thanks you very much,
Stefano
Thanks you very much,
Stefano
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: FAQ Manager - How to increase the max size of an attachm
What kind of error do you get?
Is this possibly due to a mySQL MaxPacketSize limit?
Is this possibly due to a mySQL MaxPacketSize limit?
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
Re: FAQ Manager - How to increase the max size of an attachm
Hi Ferrosti, thank you for the interest.
This is the error I get:
Errore: 413 Request entity too large - POST_MAX=16384KB
ERROR details: OTRS-CGI-10 Perl: 5.10.0 OS: MSWin32 Time: Tue Sep 14 12:52:58 2010
Message: 413 Request entity too large - POST_MAX=16384KB
Traceback (5552):
Module: Kernel::System::Web::InterfaceAgent::Run (v1.43.2.1) Line: 147
Module: C:/Program Files/OTRS/OTRS/bin/cgi-bin/index.pl (v1.88) Line: 48
This is the error I get:
Errore: 413 Request entity too large - POST_MAX=16384KB
ERROR details: OTRS-CGI-10 Perl: 5.10.0 OS: MSWin32 Time: Tue Sep 14 12:52:58 2010
Message: 413 Request entity too large - POST_MAX=16384KB
Traceback (5552):
Module: Kernel::System::Web::InterfaceAgent::Run (v1.43.2.1) Line: 147
Module: C:/Program Files/OTRS/OTRS/bin/cgi-bin/index.pl (v1.88) Line: 48
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: FAQ Manager - How to increase the max size of an attachm
Well, it seems your webservers value for POST-vars is limited to this size. You´ll have to adjust this.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
-
- Znuny newbie
- Posts: 3
- Joined: 27 Oct 2010, 08:18
- Znuny Version: 3.0
- Location: Vilnius, Lithuania
Re: FAQ Manager - How to increase the max size of an attachm
hi,
I faced similar problem while trying to upload big file through FileManager.
The solution laid in these two files:
look for values of $Self->{WebMaxFileUpload}
I faced similar problem while trying to upload big file through FileManager.
The solution laid in these two files:
Code: Select all
Kernel/Config/Files/ZZZAAuto.pm
Kernel/Config/Defaults.pm
OTRS 3.0 OTRS::ITSM 3.0 Gentoo GNU/Linux Apache MySQL
Re: FAQ Manager - How to increase the max size of an attachm
don't change these two files!
earch for the parameter in SysConfig and change it there
earch for the parameter in SysConfig and change it there
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 3
- Joined: 27 Oct 2010, 08:18
- Znuny Version: 3.0
- Location: Vilnius, Lithuania
Re: FAQ Manager - How to increase the max size of an attachm
yes, it seems the correct way to change this value is through:
SysConfig -> Core::Web -> WebMaxFileUpload
thank you for noticing that.
SysConfig -> Core::Web -> WebMaxFileUpload
thank you for noticing that.
OTRS 3.0 OTRS::ITSM 3.0 Gentoo GNU/Linux Apache MySQL
Re: FAQ Manager - How to increase the max size of an attachm
when I am sending to a OTRS system a message witn an attachement 1 - 10 mb size. It is recieved in OTRS, after I open it I see a message but there is no any attachement. When I send 100 kb file I can see attachement in a message.
I changed SysConfig -> Core::Web -> WebMaxFileUpload to nearly 20 mb. Doesnt help.
In /etc/my.cnf I have
[mysqldump]
quick
max_allowed_packet = 16M
Where can it be changed ?
I changed SysConfig -> Core::Web -> WebMaxFileUpload to nearly 20 mb. Doesnt help.
In /etc/my.cnf I have
[mysqldump]
quick
max_allowed_packet = 16M
Where can it be changed ?
OTRS 3.0.4, FreeBSD, using not for IT but as a service desk only to effectively process customer's requests.