-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OJS 3.2.01 Article report can't generat #5665
Comments
@zalamuia, I suspect you have a plugin installed that's not updated for compatibility with OJS 3.2.x. You can find out which by turning on |
Dear Mr Alec, Thanks for your advise. I have checked and found following info Unrecognized DAO ArticleDAO!Stack Trace:-- File: /home/ojs/ejournal/plugins/reports/articles/ArticleReportDAO.inc.php line 27Function: DAORegistry::getDAO("ArticleDAO") | | | | | | File: /home/ojs/ejournal/plugins/reports/articles/ArticleReportPlugin.inc.php line 67 Function: ArticleReportDAO->getArticleReport(1) | | | | | | File: /home/ojs/ejournal/lib/pkp/pages/management/PKPToolsHandler.inc.php line 155 Function: ArticleReportPlugin->display(Array(0) | Object(Request)) | | | | | | | | | File: /home/ojs/ejournal/lib/pkp/pages/management/PKPToolsHandler.inc.php line 58 Function: PKPToolsHandler->report(Array(0) | Object(Request)) | | | | | | | | | File: /home/ojs/ejournal/lib/pkp/classes/core/PKPRouter.inc.php line 391 Function: PKPToolsHandler->tools(Array(0) | Object(Request)) | | | | | | | | | File: /home/ojs/ejournal/lib/pkp/classes/core/PKPPageRouter.inc.php line 231 Function: PKPRouter->_authorizeInitializeAndCallRequest(Array(2) | Object(Request) | Array(1) | False) | | | | | | | | File: /home/ojs/ejournal/lib/pkp/classes/core/Dispatcher.inc.php line 143 Function: PKPPageRouter->route(Object(Request)) | | | | | | File: /home/ojs/ejournal/lib/pkp/classes/core/PKPApplication.inc.php line 278 Function: Dispatcher->dispatch(Object(Request)) | | | | | | File: /home/ojs/ejournal/index.php line 68 Function: PKPApplication->execute() | | | | | | | I have deleted the report plugin and copied from newly downloaded OJ3.2.0-1 but I got following error HOWEVER, other ojs site is replaced with new reports plugin without deletion works fine. Thanks. Zahirul |
@zalamuia, that was definitely code older than 3.2.0-1 running in your OJS installation; I'd double-check the method you used to update your code to ensure you're not mixing two versions together. For the new problem, check your PHP error log for details. |
I have updated through update process. -- Fatal error: Uncaught Error: Call to a member function getLocalizedGivenName() on null in /home/ojs/ejournal/plugins/reports/articles/ArticleReportPlugin.inc.php:114 Stack trace: #0 /home/ojs/ejournal/lib/pkp/pages/management/PKPToolsHandler.inc.php(155): ArticleReportPlugin->display(Array #1 /home/ojs/ejournal/lib/pkp/pages/management/PKPToolsHandler.inc.php(58): PKPToolsHandler->report(Array #2 /home/ojs/ejournal/lib/pkp/classes/core/PKPRouter.inc.php(391): PKPToolsHandler->tools(Array #3 /home/ojs/ejournal/lib/pkp/classes/core/PKPPageRouter.inc.php(231): PKPRouter->_authorizeInitializeAndCallRequest(Array #4 /home/ojs/ejournal/lib/pkp/classes/core/Dispatcher.inc.php(143): PKPPageRouter->route(Object(Request)) #5 /home/ojs/ejournal/lib/pkp/classes/core/PKPApplication.inc.php(278): Dispatcher->dispatch(Object(Request)) #6 /home/ojs/ejournal/index.php(68): PKPApplication->execute() #7 {main} thrown in /home/ojs/ejournal/plugins/reports/articles/ArticleReportPlugin.inc.php on line 114 Thanking you. |
@zalamuia, this looks like a data error to me. What do you get for the following query?
If you get any results, you'll need to remove those entries from the |
Dear Mr Alec, generate error #1054 - Unknown column 'e.editor_id' in 'field list' after ruining the query. Only one entry is there in section_editors.
after deleting this entry also not helping to obtain the report. Other journal without any data in section_editors and another journal with data can managed to obtain report. few other journals I can't get the result. I have around 25 installation journal. Thanks. Zahirul |
@zalamuia, can you try this database query?
This will identify any stage assignments that correspond to nonexistent users. If any results are shown, try removing them. (Please make a backup of your database before doing this!) |
Dear Mr Alec, I have tried the query and found two entries. After removing those entries I can generate report. Thanks for your support for solving this issue. Thanking you. |
Glad to hear it! |
OJS 3.2.0-1
Browser used : Chrome, Mozilla, Edge
OJS 3.2.0-1 Article report can't generate
ALL plugin are updated,
It produce CSV file with single line "
Unrecognized DAO ArticleDAO!
--"
View Report results "Unrecognized DAO PublishedArticleDAO!"
Counter Article report results "Unrecognized DAO ArticleDAO!"
with ENABLE plugin paper can't be accepted (never ended loop) however OJS 3.1.2.4 it is O
Custom report generation never ending but fresh installation is ok.
Can't view Activity Log & Notes using Chrome 64 browser
Thanking you.
Zahirul
The text was updated successfully, but these errors were encountered: