CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • CiviCRM Setttings File
Pages: [1]

Author Topic: CiviCRM Setttings File  (Read 729 times)

mcarson

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 5
  • CiviCRM version: 4.4.4
  • CMS version: Drupal 7.x
  • MySQL version: 5.5
  • PHP version: 5.4.22
CiviCRM Setttings File
July 04, 2011, 09:07:55 am
I am continuing down the development learning curve and I have a few questions about the CiviCRM settings file and the available variables, both for old and current versions. I have managed to compile a list of variables (using grep) and am asking if any documentation on these is available. I know I can investigate the code, but looking for some pointers on what NOT to use (too old) and what to use, and when (debugging, logging etc)
Code: [Select]
CIVICRM_ACTIVITY_ASSIGNEE_MAIL
CIVICRM_ADDRESS_FORMAT
CIVICRM_ALLOW_ALL
CIVICRM_CIVIMAIL_WORKFLOW
CIVICRM_CLEANURL
CIVICRM_CONTACT_AJAX_CHECK_SIMILAR
CIVICRM_COUNTRY_LIMIT
CIVICRM_DAO_DEBUG
CIVICRM_DOMAIN_GROUP_ID
CIVICRM_DOMAIN_ID
CIVICRM_DSN
CIVICRM_EVENT_PRICE_SET_DOMAIN_ID
CIVICRM_GROUPTREE
CIVICRM_IDS_ENABLE
CIVICRM_LOGGING_DSN
CIVICRM_MAIL_LOG
CIVICRM_MAIL_SMARTY
CIVICRM_MAILER_SPOOL
CIVICRM_MULTISITE
CIVICRM_PETITION_CONTACTS
CIVICRM_PROFILE_DOUBLE_OPTIN
CIVICRM_PROVINCE_LIMIT
CIVICRM_SITE_KEY
CIVICRM_SMS_APIID
CIVICRM_SMS_APISERVER
CIVICRM_SMS_CLASS
CIVICRM_SMS_PASSWORD
CIVICRM_SMS_USERNAME
CIVICRM_SUNLIGHT
CIVICRM_TAG_UNCONFIRMED
CIVICRM_TEMPLATE_COMPILEDIR
CIVICRM_TRACK_CIVIMAIL_REPLIES
CIVICRM_UF
CIVICRM_UF_BASEURL
CIVICRM_UF_DSN
CIVICRM_UNIQ_EMAIL_PER_SITE
CIVICRM_USE_MEMCACHE
I obviously use a few of the above, and have added a few more for debugging purposes. Please accept my apologies, however, if this is the wrong place to ask and if this question has already been asked.

Thanks
“Anyone who has never made a mistake has never tried anything new.” - Albert Einstein
"If you are travelling at the speed of light and you turn on your headlights, would they work?" - Unknown

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: CiviCRM Setttings File
July 04, 2011, 09:59:45 am
Hi, most are described in the civicrm.settings.php file. I'd say that if it isn't described in the setting file, that's probably old or generated by something else.


If you remove the ones that aren't described in the setting file, we will get a shorter list and a definitive answer if it's to be removed or if it's good.

X+

Quote from: mcarson on July 04, 2011, 09:07:55 am
I am continuing down the development learning curve and I have a few questions about the CiviCRM settings file and the available variables, both for old and current versions. I have managed to compile a list of variables (using grep) and am asking if any documentation on these is available. I know I can investigate the code, but looking for some pointers on what NOT to use (too old) and what to use, and when (debugging, logging etc)
Code: [Select]
CIVICRM_ACTIVITY_ASSIGNEE_MAIL
CIVICRM_ADDRESS_FORMAT
CIVICRM_ALLOW_ALL
CIVICRM_CIVIMAIL_WORKFLOW
CIVICRM_CLEANURL
CIVICRM_CONTACT_AJAX_CHECK_SIMILAR
CIVICRM_COUNTRY_LIMIT
CIVICRM_DAO_DEBUG
CIVICRM_DOMAIN_GROUP_ID
CIVICRM_DOMAIN_ID
CIVICRM_DSN
CIVICRM_EVENT_PRICE_SET_DOMAIN_ID
CIVICRM_GROUPTREE
CIVICRM_IDS_ENABLE
CIVICRM_LOGGING_DSN
CIVICRM_MAIL_LOG
CIVICRM_MAIL_SMARTY
CIVICRM_MAILER_SPOOL
CIVICRM_MULTISITE
CIVICRM_PETITION_CONTACTS
CIVICRM_PROFILE_DOUBLE_OPTIN
CIVICRM_PROVINCE_LIMIT
CIVICRM_SITE_KEY
CIVICRM_SMS_APIID
CIVICRM_SMS_APISERVER
CIVICRM_SMS_CLASS
CIVICRM_SMS_PASSWORD
CIVICRM_SMS_USERNAME
CIVICRM_SUNLIGHT
CIVICRM_TAG_UNCONFIRMED
CIVICRM_TEMPLATE_COMPILEDIR
CIVICRM_TRACK_CIVIMAIL_REPLIES
CIVICRM_UF
CIVICRM_UF_BASEURL
CIVICRM_UF_DSN
CIVICRM_UNIQ_EMAIL_PER_SITE
CIVICRM_USE_MEMCACHE
I obviously use a few of the above, and have added a few more for debugging purposes. Please accept my apologies, however, if this is the wrong place to ask and if this question has already been asked.

Thanks
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • CiviCRM Setttings File

This forum was archived on 2017-11-26.