Monday, 26 January 2009

First issue with suhosin

I run suhosin on my servers and this is the first time I've found a problem, I was trying to post several large arrays...and whoops it only managed half.

Checking the suhosin logs I saw this ALERT - configured POST variable limit exceeded ahhhh not a surprise really solution..

Increase
suhosin.request.max_vars
and
suhosin.post.max_vars

In the php.ini settings note you must increase both if you don't it won't work since request and post are classified as the same thing. (well actually request is everything)

Thanks to this post for help!

(anyone noticed it's a blog day?)

0 comments: