[mythtv-users] MythWeb not saving channels settings

Douglas E. Warner silfreed at silfreed.net
Wed Jan 28 03:11:52 UTC 2009


Douglas E. Warner wrote:
> It looks to me like the 'save' button isn't being submitted from the form for
> some reason.  I've inspected both from firebug as well as dumping the
> $_REQUEST variable in mythweb.php.

I found the reason behind this: I had suhosin installed and it was limiting
the number of request & post variables allowed to 200 (I have ~700 channels
and over 4900 post variables in turn).

So I added the following to my php.d/mythweb.ini file so I won't forget it in
the future:

suhosin.post.max_vars = 10000
suhosin.request.max_vars = 10000

-Doug

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20090127/6d71a920/attachment.pgp>


More information about the mythtv-users mailing list