[COLUG] Re: Problem saving wiki entries
Tom Hanlon
tom at functionalmedia.com
Mon Sep 4 12:48:10 EDT 2006
>
> On 8/31/06, Adam Porr <porr.4 at osu.edu> wrote:
>> In case it's worth anything, the limit seems to be 3999 characters.
>> That is, I can save an entry with 3999 characters (it only takes a
>> few
>> seconds to save) but as soon as I add the 4000th character, the save
>> doesn't work.
>>
Perhaps you have run up against some sort of max_packet buffer or
max_post data or Max_get data or something similar.
Perhaps your file open command and file write command are preset to
accept a certain amount of characters.
Troubleshooting steps ...
Try to upload that amount of data in another form. Something simple like
input type=text method = post
then try text area
Try a file
And then a php script that just prints the data.
This would let you know if the problem is general or specific to the
software for the wiki.
--
Tom
More information about the colug432
mailing list