Closed (fixed)
Project:
Advanced Blog
Version:
6.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2010 at 20:30 UTC
Updated:
19 Jun 2010 at 11:10 UTC
When block cache is enabled for a site, and you have multiple users with blogs (in my case 2), clicking on a user 1's blog link for Advanced Blog: bloggers causes the nav menu for user 1 to appear normally in the Advanced Blog: Navigation block.
If you then click on User 2's blog from Advanced Blog: bloggers, user 2's blog will be displayed, however the Advanced Blog: Navigation block continues to show user 1's nav links.
disabling Block cache for the site resolves the issue, but also decreases performance a bit.
Comments
Comment #1
svendecabooterThe block cache setting was changed to BLOCK_NO_CACHE upon the last release, but it seems like this doesn't automatically update the entry for blocks that already have an entry in the {blocks} table. This has been fixed in HEAD.
Watch out for the next release of this module, which will fix this problem.