CiviCRM/tech notes

From Open Source Ecology
< CiviCRM
Revision as of 04:53, 6 April 2011 by Elifarley (talk | contribs) (Created page with "==XML data could not be loaded== After moving CiviCRM from another host and updating some paths, I got this error: ''Fatal error: Uncaught exception 'Exception' with message 'X...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XML data could not be loaded

After moving CiviCRM from another host and updating some paths, I got this error:

Fatal error: Uncaught exception 'Exception' with message 'XML data could not be loaded. Make sure you specified the correct path.' in [...] civicrm_invoke() #6 /home/a_user/site in /home/a_user/site/community/sites/all/modules/civicrm/packages/IDS/Filter/Storage.php on line 220

The solution is to delete or update the contents of the file {DRUPAL_HOME}/sites/default/files/civicrm/templates_c/en_US/ConfigAndLog/Config.IDS.ini to reflect the new paths. [1]

References