Closed (fixed)
Project:
AHAH Forms Framework
Version:
5.x-1.5-5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2008 at 03:02 UTC
Updated:
21 Jul 2009 at 21:31 UTC
It's a cache problem, if disabled the cache mode in performence setting, it will be solved. I think disable cache mode will decrease performence of website. So I use this code:
cache_clear_all();
It will delete all pages cache, if just delete ahah form page cache is better, the code is:
cache_clear_all('page_link', 'cache_page', true);
But this code doesn't work, i don't know, somebody can tell men?
Comments
Comment #1
starbow commented