Topic: Bug? Large article creates Error cannot save

The article details so far:
92,000 characters, 2400 lines - text with simple div/class markup - no HREFs, no IMGs (yet)
125kb (in Notepad)

and press save button saving no errors.
but when see blank page

cutting all text

wahts wrong ?

Same problem Joomla and Tinymce
http://forum.joomla.org/viewtopic.php?f … p;start=30

Linux, Delphi, Eclipse,

Re: Bug? Large article creates Error cannot save

This is more than likely a memory limit issue.  The database column is type mediumtext which I believe will store about 16 million characters.  This is likely more data than the default PHP settings a host will allow.  More info here.  If the memory setting is high enough and the error still occurs it is likely a timeout issue meaning the script exceeded the max time allowed in php and/or query exceeded the max time allowed by the database.

http://brilaps.com
http://opensourcepenguin.net

Re: Bug? Large article creates Error cannot save

my php.ini set memory_limit 32M but same problem.

I see message "content successfully saved." but rerty editing nothing text lost.
wheres text smile smile

Linux, Delphi, Eclipse,

Re: Bug? Large article creates Error cannot save

I am using the suhosin patch.

are you think suhosin patch to effect for mia ?

Linux, Delphi, Eclipse,

Re: Bug? Large article creates Error cannot save

We test and run MiaCMS with Suhosin quite often.  It should be unaffected by the patch.

http://brilaps.com
http://opensourcepenguin.net