[TYPO3-UG Dutch] fundamentele discussie over backwards compatibility
Ronald Wopereis
woepwoep at gmail.com
Fri Oct 5 01:21:21 CEST 2012
gents,
er moet mij iets van het hart.
en dat is de manier waarop het utf-8 is doorgedrukt.
ik kan er niet zo goed bij waarom php functies uit typo3 geknikkerd worden.
een van mijn compagnons kon in ene geen CE meer toevoegen,
in de apache2 log vond ik dit:
[Thu Oct 04 22:54:53 2012] [error] [client 85.191.93.30] PHP Fatal error:
Call to undefined method tx_jfmulticontent_pi1_wizicon::getCharset() in
/usr/share/typo3/typo3_src-4.7.4/t3lib/l10n/parser/class.t3lib_l10n_parser_llxml.php
on line 55, referer:
http://red-seadog.black-seadog.nl/typo3conf/ext/templavoila/mod1/index.php?id=974
dit heb ik opgelost door:
gedoe met blanco scherm bij nieuwe CE opgelost door:
file :
/usr/share/typo3/typo3_src-4.7.4/t3lib/l10n/parser/class.t3lib_l10n_parser_llxml.php
wijziging op regel 55:
//RW $this->charset = $this->getCharset($languageKey, $charset);
$this->charset = 'utf-8';
nu vraag ik jullie:
dit kan toch niet de bedoeling zijn?
graag jullie professionele reacties.
R
--
http://about.me/woepwoep
More information about the TYPO3-UG-Dutch
mailing list