Bug #32264
Replace deprecated functions
| Status: | Resolved | Start date: | 2011-12-02 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Ivan Dharma Kartolo | % Done: | 100% |
|
| Category: | Bug | Spent time: | - | |
| Target version: | 2.9 | |||
| Votes: | 0 |
Description
Hi Guys,
after updating to TYPO3 4.6.1 direct_mail throws deprecation log messages
02.12.11 10:01: t3lib_htmlmail->__construct() - since TYPO3 4.5, this method will be removed in TYPO3 4.7. Use t3lib_mail instead. - include#121 // tx_scheduler->executeTask#47 // tx_directmail_scheduler->execute#173 // t3lib_div::makeInstance#70 // t3lib_htmlmail->__construct#4926 // t3lib_div::logDeprecatedFunction#183 (c-4.6.1/t3lib/class.t3lib_htmlmail.php#182) 02.12.11 10:01: t3lib_div::intInRange() - since TYPO3 4.6, will be removed in TYPO3 4.8 - Use t3lib_utility_Math::forceIntegerInRange() instead - include#121 // tx_scheduler->executeTask#47 // tx_directmail_scheduler->execute#173 // dmailer->runcron#72 // dmailer->dmailer_prepare#836 // t3lib_div::intInRange#155 // t3lib_div::logDeprecatedFunction#862 (c-4.6.1/t3lib/class.t3lib_div.php#861)
History
Updated by Olivier Dobberkau over 1 year ago
- Status changed from New to Needs Feedback
- Priority changed from Must have to Could have
- Target version set to 2.9
DirectMail support currently TYPO3 Version 4.4.
We know about Issues with 4.5 and we aim to solve them.
As this is an opensource project we urge you to send us a patch if you want this issue to be solved or if you are not a coder to invest so budget to help us find the time to do so.
Updated by Ivan Dharma Kartolo over 1 year ago
- Status changed from Needs Feedback to Resolved
- Assignee set to Ivan Dharma Kartolo
- % Done changed from 0 to 100
fixed in r55578
the t3lib_htmlmail->__construct() will be fixed once we move to swiftmailer