Fix WCFSetup due to undefined option constant
authorMatthias Schmidt <gravatronics@live.com>
Sun, 20 Jan 2019 09:14:13 +0000 (10:14 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 20 Jan 2019 09:14:13 +0000 (10:14 +0100)
See b5158645d503bd1d8c484001f8a41f7a52449c5f

constants.php
wcfsetup/install/files/options.inc.php

index cfeba96c0a5839ba4dc7fc0b840c4645eede2cff..340e1f9d29f8d9cf6c14024e7a91e6924197b7d6 100644 (file)
@@ -251,3 +251,4 @@ define('CONTACT_FORM_ENABLE_ATTACHMENTS', 0);
 define('CONTACT_FORM_PRUNE_ATTACHMENTS', 180);
 define('IMAGE_EXTERNAL_SOURCE_WHITELIST', '');
 define('SEARCH_MAX_COMBINED_TAGS', 3);
+define('ENABLE_PRODUCTION_DEBUG_MODE', 0);
index 7bf07237cf8ef1c5dc92d84cb00fc014ebe17595..6b7716a81a1b7723e0e5d1fcc95e9120c7eed4ab 100644 (file)
@@ -36,6 +36,7 @@ define('MODULE_MASTER_PASSWORD', 0);
 define('TIMEZONE', 'Europe/Berlin');
 
 define('ENABLE_DEBUG_MODE', 1);
+define('ENABLE_PRODUCTION_DEBUG_MODE', 1);
 define('ENABLE_BENCHMARK', 0);
 define('EXTERNAL_LINK_TARGET_BLANK', 0);
 define('URL_LEGACY_MODE', 0);