Call to a member function getFullName() on null

Describe the issue or problem
I’m testing version 3.5.0-1 and after migrating from 3.4.0-9, I get an error message when navigating the content manager options in the left menu. The options are “Active Submissions” and “All in Production.”

Could this be a database error during the migration?

I’ve attached a screenshot of the error.

Hi @jpmaidana,

Are you also able to check your PHP. error logs and report on errors found there?

It’s also possible that you might be running into this error:

-Roger
PKP Team

It seems to be related to the link you gave me.
I show you the Apache log below:

AH01071: Got error ‘PHP message: Error: Call to a member function getFullName() on null in lib/pkp/classes/submission/reviewAssignment/DAO.php:156\n
Stack trace:\n
#0 lib/pkp/classes/submission/reviewAssignment/DAO.php(143): PKP\submission\reviewAssignment\DAO->fromRow()\n
#1 [internal function]: PKP\submission\reviewAssignment\DAO->PKP\submission\reviewAssignment\{closure}()\n
#2 /lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Collections/LazyCollection.php(146): Generator->valid()\n
#3 [internal function]: Illuminate\Support\LazyCollection->Illuminate\Support\{closure}()\n
#4 lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Collections/LazyCollection.php(106): iterator_to_array()\n
#5 lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Collections/Traits/EnumeratesValues.php(940): Illuminate\Support\LazyCollection->all()\n
#6 lib/pkp/lib/vendor/laravel/framework/src/Illuminate/Colle…’, referer: /index.php/rince/es/dashboard/editorial?currentViewId=active

I have same situation.

Applying a fix in DAO.php works, but now i get

Call to a member function getDisplayInitials() on null