Active
Project:
Ajaxify Regions
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2010 at 05:38 UTC
Updated:
11 Apr 2011 at 14:22 UTC
So for some strange reason my Ajaxified calendar block is stuck in the past. I've cleared my cache, flushed boost, disabled/re-enabled Ajaxify regions module, etc.. nothing works!
Has anyone else noticed this before? I can't figure out why it's stuck on Saturday.
For a live example check out my site
http://www.ivawbeta.org/
Comments
Comment #1
warobushek commentedYour link does not work.
May be CTRL+F5 or CTRL-SHIFT-DEL ?
Comment #2
bryancasler commentedYa, I am working on the site right now.
I did notice that Boost was caching JSON, so I turned that off. Once everything is stable again I will see if the problem still persist.
Comment #3
csevb10 commentedI am interested in how this turns out, but I do have to say that that is the best issue title I've seen in awhile. :-)
Comment #4
bryancasler commentedTurning off JSON caching seems to have worked. Can't say for certain, but I haven't had the problem since.
Comment #5
mikeytown2 commentedhmmm sounds like I need a separate default cache lifetime for ajax in boost.
@animelion
whats your cache lifetime set at in boost?
Comment #6
bryancasler commentedIt was 6 hours, and the calendar would be 2-3 days old sometimes even though the boost cache for the page had been regenerated.
Comment #7
ClearXS commentedNice title; first thought was that you were insulting the module developer; that his module was stuck in the past.
But without that, I'm hesitating installing this module and many other ajax modules. For D7 most will be thrown away in favor of some AHAH ajax methods and maybe there will be some back-ports soon. Then I had many errorss with ajax java jquery and even mys site completely lost. Actually I'm repairing the site now for 5 months and don't want to put articles back untill the site is stable, what it isn't with these many modules to sort out. Should I install this module, or wait?
Comment #8
ClearXS commentedHave no idea, but maybe this adds to the discussion: http://drupal.org/project/ajaxcache
Comment #9
bryancasler commentedThe module has been working great for me once I turned off boost's JSON caching. It's also the perfect companion for authcache.
Comment #10
mikeytown2 commentedexclude ajaxify path in boost. 3 ways
In boost config
Or
In module
Comment #11
Marko B commentedThanx Mikey, this should be in some official documentation.