{* +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{ts}In addition to the settings on this screen, there are a number of settings you can add to your sites's settings file (civicrm.settings.php) to provide additional debugging information.{/ts} {docURL page="Debugging for developers" resource="wiki"}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $form.userFrameworkLogging} {/if}
{$form.userFrameworkLogging.label} {$form.userFrameworkLogging.html}
{ts}Set this value to Yes if you want CiviCRM error/debugging messages to appear in the Drupal error logs{/ts} {help id='userFrameworkLogging'}
{$form.debug_enabled.label} {$form.debug_enabled.html}
{ts}This feature should NOT be enabled for production sites.
Set this value to Yes if you want to use one of CiviCRM's debugging tools.{/ts} {help id='debug'}
{$form.backtrace.label} {$form.backtrace.html}
{ts}This feature should NOT be enabled for production sites.
Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered.{/ts}
{$form.environment.label} {$form.environment.html}
{ts}Set this value to Staging/Development to prevent cron jobs & mailings from being executed.{/ts}
{$form.fatalErrorHandler.label} {$form.fatalErrorHandler.html}
{ts}Enter the path and class for a custom PHP error-handling function if you want to override built-in CiviCRM error handling for your site.{/ts}
{$form.assetCache.label} {$form.assetCache.html}
{ts}Store computed JS/CSS content in cache files? (Note: In "Auto" mode, the "Debug" setting will determine whether to activate the cache.){/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}