why Cached link at next page can not use? juse first page can use

Submitted by zhengfang on Tue, 2009-11-24 04:18.Troubleshooting

if you select next page, the link Cached can not appear info, it's a white page?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Submitted by will on Tue, 2009-11-24 07:30.

Please adjust your template to remove the "start" parameter or set it to 0, in documents.ftl file, like this:

    <#assign _cacheQuery = httpUtil.addOrSetQuery(_cacheQuery, "fileName", "cache.ftl")>
    <#assign _cacheQuery = httpUtil.addOrSetQuery(_cacheQuery, "start", "0")>
    <font size="-1">-- <a href="?${_cacheQuery}">Cached</a></font>

FYI: the latest beta release(Nov 24th) has the fix now. Thanks for reporting this bug!