domain php.ini not working?

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

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">&lt;?php<br />&nbsp;phpinfo</span><span style="color: #007700">()</span><span style="color: #0000BB">l <br />?&gt;</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.

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 setting max_input_vars in there. What is that set to in that file?

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!

Automatically closed -- issue fixed for 2 weeks with no activity.