CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #7032

Deprecated function fixed_lgd & fixed_lgd_pre in backend module

Added by Hauke Hain about 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:2010-03-27
Priority:Could have Due date:
Assignee:- % Done:

100%

Category:Backend Module
Target version:1.9.0 Estimated time:1.00 hour
Votes: 0

Description

The following notice shouldn't appear in the deprecation log anymore:

27-03-10 19:28: t3lib_div::fixed_lgd_pre() - since TYPO3 4.1 - Use either fixed_lgd() or fixed_lgd_cs() (with negative input value for $chars) - tx_mmforum_module1->main#1163 // t3lib_div::fixed_lgd_pre#211 // t3lib_div::logDeprecatedFunction#562 (3_src-4.3.2/t3lib/class.t3lib_div.php#561)
27-03-10 19:28: t3lib_div::fixed_lgd() - since TYPO3 4.1 - Works ONLY for single-byte charsets! Use t3lib_div::fixed_lgd_cs() instead - tx_mmforum_module1->main#1163 // t3lib_div::fixed_lgd_pre#211 // t3lib_div::fixed_lgd#564 // t3lib_div::logDeprecatedFunction#535 (3_src-4.3.2/t3lib/class.t3lib_div.php#534)
27-03-10 19:28: t3lib_div::fixed_lgd_pre() - since TYPO3 4.1 - Use either fixed_lgd() or fixed_lgd_cs() (with negative input value for $chars) - tx_mmforum_module1->main#1163 // t3lib_div::fixed_lgd_pre#211 // t3lib_div::logDeprecatedFunction#562 (3_src-4.3.2/t3lib/class.t3lib_div.php#561)
27-03-10 19:28: t3lib_div::fixed_lgd() - since TYPO3 4.1 - Works ONLY for single-byte charsets! Use t3lib_div::fixed_lgd_cs() instead - tx_mmforum_module1->main#1163 // t3lib_div::fixed_lgd_pre#211 // t3lib_div::fixed_lgd#564 // t3lib_div::logDeprecatedFunction#535 (3_src-4.3.2/t3lib/class.t3lib_div.php#534)

I would like to see it in 1.9.0

Associated revisions

Revision 32035
Added by Martin Helmich about 3 years ago

[#BUGFIX] Removed deprecated function calls (fixes #7032)
[#BUGFIX] Fixed JS errors in backend module (fixed #7034)

Revision 875f8156
Added by Martin Helmich about 3 years ago

[#BUGFIX] Removed deprecated function calls (fixes #7032)
[#BUGFIX] Fixed JS errors in backend module (fixed #7034)

git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@32035 735d13b6-9817-0410-8766-e36946ffe9aa

History

Updated by Hauke Hain about 3 years ago

By the way: I also got this one:

29-03-10 01:09: t3lib_DB->sql() - since TYPO3 3.6, will be removed in TYPO3 4.5 - require#80 // tslib_fe->INTincScript#448 // tslib_fe->INTincScript_process#3175 // tslib_cObj->USER#3236 // tslib_cObj->callUserFunction#789 // call_user_func_array#6626 // tx_mmforum_pi1->main# // tx_mmforum_pi1->post_edit#310 // tx_mmforum_indexing->delete_topic_ind_date#3127 // t3lib_DB->sql#269 // t3lib_div::logDeprecatedFunction#810 (3_src-4.3.2/t3lib/class.t3lib_db.php#809)

Updated by Martin Helmich about 3 years ago

  • Status changed from New to Accepted
  • Estimated time set to 1.00

Should not be much of an issue to fix this...

Updated by Martin Helmich about 3 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r32035.

Also available in: Atom PDF