Hallo


Fatal error: Call to undefined method
TYPO3\CMS\Core\Utility\GeneralUtility::readLLXMLfile() in
/html/typo3/typo3conf/ext/chgallery/pi1/class.tx_chgallery_pi1_wizicon.php
on line 65

IN der genannten Datei siehts ab Zeile 65 so aus



$wizardItems['plugins_tx_chgallery_pi1'] = array(

'icon'=>t3lib_extMgm::extRelPath('chgallery').'pi1/ce_wiz.gif',
                             'title'=>$LANG->getLLL('pi1_title',$LL),

'description'=>$LANG->getLLL('pi1_plus_wiz_description',$LL),
'params'=>'&defVals[tt_content][CType]=list&defVals[tt_content][list_type]=chgallery_pi1'

                         );




falsch... Zeile 65 sieht so aus:

function includeLocalLang()     {
                                                $llFile = 
t3lib_extMgm::extPath('chgallery').'locallang.xml';
$LOCAL_LANG = t3lib_div::readLLXMLfile($llFile, $GLOBALS['LANG']->lang);
                                                
                                                return $LOCAL_LANG;
                                        }


wenn man readLLXMLfile durch readLLfile ersetzt gehts ..



Anschliessend funzt die Extension chgallery UND das anlegen von CE im Backend :-)


Gruss
Philipp




_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an