[pmwiki-users] content refused

2008-02-25 Thread jdd
Hello :-) I try to insert in my Pmwiki his text: http://dodin.org/mediawiki/index.php/Andromaque I know it's possible, because I admin several pmwiki's and I *can* insert it in an other one... but I can't here http://new.dodin.org/wiki/pmwiki.php?n=Main.WikiSandbox there is simply nothing

Re: [pmwiki-users] content refused

2008-02-25 Thread Christophe David
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', '99'); ini_set('pcre.recursion_limit', '99'); It worked for me ;-) Christophe ---

Re: [pmwiki-users] content refused

2008-02-25 Thread jdd
Christophe David a écrit : 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', '99'); ini_set('pcre.recursion_limit', '99'); It worked for me ;-) Christophe

Re: [pmwiki-users] content refused

2008-02-25 Thread Christophe David
Try ini_set('memory_limit', '128M'); ini_set('pcre.backtrack_limit', '99'); ini_set('pcre.recursion_limit', '99'); It worked for me ;-) on what file? can you elaborate a bit on these settings, I don't want to have problems with my server :-)) At the very beginning of

Re: [pmwiki-users] content refused

2008-02-25 Thread jdd
Christophe David a écrit : Try ini_set('memory_limit', '128M'); ini_set('pcre.backtrack_limit', '99'); ini_set('pcre.recursion_limit', '99'); It worked for me ;-) on what file? can you elaborate a bit on these settings, I don't want to have problems with my server :-))

Re: [pmwiki-users] content refused

2008-02-25 Thread marc
jdd said... Christophe David a écrit : 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', '99'); ini_set('pcre.recursion_limit', '99'); It worked for me

Re: [pmwiki-users] content refused

2008-02-25 Thread jdd
marc a écrit : on what file? can you elaborate a bit on these settings, I don't want to have problems with my server :-)) They are in php.ini The memory limit shouldn't be a problem, but I think it defaults to 8Mb in PHP4 and 128Mb in PHP5. In the PHP manual see: Regular

Re: [pmwiki-users] content refused

2008-02-25 Thread jdd
marc a écrit : They are in php.ini nothing better with this in php.ini... jdd ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] content refused (solved)

2008-02-25 Thread jdd
jdd a écrit : marc a écrit : They are in php.ini nothing better with this in php.ini... jdd the problem comes from here: http://www.hardened-php.net/suhosin/ and here *are* size limits. it's possible to remove these limits, but as they are done for safety reason I think it better not