Change configuration in "Tools > Configuration", but update configure are not reflected.
"core/cache/config.cache.php" is not updated.
I think when configuration is updated, "core/cache/config.cache.php" is needed to updated too.
Function "reloadConfig" in "core/model/modx/modx.class(864)"
function reloadConfig() {
>> add
$cacheManager= $this->getCacheManager();
$cacheManager->clearCache();
<< add
if (!$this->_loadConfig()) {
$this->_log(MODX_LOG_LEVEL_ERROR, "Could not reload core MODx configuration!");
}
return $this->config;
}
Comitted in r3791.