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
So, adding 1 more service into the group, after hit save got this error
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,
Error adding more than 988 services to service group
Error adding more than 988 services to service group
You do not have the required permissions to view the files attached to this post.
Last edited by hqnguyen on Wed Sep 19, 2018 3:44 pm, edited 1 time in total.
-
jforcier
Re: Error adding more than 988 services to service group
Add the following to the bottom of your /etc/php.ini
After you change that restart httpd.
Code: Select all
max_input_vars = 10000Re: Error adding more than 988 services to service group
That fixed it. Thanks.