Closed (fixed)
Project:
Cache Router
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2009 at 00:46 UTC
Updated:
11 Feb 2010 at 22:40 UTC
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
Comment #1
frankcarey commentedusing 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)
Comment #2
beanjammin commentedActually I don't think there is meant to be a menu item, configuration happens through the additions to settings.php.
Comment #3
andypostAnother RC is going in a week but now I enable a 5-dev and 6-dev tarballs to track latest changes