Saving users without HomePageId in 4.0.4

CMS Version 4.0.4

I was able to quickly create and save user without setting up the homepage
image

This results in saving NULL in “user” table in the database for “homePageId”

from this point, no users are visible in the Users pagem and this error can b found in logs under debug mode:
Xibo\Factory\UserGroupFactory::getHomepageByName(): Argument #1 ($homepage) must be of type string, null given, called in /var/www/cms/lib/Controller/User.php on line 316

Modifying in db , ‘users’ table for the relevant userId the homePageId to ‘statusdashboard.view’ - solve the problem.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.