Got this fatal error after enabling the module and changing the settings.php as detailed in the project page.

Fatal error: Cannot redeclare dbCache::flush() in /home/asdfwer/public_html/drupal6/sites/all/modules/cacherouter/engines/db.php on line 88

Any ideas?

CommentFileSizeAuthor
#1 db.patch1.11 KBJamie Holly

Comments

Jamie Holly’s picture

Status: Active » Needs review
StatusFileSize
new1.11 KB

Flush is declared twice. Once uses time() and the other offers a $flush variable. I attached a patch to declare it only once making $flush optional. If not set it defaults to time().

slantview’s picture

Status: Needs review » Fixed

Fixed in latest cvs commit. New release forthcoming.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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