Active
Project:
Table of Contents
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2010 at 11:37 UTC
Updated:
15 Dec 2010 at 01:04 UTC
As per subject, for some reason after editing and saving a node the auto TOC does not appear.
Only after flushing cache tables.
Any tips?
Comments
Comment #1
AlexisWilke commentedDo you use the filter auto-TOC or the node auto-TOC feature?
Thank you.
Alexis
Comment #2
giorgio79 commentedHey Alexis,
On the CCK content type edit page I selected "Add table at top" and ticked "Remove table from teaser".
Comment #3
AlexisWilke commentedWhat kind of cache do you have? (server caches outside of Drupal won't matter.)
On my end I use Boost and I have not seen such a behavior. Are you using anything more than the basic Drupal Core cache system?
Thank you.
Alexis
Comment #4
giorgio79 commentedThanks Alexis, no boost or any other caching.
I just checked the Performance settings, and caching is disabled. I do have Page Compression enabled though :)
Comment #5
giorgio79 commentedErrr, enabled normal caching and it seems to work now.
will leave it at that, thanks for helping Alexis :)
Comment #6
AlexisWilke commentedHmmm... I guess that's bad if the feature only works when Caching is on. 8-)
I'll wait and see whether someone else ever finds a similar problem. Thank you for letting me know that it now works.
Alexis
Comment #7
markabur commentedI'm seeing the same issue. In my case it's related to the revisioning module. When it's enabled, setting the per-node TOC box to "Show at top" doesn't have any effect until after the cache is cleared. When it's disabled, the TOC box shows up right away after saving the node. I'm not sure, maybe the problem is with revisioning module, not TOC.
Comment #8
AlexisWilke commentedHi Markabur,
Are you talking about this module?
Thank you.
Alexis
Comment #9
markabur commentedThanks, no, this one: http://drupal.org/project/revisioning
I wasn't the one to set it up on this site in the first place, but basically what it does is make a new, unpublished revision for any edits, which is later published in a separate step.