Closed (fixed)
Project:
Advanced cache
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2008 at 21:41 UTC
Updated:
9 Oct 2008 at 08:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
GoofyX commentedCheck the patch.
In the old block_module.patch, the last patch point was looking for the line
if ($enabled && $page_match) {where block.module in Drupal 5.8 actually contained in the same place (line 703)
if ($block->enabled && $block->page_match) {I created the block patch as if it was looking for
if ($block->enabled && $block->page_match) {and it patches to
if ($block->page_match) {Comment #2
robertdouglass commentedDid you test it as well? I came to a similar conclusion as you but didn't have time for rigorous testing (still don't), so this has to be reviewed by some people. Thanks.
Comment #3
GoofyX commentedNo, I did not test it, as my time does not permit me to do so.
Testers are always welcome. :-)
Comment #4
murzThis lastest patch applies and works succesfully on Drupal 5.10, thanks!
P.S. In dev version of module I have found a folder DRUPAL-5-8 that doesn't contains path_cache.patch and search_cache.patch and some else. On drupal 5.8 or later I need to use thouse paches from 5.6 folder or newer version of drupal doesn't need them?
Comment #5
robertdouglass commentedCommitted, thanks.
Comment #6
firebus commentedpath search and forum are currently considered broken, and are not recommended for use.
discussion of path cache problems here:
http://drupal.org/node/293861
http://drupal.org/node/220983
i'm not sure why forum and search are currently deprecated - robert updated the README on july 18th...i'll open some support requests for more info...
Comment #7
robertdouglass commentedPath and forum have been problematic for people (whether reported in issue queue or not). Until we get unit tests that prove their correctness, or large quantities of reports from people that they're working fine, I wanted a warning label. I figure that the meek will stay clear and the inquisitive will probe deeper.
Comment #8
firebus commentedwhat about search? (i personally don't use it as i have access control modules that would break it...)
sorry, i'll assume it's the same story.
i agree wrt unit tests.
Comment #9
robertdouglass commentedSearch caching is more fundamentally broken, imo.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.