OCS 2.3.6 - error by using Paper Report Plugin

Hi,
when I try to use the submissions report through the plugin in this link
… / manager / report / PaperReportPlugin
I get a file with the following information (stack trace on):

DB Error: ERROR: operator does not exist: text = integer no caracter 1330 DICA: No operator matches the given name and argument type(s). You might need to add explicit type casts.

Stack Trace:

File: /var/www/html/ocs-2.3.6/plugins/reports/papers/PaperReportDAO.inc.php line 80
Function: DAO->retrieve("SELECT p.status AS status, p.start_time AS start_time, p...", Array(21))

File: /var/www/html/ocs-2.3.6/plugins/reports/papers/PaperReportPlugin.inc.php line 67
Function: PaperReportDAO->getPaperReport("95", "156")

File: /var/www/html/ocs-2.3.6/pages/manager/StatisticsHandler.inc.php line 136
Function: PaperReportPlugin->display(Array(0))

File: /var/www/html/ocs-2.3.6/lib/pkp/classes/core/PKPPageRouter.inc.php line 177
Function: StatisticsHandler->report(Array(1), Object(Request))

File: /var/www/html/ocs-2.3.6/lib/pkp/classes/core/Dispatcher.inc.php line 130
Function: PKPPageRouter->route(Object(Request))

File: /var/www/html/ocs-2.3.6/lib/pkp/classes/core/PKPApplication.inc.php line 170
Function: Dispatcher->dispatch(Object(Request))

File: /var/www/html/ocs-2.3.6/index.php line 65
Function: PKPApplication->execute()

What would I do to solve this?