Drupal authcache_is_default_key() Hatası Çözümü Önerisi

-A A +A

Blog Kategori: 

Warning: authcache_is_default_key() (/public_html/sites/all/modules/authcache/authcache.cache.inc dosyasının 217 satırı) içinde Missing argument 1 for authcache_is_default_key(), called in /public_html/sites/all/modules/authcache/modules/authcache_boost/authcache_boost.module on line 55 and defined.

Gibi bir hatanız varsa bununla ilgili çözüm önerisi;
Drupal Sürüm: 7.26
Authcache Sürüm: 7.x-2.0-beta2

Çözüm:
--- a/modules/authcache_boost/authcache_boost.module
+++ b/modules/authcache_boost/authcache_boost.module
@@ -52,7 +52,8 @@ function authcache_boost_init() {
global $conf, $_boost;

// Force boost_normal_dir.
- $conf['boost_normal_dir'] = authcache_is_default_key() ? BOOST_NORMAL_DIR : authcache_key();
+ $authcache_key = authcache_key();
+ $conf['boost_normal_dir'] = authcache_is_default_key($authcache_key) ? BOOST_NORMAL_DIR : $authcache_key;

// Enforce addition of a vary-cookie directive into the .htaccess file within
// the boost cache directory.

Sosyal Medyada Bizi Takip Edin

Günlükler

Zircon - This is a contributing Drupal Theme
Design by WeebPal.