[TYPO3-dev] Develop Log Extension shows deprecation notice for core

Bernhard Kraft kraftb at kraftb.at
Thu Jan 7 14:44:36 CET 2010


Cyrill Helg schrieb:

> 	t3lib_div::fixed_lgd() - since TYPO3 4.1 - Works ONLY for single-byte 
> charsets! Use t3lib_div::fixed_lgd_cs() instead - SC_file_list->main#431 // 
> fileList->generateList#288 // fileList->getTable#143 // fileList-
>> formatFileList#252 // ux_fileList->linkWrapFile#511 // 
> t3lib_div::fixed_lgd#45 // t3lib_div::logDeprecatedFunction#535 
> (typo3_src/t3lib/class.t3lib_div.php#534)
> 
> Is this a typo3 core bug?

Hello !

No. This is no core bug. All usages of deprecated functions are removed in
the core (or at least should be). There is some XCLASS extending your
filelist module - in above posted deprecation log message you can read:

ux_fileList->linkWrapFile#511

This "ux_fileList" is an XCLASS to the fileList module. Easiest way to find
out which extension causes this would be to use Tools>Configuration and
select "TYPO3_CONF_VARS" in the drop-down at the top. then "BE" -> "XCLASS"

There you can select to show configures XCLASSES and find out which
extension causes this deprecation log entry.

And of course you can turn of deprecation log entries in the install tool.



greets,
Bernhard





More information about the TYPO3-dev mailing list