Page 1 of 1

Bulk Modifications Tool bug

Posted: Wed Jan 23, 2019 9:53 am
by AlexSavVl
Im trying to change 'notification interval' to 900 on 2882 services. Only appr 1000 services changed. If I select 20-30 services, all works fine.

Re: Bulk Modifications Tool bug

Posted: Wed Jan 23, 2019 11:16 am
by scottwilkerson
This is likely because of hitting the max vars limit in php.

You are going to need to make the following edits to the /etc/php.ini

Code: Select all

max_input_vars=100000
then restart httpd

Code: Select all

service httpd restart

Re: Bulk Modifications Tool bug

Posted: Thu Jan 24, 2019 1:03 am
by AlexSavVl
The problem was solved. Thank you!

Re: Bulk Modifications Tool bug

Posted: Thu Jan 24, 2019 7:37 am
by scottwilkerson
AlexSavVl wrote:The problem was solved. Thank you!
Great! Locking thread