Project

General

Profile

Actions

Bug #36459

closed

Trouble with pagetree after upgrade from 4.5.14 to 4.5.15

Added by Webadmin no-lastname-given almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Pagetree
Target version:
Start date:
2012-04-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #36238: Pagetree lost for non admin after upgrading to 4.5.15Closed2012-04-17

Actions
Actions #1

Updated by Stefan Galinski almost 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).

Actions #2

Updated by Stephan Brun almost 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

Actions #3

Updated by Robert Wunsch almost 12 years ago

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'.

Actions #4

Updated by Stefan Galinski almost 12 years ago

  • Status changed from Needs Feedback to Accepted

Thanks for your investigation!

Actions #5

Updated by Stefan Galinski almost 12 years ago

  • Assignee set to Stefan Galinski
Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Stefan Galinski almost 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Gerrit Code Review almost 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

Actions #9

Updated by Gerrit Code Review almost 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

Actions #10

Updated by Gerrit Code Review almost 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

Actions #11

Updated by Stefan Galinski almost 12 years ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF