[TYPO3-german] YAG - PHP Fehlermeldungen im Frontend? include_once, open stream?
stefan sajok
stefansajok at hotmail.com
Tue Jul 8 09:57:50 CEST 2014
Hallo,
ich nutze YAG 3.2.6 und TYPO3 6.2.3. Die Gallery-Ext. YAG funktioniert super.
Wenn ich allerdings per [SYS][displayErrors] mir die PHP-Fehlermeldungen anzeigen lasse kommt so was:
PHP Warning
PHP Warning: include_once(./typo3conf/ext/anpassungen_t3/user_classes.php): failed to open stream: No such file or directory in /kunden/279045_32657/webseiten/_typo3_src/typo3_src-6.2.3/typo3/sysext/cms/tslib/index_ts.php line 220
PHP Warning
PHP Warning: include_once(): Failed opening './typo3conf/ext/anpassungen_t3/user_classes.php' for inclusion (include_path='/kunden/279045_32657/webseiten/stodtmeister/typo3/contrib/pear/:.:/usr/local/lib/php') in /kunden/279045_32657/webseiten/_typo3_src/typo3_src-6.2.3/typo3/sysext/cms/tslib/index_ts.php line 220
Liegt das an meinem Hoster Domainfactory (managed server) oder warum kommt die Meldung? Die Gallery funktioniert. Alles bestens, außer realURL. Würde mich nicht stören bei [SYS][displayErrors] =0 aber warum kommt nur dieser Fehler. Denke mal ist nicht optimal. Woran könnte das liegen?
Hier die entsprechende Codezeile /sysext/cms/tslib/index_ts.php
.
// LIBRARY INCLUSION, TypoScript
$temp_incFiles = \TYPO3\CMS\Frontend\Page\PageGenerator::getIncFiles();
foreach ($temp_incFiles as $temp_file) {
include_once './' . $temp_file; // DIESE HIER IST LINE 220
}
..
More information about the TYPO3-german
mailing list