Hi,
I'm using Boost and enabled Boost Backend , thanks

Warning: 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 in authcache_is_default_key() (line 217 of public_html/sites/all/modules/authcache/authcache.cache.inc).

CommentFileSizeAuthor
#1 2161049-fix-missing-argument.patch713 bytesznerol
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

znerol’s picture

Thanks for the report. The default argument of authcache_is_default_key() was removed in #2160143: Undefined function authcache_is_default_key when $conf['authcache_builtin_cache_without_database'] is set. I apparently forgot to update the invocation in authcache_boost.module. The attached patch should fix the error.

Please note that Authcache Boost is not supported at the moment, and therefore I do not bother testing it before releasing new versions. This is mainly because Authcache Boost requires a patch for the Boost module which never managed to get into a stable Boost release.

jetwodru’s picture

Hi,
I had switched to integrate with file cache. Boost seems not supporting compression on the cache HTML pages but it does load lightning fast for Anonymous users. Thanks

znerol’s picture

Status: Needs review » Fixed

Committed and pushed: 2161049.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.