[TYPO3-install] Re: Problem with libxml2 > 2.6

Bernhard Marx bernhard.marx at marxdesign.de
Sat Dec 14 10:10:10 CET 2013


Dear Benjamin,

thanks for your reply...

I can NOT really identify DCE for the cause...

The exception is "iterating" through different files... 
Now even a typo3 core file

15 TYPO3\CMS\Core\Localization\Parser\AbstractXmlParser::parseXmlFile()

/var/www/wfg/typo3/sysext/core/Classes/Localization/Parser/AbstractXmlParser.php:
00073:   }
00074:   $LOCAL_LANG = array();
00075:   $LOCAL_LANG[$languageKey] = $this->parseXmlFile();
00076:   return $LOCAL_LANG;
00077:  }

14 TYPO3\CMS\Core\Localization\Parser\AbstractXmlParser::getParsedData("/var/www/wfg/typo3/sysext/viewpage/Resources/Private/Language/locallang_mod.xlf", "default", "utf-8")

/var/www/wfg/typo3/sysext/core/Classes/Localization/LocalizationFactory.php:
00109:    $parser = $this->store->getParserInstance($fileReference);
00110:    // Get parsed data
00111:    $LOCAL_LANG = $parser->getParsedData($this->store->getAbsoluteFileReference($fileReference), $languageKey, $charset);
00112:    // Override localization
00113:    if (!$isLocalizationOverride && isset($GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride'])) {

I assume that it it has to deal with a problem with libxml2 > 2.6 (It's now 2.8 on my server)...

Thanks Bernhard




More information about the TYPO3-install mailing list