I have problem at www.daimonin.org with cache router (apc) and path cache.

Both alone work fine (atm only cache router is enabled) but both enabled
invokes failed path/pathauto misses and missing pages for valid urls.

i already opened an issue at path cache: http://drupal.org/node/435784

It seems the problem happens only after some content/modules enabled with
some path aliases in the DB.

Comments

niklp’s picture

Subscribing to this as I wanted to enable the path cache patch.

greg.harvey’s picture

Hmmm, sounds like Path Cache implements the caching API? Have you tried it with any other caching modules? A good test would be see what happens with memcache:
http://drupal.org/project/memcache

Compare results with that against Cache Router set to use memcache. I suspect the problem is with Path Cache rather than Cache Router, because (in theory at least) Cache Router just straight swaps db caching for another mechanism. So if the data being cached is bad that's nothing to do with Cache Router. As I say, IN THEORY. =)

doq’s picture

Status: Active » Postponed (maintainer needs more info)
slantview’s picture

Status: Postponed (maintainer needs more info) » Fixed

There was a bug in clearing caches with cache router that has been fixed. I am setting this to fixed as I believe it will work now.

Status: Fixed » Closed (fixed)

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