New Posts don't show up until I clear cache

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dkobia
    New Member
    • Mar 2006
    • 13
    • 5.0.0

    New Posts don't show up until I clear cache

    Not sure if this is a bug (seems like one), but when I create a new post on my VB5 install, it doesn't show up till the cache is cleared. Here are my cache settings:

    Code:
    	$config['Cache']['class'][0] = 'vB_Cache_APC'; //regular cache
    
    
    	$config['Cache']['class'][1] = 'vB_Cache_Memory'; //fastest cache
    
    
    	$config['Cache']['class'][2] = 'vB_Cache_APC'; //largest cache and longest life.
  • BirdOPrey5
    Senior Member
    • Jul 2008
    • 9613
    • 5.6.3

    #2
    Do you have any add-ons installed? If so disable/remove them and try.

    Comment

    Related Topics

    Collapse

    Working...