Wäre schön gewesen, aber leider nicht :( -- <?php defined('TYPO3_MODE') or die(); if (\TYPO3\CMS\Core\Utility\VersionNumberUtility::convertVersionNumberToInteger (\TYPO3\CMS\Core\Utility\VersionNumberUtility::getNumericTypo3Version()) > 7005000 && \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('rtehtmlarea') ) { $additionalColumns = [ 'static_lang_isocode' => [ 'exclude' => 0, 'label' => 'LLL:EXT:rtehtmlarea/Resources/Private/Language/locallang_db.xlf:tx_rtehtmla rea_acronym.static_lang_isocode', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', 'items' => [ ['', 0], ], 'foreign_table' => 'static_languages', 'foreign_table_where' => 'ORDER BY static_languages.lg_name_en', //'itemsProcFunc' => SJBR\StaticInfoTables\Hook\Backend\Form\FormDataProvider\TcaSelectItemsProce ssor::class. '->translateLanguagesSelector', 'itemsProcFunc' => 'SJBR\StaticInfoTables\Hook\Backend\Form\FormDataProvider\TcaSelectItemsProc essor->translateLanguagesSelector, 'size' => 1, 'minitems' => 0, 'maxitems' => 1, 'wizards' => [ 'suggest' => [ 'type' => 'suggest', 'default' => [ 'receiverClass' => SJBR\StaticInfoTables\Hook\Backend\Form\Wizard\SuggestReceiver::class ] ] ] ] ] ];
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('tx_rtehtm larea_acronym', $additionalColumns); \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('tx_rte htmlarea_acronym', 'static_lang_isocode'); } -- -----Ursprüngliche Nachricht----- Von: typo3-german-boun...@lists.typo3.org [mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von Peter Linzenkirchner Gesendet: Donnerstag, 5. November 2015 15:18 An: German TYPO3 Userlist Betreff: Re: [TYPO3-german] TYPO3-Fehler Hallo Björn, probier es aus. Der Fehler ist in der Zeile: 'itemsProcFunc' => SJBR\StaticInfoTables\Hook\Backend\Form\FormDataProvider\TcaSelectItemsProce ssor::class. ' ->translateLanguagesSelector', die im Patchset durch die hier ersetzt wurde: 'itemsProcFunc' => 'SJBR\\StaticInfoTables\\Hook\\Backend\\Form\\FormDataProvider\\TcaSelectIte msProcessor ->translateLanguagesSelector, Das ist ein völlig anderer Klassenaufruf - dürfte also nicht nur an PHP 5.3 liegen. Peter > Am 05.11.2015 um 15:05 schrieb Björn Hahnefeld <b.hahnef...@nal-vonminden.com>: > > Hallo Peter, > > so ganz scheint die Fehlermeldung insofern nicht zu passen, weil wir > PHP > 5.4.6 einsetzen?!? > > Viele Grüße > > Björn > > -----Ursprüngliche Nachricht----- > Von: typo3-german-boun...@lists.typo3.org > [mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von Peter > Linzenkirchner > Gesendet: Donnerstag, 5. November 2015 15:00 > An: German TYPO3 Userlist > Betreff: Re: [TYPO3-german] TYPO3-Fehler > > Hallo Björn, > > https://forge.typo3.org/issues/71263 > > Gruß > Peter > > >> Am 05.11.2015 um 14:52 schrieb Björn Hahnefeld > <b.hahnef...@nal-vonminden.com>: >> >> Hallo zusammen, >> >> >> >> mich beschäftigt gerade ein Fehler, der die ganze Webseite lahm legt: >> >> >> >> -- >> >> [Thu Nov 05 14:50:47.143418 2015] [fcgid:warn] [pid 8511] [client >> xxx.xxx.xxx.xxx:56728] mod_fcgid: stderr: PHP Parse error: syntax >> error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) >> or variable >> (T_VARIABLE) or '{' or '$' in >> /var/www/vhosts/cms.domain.tld/httpdocs/typo3conf/ext/static_info_tab >> l es/Con figuration/TCA/Overrides/tx_rtehtmlarea_acronym.php on line >> 18 >> >> -- >> >> >> >> Hat jemand eine Idee, woran das liegen könnte und wie ich das fixen kann? >> >> >> >> Viele Grüße >> >> >> >> Björn >> >> _______________________________________________ >> TYPO3-german mailing list >> TYPO3-german@lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german > > > > -- > Xing: http://www.xing.com/profile/Peter_Linzenkirchner > Web: http://www.typo3-lisardo.de > Facebook: http://tinyurl.com/lisardo-multimedia > > _______________________________________________ > TYPO3-german mailing list > TYPO3-german@lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german > > _______________________________________________ > TYPO3-german mailing list > TYPO3-german@lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german -- Xing: http://www.xing.com/profile/Peter_Linzenkirchner Web: http://www.typo3-lisardo.de Facebook: http://tinyurl.com/lisardo-multimedia _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german