Closed (fixed)
Project:
Path Cache
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2009 at 14:48 UTC
Updated:
20 Nov 2009 at 03:20 UTC
Currently pathcache_requirements() throws a REQUIREMENT_ERROR if there are no path aliases in the url_alias table. This means that pathcache cannot be enabled in an install profile, since there are no aliases yet, even if i fully intend to have aliases later. On the other hand, if i dont attempt to install pathcache in the install profile, I get errors when paths are looked up because of the missing cache_pathdst and cache_pathsrc tables.
I recommend using REQUIREMENT_WARNING on install and REQUIREMENT_ERROR on runtime.
Comments
Comment #1
jvandyk commentedSimply changed to REQUIREMENT_WARNING.