Project

General

Profile

Actions

Bug #14546

closed

Backend PageTree Error

Added by old_reimanngv almost 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2005-02-09
Due date:
% Done:

0%

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

Description

Backend Modul "Page" shows strange behavior when trying to browse through the pagetree.
When expanding a folder, the pagetree is complete closing and it's not possible to load the page.

Since I've made a update from 3.5.0 to 3.7.0, the Page-Modul doesn't work. The admin-User isn't able to expanding the PageTree:
1. Mouseclick on "Page" loads the Page-Modul (fine)
2. Mouseclick on "+"-Sign in the Root opens the Pagetree and shows 3 Icons ("Template Storage", "Intranet", "Frontend Users").
3. Mouseclick on "+"-Sign on "Intranet" (PID 1) doesn't work. Instead of expanding the Tree, the PageTree is complete closing.

This error comes after choosing "Reset user preferences" (clear "uc" field).

When I login with other users, I'm always able to expanding the folder up to 2 levels. But when I try to open the next level, the complete Tree is closing again.

I've found the Bug-ID 0000758 with a similar bug, but I don't have the DAM-Extension installed.

This problem occurs only under HP-UX 11.0 (64-bit), the same installation works fine under Linux (32 bit). Is this a strange problem with PHP's serialize/unserialize-function (look at http://bugs.php.net/bug.php?id=31117)?
(issue imported from #M770)

Actions #1

Updated by old_reimanngv almost 20 years ago

My system:
HP-UX 11.0
Apache 1.3.33
PHP Version 4.3.10
MySQL 4.0.15a

Actions #2

Updated by Sebastian Kurfuerst over 19 years ago

The problem could be related to that serialize/unserialize function, the UC is saved as serialized array. But as serialize/unserialize is used a lot in TYPO3, you might get other problems as well. As long as the problem isn't fixed in PHP, I see no way to solve that problem with TYPO3.

Actions #3

Updated by Michael Scharkow over 19 years ago

Does this mean it's not a TYPO3 bug and we can close the issue?

Actions #4

Updated by old_reimanngv over 19 years ago

But what is about Linux with 64-bit? Does Typo3 run under 64-bit Linux?

Actions #5

Updated by Bernhard Hiegl over 19 years ago

We had exactly the behaviour you described above and solved it by setting magic_quotes to off! After this change the pagetree immediately started to work as usual.
Maybe this is worth a try for you too but I dont know why this works at all. After the change everything seems to be fine since 2 weeks.

Linux/SuSE
Apache 1.3.28
PHP Version 4.3.11
MySQL 4.0.24

Actions #6

Updated by Sebastian Kurfuerst about 19 years ago

Hi,
can you please check if the proposed solution works?
Thanks,
Sebastian

Actions #7

Updated by Sebastian Kurfuerst almost 19 years ago

no response from user - please reopen if necessary.
Greets, Sebastian

Actions

Also available in: Atom PDF