4
Fixed in SVN.
Problem:
Cache was being applied and Token validation was failing.
Rapid fix:
Edit header.php and replace line 100 with this:
// Tricky solution for setting cache time for homepage
} elseif (!empty($xoopsOption['template_main']) && $xoopsOption['template_main'] == 'db:system_homepage.html') {
$xoTheme->contentCacheLifetime = 604800;
}