configured request variable limit exceeded

paul greavy
Joined: 31 Mar 2005

configured request variable limit exceeded

Posted:01 Jun 2007 (09:29 UTC)
Has anyone come across this error before? I googled and it is common enough, but the solution seems elusive.

I'm getting it when I try and limit module access to certain groups. (kernel/admin/index.php?page=modules)

This is with the most recent beta of R2 and PHP5.2 (hardened, built by SuSE.) The fact that the hardeing was done by suse makes the only known solution (remove hardening) a little complicated.
WaterDragon
Profile Picture
Joined: 08 Jun 2006

Re: configured request variable limit exceeded

Posted:07 Jun 2007 (10:48 UTC)
I think this may be your suhosin settings in php.ini
Try adding:

<?php
[suhosin]
suhosin.post.max_vars 2000
suhosin
.request.max_vars 1000
?>

to your php.ini and see if that fixes it for you.
paul greavy
Joined: 31 Mar 2005

Re: configured request variable limit exceeded

Posted:08 Jun 2007 (05:40 UTC)
Yep, that did the trick.

Of course, you proably won't be surprised to learn that there was no suhosin section in the php.ini file. (:cry:)

If there had been I might just have noticed it!

Anyway, thanks.
  Page 1 of 1  1