I just wanted to put this in here as a help if anyone else runs into this issue.....
I had a problem where if I edited/added/deleted items/triggers to a template that modified a significant number of hosts (read 200+), then nothing would happen. After submitting the change, a new page would load, but then would suddenly stop and the only thing that would show on the page was the header.
I found the problem by changing "display_errors = On" in php.ini and reloading apache. The issue was that the memory_limit value for php had been exceeded (although it was set to the recommended value of 128M). I doubled it to 256M and restarted Apache httpd. After doing that, my problem went away.
I had a problem where if I edited/added/deleted items/triggers to a template that modified a significant number of hosts (read 200+), then nothing would happen. After submitting the change, a new page would load, but then would suddenly stop and the only thing that would show on the page was the header.
I found the problem by changing "display_errors = On" in php.ini and reloading apache. The issue was that the memory_limit value for php had been exceeded (although it was set to the recommended value of 128M). I doubled it to 256M and restarted Apache httpd. After doing that, my problem went away.
Comment