Rhett Posted October 11, 2016 Posted October 11, 2016 'CP_DIRECTORY' => 'admin', 'IN_DEV' => FALSE, 'DEV_USE_WHOOPS' => TRUE, 'DEV_USE_FURL_CACHE' => FALSE, 'DEV_USE_MENU_CACHE' => FALSE, 'DEBUG_JS' => FALSE, 'DEV_DEBUG_JS' => TRUE, 'DEV_DEBUG_CSS' => FALSE, 'DEBUG_TEMPLATES' => FALSE, 'IPS_FOLDER_PERMISSION' => 0777, 'FOLDER_PERMISSION_NO_WRITE' => 0755, 'IPS_FILE_PERMISSION' => 0666, 'FILE_PERMISSION_NO_WRITE' => 0644, 'ROOT_PATH' => __DIR__, 'NO_WRITES' => FALSE, 'DEBUG_LOG' => FALSE, 'LOG_FALLBACK_DIR' => '{root}/uploads/logs', 'STORE_METHOD' => 'FileSystem', 'STORE_CONFIG' => '{"path":"{root}/datastore"}', 'CACHE_METHOD' => 'None', 'CACHE_CONFIG' => '{}', 'CACHE_PAGE_TIMEOUT' => 30, 'TEST_CACHING' => FALSE, 'EMAIL_DEBUG_PATH' => NULL, 'BULK_MAILS_PER_CYCLE' => 500, 'JAVA_PATH' => "", 'ERROR_PAGE' => 'error.php', 'UPGRADING_PAGE' => 'upgrading.html', 'QUERY_LOG' => FALSE, 'CACHING_LOG' => FALSE, 'ENFORCE_ACCESS' => FALSE, 'THUMBNAIL_SIZE' => '500x500', 'PHOTO_THUMBNAIL_SIZE' => 240, // The max we display is 120x120, so this allows for double size for high dpi screens 'COOKIE_DOMAIN' => NULL, 'COOKIE_PREFIX' => 'ips4_', 'COOKIE_PATH' => NULL, 'COOKIE_BYPASS_SSLONLY' => FALSE, 'CONNECT_NOSYNC_NAMES' => FALSE, 'BYPASS_CURL' => FALSE, 'FORCE_CURL' => FALSE, 'NEXUS_TEST_GATEWAYS' => FALSE, 'NEXUS_LKEY_API_DISABLE' => TRUE, 'NEXUS_LKEY_API_CHECK_IP' => TRUE, 'NEXUS_LKEY_API_ALLOW_IP_OVERRIDE' => FALSE, 'UPGRADE_MANUAL_THRESHOLD' => 250000, 'HTMLENTITIES' => ( version_compare( phpversion(), '5.4.0', '<' ) ) ? ENT_IGNORE : ENT_DISALLOWED, 'SUITE_UNIQUE_KEY' => mb_substr( md5( '02bf3' . '$Rev: 3023$'), 10, 10 ), 'CACHEBUST_KEY' => mb_substr( md5( '02bf3' . '$Rev: 3023$'), 10, 10 ), // This looks unnecessary but SUITE_UNIQUE_KEY can be set to a constant constant in constants.php whereas we need a version specific constant for cache busting. 'SITE_SECRET_KEY' => NULL, 'TEXT_ENCRYPTION_KEY' => NULL, 'CONNECT_MASTER_KEY' => NULL, 'USE_DEVELOPMENT_BUILDS' => FALSE, 'DEV_WHOOPS_EDITOR' => NULL, 'DEFAULT_REQUEST_TIMEOUT' => 10, // In seconds - default for most external connections 'LONG_REQUEST_TIMEOUT' => 30, // In seconds - used for specific API-based calls where we expect a slightly longer response time 'TEMP_DIRECTORY' => sys_get_temp_dir(), 'TEST_DELTA_ZIP' => '', 'DELTA_FORCE_FTP' => FALSE, 'BYPASS_ACP_IP_CHECK' => FALSE Rhett Buck Exact Servers
Rhett Posted June 26, 2017 Author Posted June 26, 2017 CIC SUPHP define( 'IPS_FOLDER_PERMISSION', 0755); define( 'FOLDER_PERMISSION_NO_WRITE', 0755); define( 'IPS_FILE_PERMISSION', 0644); define( 'FILE_PERMISSION_NO_WRITE', 0644); Rhett Buck Exact Servers
Administrator Posted April 19, 2018 Posted April 19, 2018 Use Beta Builds. <?php define( 'USE_DEVELOPMENT_BUILDS', TRUE );
Rhett Posted April 19, 2018 Author Posted April 19, 2018 recovery mode define( 'RECOVERY_MODE', TRUE ); Rhett Buck Exact Servers
Rhett Posted January 18, 2020 Author Posted January 18, 2020 2.x upgrade if you hit no permission to run upgrade midway through on restarting. <?php define( 'BYPASS_UPGRADER_LOGIN', TRUE ); Rhett Buck Exact Servers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now