Re: [Codestriker-user] Cannot create topic with big (+1M) diff files
Brought to you by:
sits
|
From: Tim C. <tim...@sh...> - 2007-01-22 22:38:31
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
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.<br>
<pre class="moz-signature" cols="72">Tim Casada
</pre>
<br>
David Sitsky wrote:
<blockquote cite="mid:45B...@us..."
type="cite">
<blockquote type="cite">
<pre wrap="">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?
</pre>
</blockquote>
<pre wrap=""><!---->
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
</pre>
</blockquote>
</body>
</html>
|