Bug #25462
one more deprecated message
| Status: | New | Start date: | 2011-03-30 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Hi Georg,
seems I overlooked one thing last time:
error message from log:
11-03-11 11:07: t3lib_div::fixed_lgd_pre() - since TYPO3 4.1, will be removed in TYPO3 4.6 - Use t3lib_div::fixed_lgd_cs() instead (with negative input value for $chars) - tx_chgallery_wizard->main#377 // t3lib_div::fixed_lgd_pre#342 // t3lib_div::logDeprecatedFunction#627 (3_src-4.5.2/t3lib/class.t3lib_div.php#626)
here's the fix. line 342 in wizards/subdir.php:
old:
.$LANG->sL('LLL:EXT:lang/locallang_core.xml:labels.path').': '.t3lib_div::fixed_lgd_pre($this->pageinfo['_thePath'], 50);
new:
.$LANG->sL('LLL:EXT:lang/locallang_core.xml:labels.path').': '.t3lib_div::fixed_lgd_cs($this->pageinfo['_thePath'], -50);
History
Updated by Jan Schreier over 1 year ago
in file chgallery/pi1/class.tx_chgallery_pi1_wizicon.php
t3lib_div::readLLXMLfile
has to be repalced with
t3lib_l10n_parser_Llxml::getParsedData
this is the sort of error message i just got for tt_news but the same problem exists for chgallery.