[TYPO3-german] chgallery mit TYPO3 6.0.x

Philipp Holdener philipp.holdener at me.com
Mon Apr 29 15:06:37 CEST 2013


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






More information about the TYPO3-german mailing list