Jump to content

Fundraising/tech/crm/Quirks

From Wikitech
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Potential frustrations when setting up a dev instance of our CiviCRM setup:

  • Need to include vendor/autoload.php from inside of sites/default/settings.php, which is .gitignored (Why did I think this was the spot for it?)
  • Gift Data custom fields may be non-functional after running wmf_civicrm_update_7022 from wmf_civicrm.install. Just disable them via the UI ( Administration->Custom Data) TODO: add some option values and groups too, and set option_group_id in the CustomField create calls.