From fbb499d2f69c63daba253df89f6b68b4202dff4f Mon Sep 17 00:00:00 2001 From: Eileen McNaughton <eileen@mcnaughty.com> Date: Wed, 14 Nov 2018 12:33:26 +1300 Subject: [PATCH] add 'CIVICRM_TEMP_FORCE_DURABLE' --- docs/tools/debugging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tools/debugging.md b/docs/tools/debugging.md index ec1ba508..f6f90f8b 100644 --- a/docs/tools/debugging.md +++ b/docs/tools/debugging.md @@ -62,6 +62,8 @@ The following values can be added to your site's settings file `civicrm.settings - `define('CIVICRM_CONTAINER_CACHE', 'never');` causes Civi to rebuild the [container](http://symfony.com/doc/current/service_container.html) from the latest data on every page-load. +- `define('CIVICRM_TEMP_FORCE_DURABLE', 1);` forces temp tables to be created as non temporary tables. Note that you may need to manually delete them very pro-actively while this is on as it will result in errors in some cases + !!! tip When any sort of "logging stuff to a file" is enabled by one of the above settings, check the `ConfigAndLog` directory within the local files -- GitLab