Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
When submitting a moderately complicated template at civicrm/admin/messageTemplates the php maximum_execution_time is reached.
I had to put a set_time_limit(600); at line 332 of civicrm/packages/IDS/Monitor.php (anything shorter and it would still timeout) but then it gave me the "suspicious activity" error.
5 minutes seems like an excessively large amount of time to process some html. I also cross posted to the IDS forum: