Bug #23004
closedIntroduction Package: Adding a BE User makes the User Admin page close the session
0%
Description
On 4.4 with the Introductory Package.
Steps to reproduce:
1. download Introductory package http://prdownloads.sourceforge.net/typo3/introductionpackage-4.4.0.zip?download
2. install
3. Go to User Admin and add another user
4. Trying to open the User Admin page again will Log you out
5. Delete the new user from the DB
5. b) User Admin works again
(issue imported from #M14875)
Updated by Chris topher over 14 years ago
Hi Andrei,
please do the following:
Log in as an admin, go to Usersettings and create the Enable Install Tool file. Log in to the Install Tool, go to Database Analyzer and press the button "Compare" next to "Update required tables".
There should be a change to the table be_users. Confirm the changes. Afterwards there should stand "Everything OK".
Then delete all users you might have added and add a new user again (as you wrote above, step 3).
Does this solve your problem?
Btw: Which browser do you use?
Updated by Andrei Eftimie over 14 years ago
Just installed from the Source + Dummy. Problem is not there.
Deleted groups and users, no luck. Will do more testing to narrow it down.
Updated by Chris topher over 14 years ago
This is the same as #22973. There is an error in the SQL definitions in the SQL file which comes with the Introduction Package.
See here: http://forge.typo3.org/issues/8465
You can however use the Introduction Package, but before you create any BE User, you must go to the Install Tool, do the Compare and confirm the changes. After that everything should work...
Updated by Georg Ringer over 14 years ago
no need to narrow it down, issue is known and IMO fixed (don't lnow if already online)
Updated by Andrei Eftimie over 14 years ago
Yep. The be_user didn't had an auto_increment. (possibly creating more users with the same ID, thus crashing the BE session).
Should update the Introductory Package
Updated by Andrei Eftimie over 14 years ago
Cool. I searched for a similar bug, but couldn't find it.
Updated by Chris topher over 14 years ago
Nice to hear that it works.
Resolved as duplicate of #22973.