After upgrading to Xenforo to 1.4.5 (from 1.4.3) and trying to upgrade PostRatings (to 1.7.0 from 1.6.6) afterwards, we get the following error:
Code:
ErrorException: Fatal Error: Call to undefined method DoublePost_Model_Post::getPagedPostsPR() - library/Dark/PostRating/Deferred/PostCache.php:18
Stack trace:
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request data:
array(3) {
["url"] => string(53) "http://YYY.com/forum/admin.php?tools/run-deferred"
["_GET"] => array(1) {
["tools/run-deferred"] => string(0) ""
}
["_POST"] => array(3) {
["redirect"] => string(34) "http://YYY.com/forum/admin.php"
["execute"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}
Everything hangs, cron rebuild is looped and does not finish.
We're rolling back the backup to get back to 1.4.3 and upgrade PostRatings from there, but this could mean that changes in 1.4.5 prevent PostRatings from upgrading normally.