Joel Wiesmann wrote:
Now the problem is, that if I create a second event, the sandbox still shows only one event and:
- If I do an "edit" on the sandbox page, the 2nd event appears.
- It also appears when I clean the browser-cache and reload the page.
- Doing a "hard-refresh" with shift-reload won't show the 2nd entry.
- All other caching mechanisms are deactivated.
The rendered HTML of the page is kept in the parser cache. If you're not using memcached, parser-cache data is stored in blobs in the 'objectcache' table.
Either manually purge affected pages with action=purge, or manually purge the objectcache table (or just the affected pages using the cache's delete method), or disable the parser cache.
-- brion vibber (brion @ pobox.com)