Bug #36459
closedTrouble with pagetree after upgrade from 4.5.14 to 4.5.15
100%
Description
After Upgrading from 4.5.14 to 4.5.15 every login the pagetree is collapsed completely.
After expanding some nodes and logging out, the state will not be saved. On next login you will again see only the root node.
When flushing the temp userdata this wokrs again, by the userprefs are all lost. This makes some trouble in an evirorement with more than 10 editors.
Files
Updated by Stefan Galinski over 12 years ago
- Status changed from New to Needs Feedback
Please use the patch from #36238 to fix this issue (and update your database, because a field has changed to store bigger user configurations).
Updated by Stephan Brun over 12 years ago
After Upgrading from 4.5.14 to 4.5.15 there is also a problem with the db-mountpoints inherited form a be-usergroup.
Some don't appear at all and others are not expandable.
Update: Sorry, didn't saw the answer from Stefan Galinski, will try it with the patch from #36238
Updated by Robert Wunsch over 12 years ago
- File unserialize_-_general_PHP_functions_-_functions-online_-_Google_Chrome_2012-05-09_21-27-09.jpg unserialize_-_general_PHP_functions_-_functions-online_-_Google_Chrome_2012-05-09_21-27-09.jpg added
After having a look through the unserialized array in the uc field of be_users table i noticed the following:
This is what gets written to the object:
'Pagetree' => stdClass::__set_state(array( 'stateHash' => stdClass::__set_state(array( 'oot' => 1, '68-68' => 1, 'ba-1' => 1, '12e-1' => 1, '131-1' => 1, '14c-1' => 1, '1-1' => 1, )), )),
I guess that the line
'oot' => 1,
should be
'*r*oot' => 1,
but I do not have a clue where the object is assembled and written.
I tested the following:
- Logged in as a normal user and the pagetree would not open
- Opened the user in the database and edited the us filed according to the info on top.
- Logged in with the user again and the pagetree opended.
I have a stron notion that the problem is related to the pagetree top element being 'oot' not 'root'.
Updated by Stefan Galinski over 12 years ago
- Status changed from Needs Feedback to Accepted
Thanks for your investigation!
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11138
Updated by Stefan Galinski over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c0232ce160a52b708e15345e52e8b2d02e97810d.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/11188
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/11189
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/11190
Updated by Stefan Galinski over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset d8e6613b1ac22714fbdcfbde83a8e572a6e20aad.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed