I have narrowed a problem with publishing to the size limit on uploaded files, I found this article on your website http://support.exsitewebware.com/cgi/page.cgi/articles.html/Content_Management/Managing_Large_Files but it isn’t clear from the article which config file to add the bigfile_maxsize parameter to. Adding that parameter to exsite.conf did not seem to help.
Thanks
Jon Coppin
Re: large files
Posted on Dec 11, 2008, by Morgan Burke
Hi Jon,
exsite.conf is the correct file to add these parameters to.
When raising bigfile_maxsize you should be sure that MySQL will accept queries of that size (MySQL conf parameter max_allowed_packet) or the queries could fail in MySQL even though they were accepted by ExSite.
As an alternative, you can use the Upload plug-in to bypass the database entirely for large files.
Let me know if that helps,
... Morgan
Re: large files
Posted on Dec 11, 2008, by Jon Coppin
Morgan Burke wrote:
When raising bigfile_maxsize you should be sure that MySQL will accept queries of that size (MySQL conf parameter max_allowed_packet) or the queries could fail in MySQL even though they were accepted by ExSite.
Thanks Morgan,
I got that part working by setting mysql to allow large files.
Support > ExSite Webware Forum > large files
large files
I have narrowed a problem with publishing to the size limit on uploaded files, I found this article on your website http://support.exsitewebware.com/cgi/page.cgi/articles.html/Content_Management/Managing_Large_Files but it isn’t clear from the article which config file to add the bigfile_maxsize parameter to. Adding that parameter to exsite.conf did not seem to help.
Thanks
Jon Coppin
Re: large files
Hi Jon,
exsite.conf is the correct file to add these parameters to.
When raising bigfile_maxsize you should be sure that MySQL will accept queries of that size (MySQL conf parameter max_allowed_packet) or the queries could fail in MySQL even though they were accepted by ExSite.
As an alternative, you can use the Upload plug-in to bypass the database entirely for large files.
Let me know if that helps, ... Morgan
Re: large files
Morgan Burke wrote:
Thanks Morgan, I got that part working by setting mysql to allow large files.