Actions
Bug #97129
openNo such workspace defined after create a new user and assigning usergroups to users
Start date:
2022-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
typo311,workspace,user,usergoup
Complexity:
hard
Is Regression:
Sprint Focus:
Description
New instance / install TYPO3 version 11
steps to reproduce the issue :
1. create a BE user (not admin) with role some backend usergroup
2. try to preview the website via this user
... I get error
no such workspace defined (1/1) #1476045469 InvalidArgumentException
Updated by Benjamin Franzke over 2 years ago
- Target version changed from Candidate for Major Version to Candidate for patchlevel
Updated by Vasyl Mosiychuk over 2 years ago
I did research and define that this bug exists in the TYPO3 core of versions 10 and 11
this is happening when in the table "be_users" in columns "'workspace_perms' = 0" or "'workspace_id' = -99"
Possibly related to...
https://forge.typo3.org/issues/52104 (TYPO3 6)
https://forge.typo3.org/issues/80901 (TYPO3 8)
https://forge.typo3.org/issues/93153 (TYPO3 10)
Updated by Georg Ringer 5 months ago
- Related to Bug #93153: No such workspace defined after assigning usergroups to users added
Updated by Georg Ringer 5 months ago
- Related to Bug #80901: Missing workspace causes exception when "Edit Live" flag is cleared in user settings added
Updated by Georg Ringer 5 months ago
- Related to Bug #52104: Exception: No such workspace defined added
Actions