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:
Hi,
I think you have some bug in 3.5.0-1 that is connected with disabled users. I got this error:
Error: Call to a member function getFullName() on null in lib/pkp/classes/submission/reviewAssignment/DAO.php:156
when you try to access “Published” page or “Active submissions” page. I did debugging of the function like this:
public function fromRow(object $row): ReviewAssignment
{
$reviewAssignment = parent::fromRow($row);
error_log('Reviewer ID: ' . $reviewAssignment->getReviewerId())…
-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
evici
December 17, 2025, 1:19pm
4
I have same situation.
Applying a fix in DAO.php works, but now i get
Call to a member function getDisplayInitials() on null