[pmwiki-users] content refused

Christophe David pmwiki at christophedavid.org
Mon Feb 25 09:33:24 CST 2008


>  and it *is* a size limit problem, because I can insert half of the
>  text, but not all

Try

ini_set('memory_limit',           '128M');
ini_set('pcre.backtrack_limit', '999999');
ini_set('pcre.recursion_limit', '999999');

It worked for me ;-)

Christophe

---



More information about the pmwiki-users mailing list