Page 1 of 1

Error adding more than 988 services to service group

Posted: Wed Sep 19, 2018 3:25 pm
by hqnguyen
The current number of services we have in one of our service group is 984. I tried to add about 10 more services to this group and after hit save, the gui just quit directly back to CCM main screen. So I tried to add service in one by one. Here is where we reach 988
servicegroup988.JPG
So, adding 1 more service into the group, after hit save got this error
servicegrouperror.JPG
I don't remember seeing anywhere saying that 988 is the maximum number of services in a service group.
Running 5.5.3.
Any idea how to fix or when this will be fixed?

Thanks,

Re: Error adding more than 988 services to service group

Posted: Wed Sep 19, 2018 3:40 pm
by jforcier
Add the following to the bottom of your /etc/php.ini

Code: Select all

max_input_vars = 10000
After you change that restart httpd.

Re: Error adding more than 988 services to service group

Posted: Thu Sep 20, 2018 10:40 am
by hqnguyen
That fixed it. Thanks.