Diese Seite wird aktuell überarbeitet

Config Cache not updated

0 minute, 41 seconds

When all your Pop-Up windows in the MailBeez-Admin look like this:

issue_myPreview

Your probably have installed a config-cache which is not updated – clear your config cache and please let me know which function-call to add in the admin-area to clear the cache when updating config-values.

Background:
The content of the pop-up windows is generated in “catalog/mailhive.php” in the storefront. Since there are a several different solutions out there for caching config values I need to make mailbeez compatible with each of them – no problem, I just need to now how to clear the cache.

currently supported:
[php]
if (function_exists(‘tep_reset_config_cache_block’)) {
tep_reset_config_cache_block(‘includes/config-cache.php’);
}

if (function_exists(‘updateConfiguration’)) {
updateConfiguration();
}

// add your own call here – and drop me a line
[/php]

Thanks to Harry for the hint.

Nächster Beitrag    Vorheriger Beitrag

Top