[TYPO3-german] Nach Serverumzug Fehlermeldungen wenn eigene Extension eingebunden

David Zschille typo3 at zschille.net
Thu Feb 22 13:47:04 CET 2007


Hallo,

ich bin mit meiner Site auf den Produktiv-Server umgezogen. Das lief
soweit auch ganz gut, nur: wenn ich meine eigene Extension installiere,
dann produziert Typo3 eine lange Latte an Fehlermeldungen. Die erste wird
in meiner Extension erzeugt und gehen dann über alle möglichen T3-Scripte
weiter. Das sind unter anderem class.tslib_fe.php,
class.tslib_content.php, class.tslib_menu.php, class.t3lib_div.php,
class.t3lib_loaddbgroup.php, class.t3lib_tstemplate.php, etc...
Insgesamt etwa 6000 Zeilen Fehlermeldungen.

Hier ein Auszug:
--------------------------------------------------------
Notice: Undefined index:
ext/meine_partnerList/pi1/class.tx_meinepartnerList_pi1.php in
/home/srv/www/meine-seite.de/htdocs/typo3conf/ext/meine_partnerList/pi1/class.tx_meinepartnerList_pi1.php
on line 192

Notice: Undefined index:
ext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php
on line 892

Notice: Undefined index: INTincScript in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_fe.php
on line 2777

Notice: Undefined index: markerWrap in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2301

Notice: Undefined index: file. in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 690

Notice: Undefined index: altText in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2808

Notice: Undefined index: altText. in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2808

Notice: Undefined index: titleText in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2809

Notice: Undefined index: titleText. in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2809

Notice: Undefined index: longdescURL in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2810

Notice: Undefined index: longdescURL. in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2810

Notice: Undefined index: emptyTitleHandling in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2817

Notice: Undefined index: linkWrap in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 691

Notice: Undefined index: wrap in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 694

Notice: Undefined index: relPathPrefix in
/home/srv/www/meine-seite.de/typo3_src-4.0.5/typo3/sysext/cms/tslib/class.tslib_content.php
on line 2312

usw....
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
Hier Zeile 192 meiner Extension:
if (defined('TYPO3_MODE') &&
$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/meine_partnerList/pi1/class.tx_meinepartnerList_pi1.php'])	{
-------------------------------------------------------------
-----------------------------------------------------------

Die Webseite selber wird unter all den Fehlermeldungen jedoch korrekt
angezeigt. Auch meine Extension macht was sie soll. Wo liegt der Fehler?
Habe ich bei der (mittels Kickstarter erzeugten) Extension etwas falsch
gemacht?

Ich nutze Typo3 4.0.5 und PHP 5.1.1 auf Apache 2.0.54


Liebe Grüße,
David



More information about the TYPO3-german mailing list