<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jul 21, 2013 at 5:59 AM, Thomas Börkel <span dir="ltr"><<a href="mailto:thomas@boerkel.de" target="_blank">thomas@boerkel.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI!<br>
<br>
OK, the setting change that fixed the MythWeb channel config page is<br>
"max_input_vars".<br>
<br>
I changed it from 1000 to 10000 and it worked again with PHP 5.4. I had<br>
the same on that other machine.<br>
<br></blockquote></div><br></div><div class="gmail_extra">That was implemented in php 5.3. I got burned by that one at my job actually. Several things pissed me off about that one. They implemented that with a default value of 1000. As far as I can see, there was nothing in the 5.2->5.3 upgrade notes about it. Not only that, but it appears that the default php.ini has no trace of any notes around this setting. While I'm at it, they don't allow any value (like 0 for example) to indicate an "unlimited" setting...really???<br>
<br></div><div class="gmail_extra">When I ran into this, I was debugging with firebug/firephp, but exceeding that value can't get picked up by those, and was only appearing in the apache logs...seriously annoying.<br>
<br></div><div class="gmail_extra">Tom<br></div></div>