On 05/03/2010 01:02 PM, Herulee wrote:
When I tried to save the contents of the page then I am getting the error
Error: The text you have submitted is 2,056 kilobytes long, which is longer than the maximum of 2,048 kilobytes. It cannot be saved.
Does anybody have an idea how to get rid of it? Do I need to change some setting of mysql or php on the server side?
That's a rather big text file to be editing... Just guesing here... you're looking for post_max_size in the php.ini file. See: http://php.net/manual/en/ini.core.php Or... better yet (if possible) break the content into more manageable chunks.
C.