Submitted by paul.kelly on Wed, 07/09/2014 - 02:08
I have had to change the max_input_vars setting on a domain that I have added php 5.4 to, saved and restarted Apache, however, whilst apparently saving, the setting is not registering on the site.
I have a Joomla template from JoomlaXTC and they added some code to report the value the site is seeing, and it is 1000, although I have adjusted it to much higher.
Any thoughts?
Status:
Closed (fixed)
Comments
Submitted by andreychek on Wed, 07/09/2014 - 09:13 Comment #1
Howdy -- is there any chance that you could add a file named test.php to your public_html directory for this particular domain, and then add this to that file:
<div class="codeblock"><pre><code><span style="color: #000000"><span style="color: #0000BB"><?php<br /> phpinfo</span><span style="color: #007700">()</span><span style="color: #0000BB">l <br />?></span></span></code></pre></div>
And then, would it be possible for us to see that output? If you could offer us a link to that file, that'd be super, but if you prefer you could probably copy and paste that into here.
Submitted by paul.kelly on Wed, 07/09/2014 - 16:13 Comment #2
That code does not do anything!
see www.maurifresh.com/TEST.php
Is the format right?
I have set up a simple info page, if that helps.
Submitted by andreychek on Wed, 07/09/2014 - 16:21 Comment #3
Between Drupal mangling my code, and a typo, you're correct, what I entered definitely does not work :-)
However, it looks like you figured out what I was after.
And that does help.
Maybe where we can start is to edit the file
/home/maurifresh/etc/php5.4/php.ini
, and look for the settingmax_input_vars
in there. What is that set to in that file?Submitted by paul.kelly on Wed, 07/09/2014 - 16:40 Comment #4
What a plonker I am!!
It helps if you remove ; from the front of the code!
this was not obvious via Virtualmin, but when I put it into note++, all is clear.
I really apologise for wasting your valuable time!
Submitted by JamieCameron on Wed, 07/09/2014 - 18:27 Comment #5
Submitted by Issues on Wed, 07/23/2014 - 18:31 Comment #6
Automatically closed -- issue fixed for 2 weeks with no activity.