As David suggests, it is probably MySQL's max_allowed_packet setting in /etc/my.cnf (or wherever your MySQL configuration file is).  I think the default is 1MB, which would make sense.  Take a look in your my.cnf file in the [mysqld] section there might be a parameter with the value max_allowed_packet=1MB.  Try adding or changing this parameter to say 16MB or 32MB restart the MySQL server and see if the problem persists.
Tim Casada

David Sitsky wrote:
When I try to create topics using big unidiff files (1Mb or more), the 
system shows a blank page and the topic is not created. No error 
messages are displayed. Is there any limitation on the size of the 
unidiff files?
    

There is a rough limit of 20 megabytes at the moment for the size of the 
HTTP POST, so you really shouldn't be hitting this.

Have you checked the apache error log file?  Perhaps the database has 
had an issue with the size of the topic text.

Cheers,
David
  
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Codestriker-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to