Project

General

Profile

Actions

Bug #14137

closed

Pagetree doesn't render

Added by old_sirdud about 20 years ago. Updated over 19 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-05-03
Due date:
% Done:

0%

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

Description

After upgrading to 3.6.0 from 3.5.0 the pagetree in the backend doesn't render any more. Instead a server error page is generated. I guess that maybe the php-version could be the reason for this: 4.0.6?

(issue imported from #M53)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #14145: typo3/border.html is XHTML, wich makes trouble in IEClosed2004-05-07

Actions
Actions #1

Updated by Martin Kutschker about 20 years ago

What does the server error message say?

Actions #2

Updated by old_sirdud about 20 years ago

One error message says (in the Web>Seiten-Modul area)

Parse error: parse error in /home/typo3_src-3.6.0/typo3/borde.html on line 1.

The other error message in the page tree is from MS IE 6.0:

Aktion abgebrochen
Internet Explorer konnte keine Verbindung zu der angeforderten Webseite herstellen. Möglicherweise ist sie vorübergehend nicht verfügbar.


Versuchen Sie Folgendes:

Klicken Sie auf Aktualisieren oder wiederholen Sie den Vorgang später.

Wenn Sie diese Seite bereits besucht haben und die dafür gespeicherten Daten anzeigen möchten, klicken Sie auf Datei, und dann auf Offlinebetrieb.

Für Informationen zum Offline-Browsen mit Internet Explorer klicken Sie im Menü Hilfe auf Inhalt und Index.

Internet Explorer

In the Apache error log I find. child pid xxxxx exit signal Segmentation fault.

Actions #3

Updated by old_sirdud about 20 years ago

Here is the output of the debug system:

  1. DEBUG SYSTEM INFORMATION - START ###
    HTTP_HOST : dudalski.de
    TYPO3_HOST_ONLY : dudalski.de
    TYPO3_PORT :
    PATH_INFO :
    QUERY_STRING : TYPO3_INSTALL[type]=phpinfo
    REQUEST_URI : /typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
    HTTP_REFERER : http://dudalski.de/typo3/install/index.php?TYPO3_INSTALL[type]=about
    TYPO3_REQUEST_HOST : http://dudalski.de
    TYPO3_REQUEST_URL : http://dudalski.de/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
    TYPO3_REQUEST_SCRIPT: http://dudalski.de/typo3/install/index.php
    TYPO3_REQUEST_DIR : http://dudalski.de/typo3/install/
    TYPO3_SITE_URL : http://dudalski.de/
    TYPO3_SITE_SCRIPT : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
    TYPO3_SSL :
    SCRIPT_NAME : /typo3/install/index.php
    TYPO3_DOCUMENT_ROOT : /home/www/web4/html
    SCRIPT_FILENAME : /home/www/web4/html/typo3/install/index.php
    REMOTE_ADDR : 80.143.140.154
    REMOTE_HOST :
    HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
    HTTP_ACCEPT_LANGUAGE: de
    CONST: PHP_OS : Linux
    CONST: TYPO3_OS :
    CONST: PATH_thisScri: /home/www/web4/html/typo3/install/index.php
    CONST: php_sapi_name: apache
    OTHER: TYPO3_VERSION: 3.6.0
    OTHER: PHP_VERSION : 4.0.6
    imagecreatefromgif(): 1
    imagecreatefrompng(): 1
    imagecreatefromjpeg(: 1
    imagegif() : 1
    imagepng() : 1
    imagejpeg() : 1
    imagettftext() : 1
    OTHER: IMAGE_TYPES : 15
    OTHER: memory_limit : 32M
    SERVER: SERVER_PORT : 80
    SERVER: SERVER_SOFTW: Apache/1.3.19 (Unix) (SuSE/Linux) mod_ssl/2.8.3 OpenSSL/0.9.6a PHP/4.0.6 mod_perl/1.25 mod_throttle/3.0 mod_layout/1.0 mod_fastcgi/2.2.2 mod_dtcl
    SERVER: GATEWAY_INTE: CGI/1.1
    SERVER: SCRIPT_NAME : /typo3/install/index.php
    SERVER: PATH_TRANSLA: /home/www/web4/html/typo3/install/index.php
    T3CV_GFX: image_proc: 1
    T3CV_GFX: gdlib : 1
    T3CV_GFX: gdlib_png : 0
    T3CV_GFX: gdlib_2 : 0
    T3CV_GFX: im : 1
    T3CV_GFX: im_path : /usr/bin/
    T3CV_GFX: im_path_lz: /usr/bin/
    T3CV_GFX: im_version: 0
    T3CV_GFX: im_negate_: 0
    T3CV_GFX: im_imvMask: 0
    T3CV_GFX: im_combine: combine
  2. DEBUG SYSTEM INFORMATION - END ###
Actions #4

Updated by old_thinky about 20 years ago

i have the same problem.

PHP Version 4.3.3
Typo 3.6 Dummy
Suse Linux
Confixx Pro

Actions #5

Updated by Martin Kutschker about 20 years ago

The parse error seems to be a probem with broder.html. It's rather unnecessarily in XHTML. Please try and create a plain HTML version of it and see if the error is still there.

For the other page: Can you capture the contents of the file? IE claims it cannot get it, but you could give it a try?

Actions #6

Updated by old_sirdud about 20 years ago

After deleting the xml statement from border.html the error is gone and the border shows up.

Pagetree:

I figured out that the following url is loading when apache crashes with:
"[Thu May 6 19:15:16 2004] [notice] child pid 12582 exit signal Segmentation fault (11)":

http://www.dudalski.de/typo3/alt_db_navframe.php?currentSubScript=sysext/cms/layout/db:layout.php

When I type in this URL in the browser and try to load I can reproduce the segmentation fault + IE error message.

Actions #7

Updated by Martin Kutschker about 20 years ago

For border.html I've file bug #14145.

As for the dying Apache I've no idea. Of course it could be the PHP version. It could be some other combination of OS, library or whatever.

Actions #8

Updated by Robert Lemke about 20 years ago

Okay, there doesn't seem to be a need to track this down further, right?

Actions #9

Updated by Martin Kutschker about 20 years ago

Just because nobody has time to track it down, it doesn't mean it's a bug. So I really say it stays open until 3.7. Then the reporters should recheck if the bug is still there.

Actions #10

Updated by old_sirdud over 19 years ago

I tried to update to 3.7.0 but the bug was still there. Meanwhile I updated my server to a newer apache and php Version. Now the problems cannot be reproduced any more.

As a result we can say that typo 3 > 3.5.0 needs a later php-version than 4.0.6. The ticket can be closed now. Thank you.

Actions #11

Updated by Michael Scharkow over 19 years ago

Closed due to it being old and a php bug.

Actions

Also available in: Atom PDF