File Manager Permissions

Permalink
Hi,
I have recently updated a website to v8.4.4 (from v.5.7) with a number of user logins. However, some of the logins get an error when trying to load the file manager, 'Entity of type Concrete\Core\Entity\User\User for IDs uID(3) was not found', they cannot see or upload any files. Checking the Users table in the database and there is no user with the ID of 3, I assume this is what the error is referring to. I created a new test login and loaded the File Manager but it only shows one page of files rather than all 123 pages of them. It seems only the original admin account, the account that created the website can view/access all the files. I have deleted the search index and reindexed everything but the problem still persists. All the user accounts apart from the original admin account are within the same permission group too. The original account is not in any user groups, I assume it is a legacy super admin.

Any other ideas that I could try please? It seems permission related but I cannot figure it out.

Thanks.

 
robran replied on at Permalink Reply
Our solution was just to duplicate a row in the Users table and assign it the missing ID in the uID column. This seems to resolve the error and successfully loads the file manager. It certainly seems to be an file ownership issue as each file in the database is assigned an uID in the Files table that corresponds to the uID in the User table. I assume that when the original user was deleted, the ownership of those files was not reassigned to another user resulting in the exception.