[Fri Nov 10 10:18:01.559205 2017] [:error] [pid 11978] [client 10.0.3.1:51902] PHP Warning: assert(): Assertion failed in /var/www/html/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 154, referer: http://92.242.58.220/index.php/vo/manageIssues
[Fri Nov 10 10:18:01.559256 2017] [:error] [pid 11978] [client 10.0.3.1:51902] PHP Fatal error: Call to a member function getLocalizedTitle() on null in /var/www/html/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 156, referer: http://92.242.58.220/index.php/vo/manageIssues
[Fri Nov 10 10:18:17.667856 2017] [:error] [pid 12560] [client 10.0.3.1:51914] PHP Warning: assert(): Assertion failed in /var/www/html/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 154, referer: http://92.242.58.220/index.php/jsps/submissions
[Fri Nov 10 10:18:17.667937 2017] [:error] [pid 12560] [client 10.0.3.1:51914] PHP Fatal error: Call to a member function getLocalizedTitle() on null in /var/www/html/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 156, referer: http://92.242.58.220/index.php/jsps/submissions
[Fri Nov 10 10:18:42.151451 2017] [:error] [pid 11977] [client 10.0.3.1:51922] PHP Warning: assert(): Assertion failed in /var/www/html/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 154, referer: http://92.242.58.220/index.php/index/user/profile
[Fri Nov 10 10:18:42.151534 2017] [:error] [pid 11977] [client 10.0.3.1:51922] PHP Fatal error: Call to a member function getLocalizedTitle() on null in /var/www/html/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 156, referer: http://92.242.58.220/index.php/index/user/profile
[Fri Nov 10 10:18:53.562707 2017] [:error] [pid 11975] [client 10.0.3.1:51928] PHP Warning: assert(): Assertion failed in /var/www/html/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 154, referer: http://92.242.58.220/index.php/mirros/submissions
[Fri Nov 10 10:18:53.562788 2017] [:error] [pid 11975] [client 10.0.3.1:51928] PHP Fatal error: Call to a member function getLocalizedTitle() on null in /var/www/html/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 156, referer: http://92.242.58.220/index.php/mirros/submissions
Your log error is showing a similar error to this thread:
In that case it was a database inconsistency or data error (a submission ID was assigned to a nonexistent section).
Could please follow that same instructions and verify if is your case too?
Regards,
Israel Cefrin
Public Knowledge Project Team
Yes, we really do have that issue too. But it is not as fatal for now.
Whereas the error with issues inaccessible is a critical one.
These two issues are not related. Since now we have the production OJS 3.0.2, which has only the ‘Tasks not loading’ issue. And the test OJS 3.1, which has both of these issues.
You have same issue in both installs and one more issue in recent one, I can tell.
Could you run this SQL statement SELECT s.submission_id, s.section_id FROM submissions s LEFT JOIN sections se ON (s.section_id = se.section_id) WHERE se.section_id IS NULL;
And check if there is some section_id null ? Run in both OJS DB instances, please.
Regards,
Israel Cefrin
Public Knowledge Project Team