Skip to main content
Question

NetSUS won't apply my update selections

  • February 3, 2015
  • 6 replies
  • 33 views

Forum|alt.badge.img+7

I have the latest NetSUS 3.0.2. I check the updates I want to enable in our Production catalog. When I click Apply, the screen refreshes and those updates won't stick. It comes back to the screen with those updates unchecked. This just started happening in the last month.

6 replies

Forum|alt.badge.img+16
  • Valued Contributor
  • February 3, 2015

I had this happen a few months ago. If you locate the php.ini file on your NetSUS server, change the max_input_vars value to something larger than the default 1000. I made mine 5000 to cover it for a while.


Forum|alt.badge.img+7
  • Author
  • Contributor
  • February 3, 2015

Do you by chance remember where it's at? I did a find on the server but it didn't come up with anything named php.ini.


dlondon
Forum|alt.badge.img+14
  • Honored Contributor
  • February 4, 2015

Hi,

As root I ran

find / -name php.ini -print

and got a hit at

/etc/php.ini

Regards,

David


Forum|alt.badge.img+7
  • Contributor
  • February 10, 2015
Content backfill required

macbofh
Forum|alt.badge.img+6
  • New Contributor
  • February 19, 2015

I managed to fix this problem by adding (not modifying) the line

max_input_vars = 5000

to the file:

/etc/php5/apache2/php.ini

You have to restart apache to apply this fix

sudo /etc/init.d/apache2 restart

Forum|alt.badge.img+8
  • Contributor
  • February 19, 2015

@macbofh that fix worked great for me. Thanks!