Hallo zusammen,

ich möchte gern ein Typo3 von LTS auf LTS (4.5.32 auf 6.2.0) aktualisieren. Ich 
habe die Typo-Installation jetzt auf einem virtuellen Server kopiert und das 
Upgrade getestet. Leider erhalte ich beim Durchgehen von Smoothmigration einige 
Fehler:

===
Replace deprecated methods method calls with new ones

typo3conf/ext/realurl/class.tx_realurl.php line: 816
Method [t3lib_div::cHashParams(] is not easily replaceable.
@deprecated since TYPO3 4.7 - will be removed in TYPO3 6.1 - use 
t3lib_cacheHash instead
! Manual intervention needed.

typo3conf/ext/realurl/class.tx_realurl.php line: 828
Method [t3lib_div::calculateCHash(] is not easily replaceable.
@deprecated since TYPO3 4.7 - will be removed in TYPO3 6.1 - use 
t3lib_cacheHash instead
! Manual intervention needed.

typo3conf/ext/realurl/class.tx_realurl.php line: 1194
Method [t3lib_div::cHashParams(] is not easily replaceable.
@deprecated since TYPO3 4.7 - will be removed in TYPO3 6.1 - use 
t3lib_cacheHash instead
! Manual intervention needed.

typo3conf/ext/rgmediaimages/pi1/class.tx_rgmediaimages_pi1_wizicon.php line: 80
Method [t3lib_div::readLLXMLfile(] is not easily replaceable.
@deprecated since TYPO3 4.6, will be removed in TYPO3 4.8 - use 
t3lib_l10n_parser_Llxml::getParsedData() from now on
! Manual intervention needed.

typo3conf/ext/rgmediaimages/statistics.php line: 36
Method [t3lib_div::makeInstanceClassName(] is not easily replaceable.
@deprecated since TYPO3 4.3, will be removed in TYPO3 4.6 - Use 
t3lib_div::makeInstance('myClass', $arg1, $arg2,  ..., $argN)
But you can try fixing. Run again with parameter --experimental=yes
! Manual intervention needed.
typo3conf/ext/w4x_backup/mod1/index.php line: 154
Method [t3lib_div::fixed_lgd_pre(] is not easily replaceable.
@deprecated since TYPO3 4.1, will be removed in TYPO3 4.6 - Use 
t3lib_div::fixed_lgd_cs() instead (with negative input value for $chars)
The second parameter '$chars' needs to be made negative.
! Manual intervention needed.

typo3conf/ext/rgsmoothgallery/pi1/class.tx_rgsmoothgallery_pi1_wizicon.php 
line: 65
Method [t3lib_div::readLLXMLfile(] is not easily replaceable.
@deprecated since TYPO3 4.6, will be removed in TYPO3 4.8 - use 
t3lib_l10n_parser_Llxml::getParsedData() from now on
! Manual intervention needed.

typo3conf/ext/ameos_dragndropupload/mod1/index.php line: 138
Method [t3lib_BEfunc::typo3PrintError (] is not easily replaceable.
@deprecated since TYPO3 4.5, will be removed in TYPO3 4.7 - use 
RuntimeException from now on
! Manual intervention needed.
===

Ich habe das Update trotzdem testweise durchgeführt und alle Extensions aktualisiert, etc. Die Seite wird mir im Nachgang auch (soweit ich das sehen kann) sogar richtig angezeigt.
Nur ein Problem habe ich: Ich muss die Datei AdditionalConfiguration.php 
anpassen und die Zeilen entfernen:
<?php
@include(PATH_typo3conf.'realurl.php');
?>

Wenn ich die realurl.php laden lasse, dann erhalte ich nur weiße Seiten. Sobald 
ich die realurl.php nicht mehr lade geht alles. Das Problem ist dann nur, dass 
ich die Seite nicht mehr korrekt in ihrer Zweisprachigkeit unterscheiden kann 
(einmal com und einmal de-Domain).

Habt ihr da eventuell einen Tipp für mich? Ich bin um jeden Hinweis oder 
Ratschlag dankbar :)

Viele Grüße
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an