Error ArticleReport plugin

Hello, my article report plugin is error in my journal. I’m using OJS 3.2.0.0 and it has been error when it is upgraded from 3.1.1.4.

The website showed

Can’t access this site
The ./management/tools/report?pluginName=ArticleReportPlugin page may be temporarily unavailable or may have been moved permanently to a new web address.
ERR_INVALID_RESPONSE

This is the error log:
PHP Fatal error: Uncaught Error: Call to undefined method AuthorDAO::getFetchParameters() in ./plugins/reports/articles/ArticleReportDAO.inc.php:34
Stack trace:
#0 ./plugins/reports/articles/ArticleReportPlugin.inc.php(67): ArticleReportDAO->getArticleReport()
#1 ./lib/pkp/pages/management/PKPToolsHandler.inc.php(155): ArticleReportPlugin->display()
#2 ./lib/pkp/pages/management/PKPToolsHandler.inc.php(58): PKPToolsHandler->report()
#3 ./lib/pkp/classes/core/PKPRouter.inc.php(391): PKPToolsHandler->tools()
#4 ./lib/pkp/classes/core/PKPPageRouter.inc.php(231): PKPRouter->_authorizeInitializeAndCallRequest()
#5 ./lib/pkp/classes/core/Dispatcher.inc.php(143): PKPPageRouter->route()
#6 ./lib/pkp/classes/core/PKPApplication.inc.php(278): Dispatcher->dispatch()
#7 in ./plugins/reports/articles/ArticleReportDAO.inc.php on line 34

Regards,
William

I did some more tests … apparently the AuthorDAO class does not have the required function getFetchParameters () … Anyone with the same problem?

Regards,
William

Hi @williamm,

Thanks for reporting; I’ve filed this at Article report plugin references missing function · Issue #5621 · pkp/pkp-lib · GitHub and will post a patch there once it’s resolved. Note that we’ll be releasing a new build of OJS 3.2.0 probably later this week and should be able to include a fix for this issue.

Regards,
Alec Smecher
Public Knowledge Project Team