[rt-users] increase FORM POSTMAX ?

Lynoure Rajamäki lynoure at otaverkko.fi
Thu Dec 19 02:26:23 EST 2002


On Thu, 2002-12-19 at 09:13, Len Kranendonk wrote:
> Does anybody know how I can increase the max. amount of data that can be post through a FORM to RT ? 
> Attachments larger than about 1 MB (?) are not stored in the database. 
> 
> $MaxAttachmentSize is 10 MB so that's can't be the problem.

The cause is msot likely what your database accepts. 
If you are using MySQL, check your my.cnf
You probably want to increase the max_allowed_packet size, e.g.

set-variable  = max_allowed_packet=10M

-- 
Lynoure Rajamäki
lynoure at otaverkko.fi




More information about the rt-users mailing list