All theme function signature have changed, in particular theme_pager. When the number of revisions is greater than REVISION_LIST_SIZE (50), the theme_pager is called but with the old D6 list of parameters
http://drupal.org/node/224333#theme_pager

CommentFileSizeAuthor
#1 diff-935242.patch673 bytespmorel

Comments

pmorel’s picture

StatusFileSize
new673 bytes

Attached patch

pmorel’s picture

Status: Active » Needs review
thekevinday’s picture

Status: Needs review » Reviewed & tested by the community

There was also a problem where NULL was being passed to the theme() function.
This generates a white screen error page.

This patch also fixes my whitescreen issue.

jon nunan’s picture

Patch works for me. Fixes revsion page white screening if the number of revisions is over the REVISION_LIST_SIZE.

realityloop’s picture

Status: Reviewed & tested by the community » Fixed

added

realityloop’s picture

fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.