CRM-16257 - "Sorry an error occurred and your information was not saved" if email...
authoratif-shaikh <shaikh388@gmail.com>
Fri, 10 Apr 2015 12:16:18 +0000 (17:46 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Fri, 10 Apr 2015 12:16:18 +0000 (17:46 +0530)
https://issues.civicrm.org/jira/browse/CRM-16257

CRM/Core/Invoke.php
CRM/Upgrade/Form.php

index c9a4dc4153e4113763ca4e3bfc0d9b4ac6872293..7cc88fc74aac8b7bfd4fef0e48ebc53eb864e98d 100644 (file)
@@ -401,6 +401,9 @@ class CRM_Core_Invoke {
     }
     CRM_Core_DAO_AllCoreTables::reinitializeCache(TRUE);
     CRM_Core_ManagedEntities::singleton(TRUE)->reconcile();
+
+    //CRM-16257 update Config.IDS.ini might be an old copy
+    CRM_Core_IDS::createConfigFile(TRUE);
   }
 
 }
index 8587c046366bc17361d167bada23c9ad33151db7..58b34641be23fe5bda00c62b27ebfd911d12beba 100644 (file)
@@ -752,6 +752,9 @@ SET    version = '$version'
     // Rebuild all triggers and re-enable logging if needed
     $logging = new CRM_Logging_Schema();
     $logging->fixSchemaDifferences();
+
+    //CRM-16257 update Config.IDS.ini might be an old copy
+    CRM_Core_IDS::createConfigFile(TRUE);
   }
 
   /**