Tasks Not Working

When I login in as an administrator the Tasks pages does load load, but when I login as another type of user the Tasks page loads fine. I’m using OJS version 3

Hi @dave4math,

Check your PHP error log for details. What specific version of OJS are you using? (Please include this with your posts.)

Regards,
Alec Smecher
Public Knowledge Project Team

OJS version 3.0.2.0

Yes I read other posts that says check PHP error logs for details.

I did that and nothing appeared in those logs.

The problem only appears when I am logged in as a site admin.

It also says I have 1 Task, but it will not show what the task is.

Hi @dave4math,

Can you double-check that you’re looking in the right log? 99% of the time there will be something recorded in this case.

Regards,
Alec Smecher
Public Knowledge Project Team

[19-Sep-2017 19:05:42 UTC] PHP Strict Standards: Declaration of SubmissionsListGridHandler::initFeatures() should be compatible with GridHandler::initFeatures($request, &$args) in /home/daence6/public_html/journals/lib/pkp/controllers/grid/submissions/SubmissionsListGridHandler.inc.php on line 0
[19-Sep-2017 19:05:42 UTC] PHP Strict Standards: Declaration of SubmissionsListGridHandler::authorize() should be compatible with GridHandler::authorize($request, &$args, $roleAssignments, $enforceRestrictedSite = true) in /home/daence6/public_html/journals/lib/pkp/controllers/grid/submissions/SubmissionsListGridHandler.inc.php on line 0
[19-Sep-2017 19:05:42 UTC] PHP Strict Standards: Declaration of SubmissionsListGridHandler::initialize() should be compatible with GridHandler::initialize($request, $args = NULL) in /home/daence6/public_html/journals/lib/pkp/controllers/grid/submissions/SubmissionsListGridHandler.inc.php on line 0
[19-Sep-2017 19:05:42 UTC] PHP Strict Standards: Declaration of SubmissionsListGridHandler::initFeatures() should be compatible with GridHandler::initFeatures($request, &$args) in /home/daence6/public_html/journals/lib/pkp/controllers/grid/submissions/SubmissionsListGridHandler.inc.php on line 0
[19-Sep-2017 19:05:42 UTC] PHP Deprecated: Non-static method Request::getContext() should not be called statically, assuming $this from incompatible context in /home/daence6/public_html/journals/lib/pkp/classes/plugins/ThemePlugin.inc.php on line 409
[19-Sep-2017 19:05:42 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically, assuming $this from incompatible context in /home/daence6/public_html/journals/classes/core/Request.inc.php on line 68
[19-Sep-2017 19:05:42 UTC] PHP Deprecated: Non-static method Request::getContext() should not be called statically, assuming $this from incompatible context in /home/daence6/public_html/journals/lib/pkp/classes/plugins/ThemePlugin.inc.php on line 409
[19-Sep-2017 19:05:42 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically, assuming $this from incompatible context in /home/daence6/public_html/journals/classes/core/Request.inc.php on line 68
[19-Sep-2017 19:05:42 UTC] PHP Strict Standards: Declaration of SubmissionsListGridHandler::authorize() should be compatible with GridHandler::authorize($request, &$args, $roleAssignments, $enforceRestrictedSite = true) in /home/daence6/public_html/journals/lib/pkp/controllers/grid/submissions/SubmissionsListGridHandler.inc.php on line 0
[19-Sep-2017 19:05:42 UTC] PHP Strict Standards: Declaration of SubmissionsListGridHandler::initialize() should be compatible with GridHandler::initialize($request, $args = NULL) in /home/daence6/public_html/journals/lib/pkp/controllers/grid/submissions/SubmissionsListGridHandler.inc.php on line 0
[19-Sep-2017 19:05:42 UTC] PHP Strict Standards: Declaration of SubmissionsListGridHandler::initFeatures() should be compatible with GridHandler::initFeatures($request, &$args) in /home/daence6/public_html/journals/lib/pkp/controllers/grid/submissions/SubmissionsListGridHandler.inc.php on line 0
[19-Sep-2017 19:05:42 UTC] PHP Deprecated: Non-static method Request::getContext() should not be called statically, assuming $this from incompatible context in /home/daence6/public_html/journals/lib/pkp/classes/plugins/ThemePlugin.inc.php on line 409
[19-Sep-2017 19:05:42 UTC] PHP Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically, assuming $this from incompatible context in /home/daence6/public_html/journals/classes/core/Request.inc.php on line 68

Hi @dave4math,

Those are cosmetic and can be ignored, but might be obscuring the real issue. I’d suggest checking the logs for something containing “Error” (e.g. “Fatal Error”) around the time that you tried to fetch the task list.

Regards,
Alec Smecher
Public Knowledge Project Team

Here it is:
[19-Sep-2017 18:10:30 UTC] PHP Fatal error: Call to a member function getLocalizedTitle() on null in /home/xxxx/public_html/journals/lib/pkp/controllers/grid/notifications/NotificationsGridCellProvider.inc.php on line 152

Hi @dave4math,

See this thread:

Regards,
Alec Smecher
Public Knowledge Project Team

I deleted the entries in notifications table and the submissions table.
Since I am the only user and I am learning how to use the software this was no problem everything is working fine now.
Thank You.