[horde] wicked uploads not working for large files

Uttiya Chowdhury chowdhury_uttiya at yahoo.com
Tue Oct 23 10:17:20 UTC 2012


OK -- that was indeed the problem. But I am not quite there yet. All files upload fine right now. But then when I download back, I only download the first 64k of the file. Log doesn't show any errors (as expected).

Thanks.

UC 

> > 2012-10-23T17:28:19+08:00 ERR: HORDE [wicked] QUERY
> FAILED: Got a packet bigger than 'max_allowed_packet' bytes
> > 
> > INSERT INTO horde_vfs (vfs_type, vfs_path, vfs_name,
> vfs_modified, vfs_owner, vfs_data) VALUES (1,
> '.horde/wicked/attachments/66',
> 'Entegris_gas_purifiers.pdf;1', 1350984498, '', '%PDF-1.4
> 
> max_allowed_packet is a setting of MySQL. As each SQL query
> Add a line:
> max_allowed_packet = 1G
> for 1 GB maximum packet size to /etc/mysql/my.cnf and
> restart your SQL server.



More information about the horde mailing list