The CVS and tar ball versions of cacherouter 6.x-1.0-rc1 are different. The CVS version (tag DRUPAL-6--1-0-RC1) has a different cacherouter.info file which lacks proper version information. The result being that the CVS version gets flagged as unsupported by drupal and can not be used without first modifying the cacherouter.info file.

Changing the following cacherouter.info line in the CVS checked of 6.x-1.0-rc1 fixes the problem:

version = VERSION

change to:
version = 6.x-1.0-rc1 fixes the problem.

Comments

frankcarey’s picture

using cvs_deploy module had the version at 6.14, and it seemed to work. (i'm having an issue with no menu item showing up, but i think this is separate)

beanjammin’s picture

Actually I don't think there is meant to be a menu item, configuration happens through the additions to settings.php.

andypost’s picture

Status: Active » Fixed

Another RC is going in a week but now I enable a 5-dev and 6-dev tarballs to track latest changes

Status: Fixed » Closed (fixed)

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