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

Support #36533

Notification fails with typo3 4.7 due to deprecated function call

Added by d-nik about 1 year ago. Updated 2 months ago.

Status:New Start date:2012-04-24
Priority:Should have Due date:
Assignee:- % Done:

30%

Category:Frontend Plugin
Target version:1.1
TYPO3 Version:4.7 Has patch:No
PHP Version:5.3
Votes: 1 (View)

Description

As with typo3 4.7., the old HTML-Mailing Engine finally got removed. So the call of t3lib_htmlmail does not work.

Future Versions of elemente_fenews should support the new Swiftmailer API

Greetings (and thanks for this great ext!),

d-nik

class.tx_elementefenews_pi1.php-120427.patch (7 kB) d-nik , 2012-04-27 17:53

class.tx_elementefenews_pi1.php-120427-2.patch (7 kB) d-nik , 2012-04-27 18:14

History

Updated by d-nik about 1 year ago

Hi,

I've created a patch to class.tx_elementefenews_pi1.php to use the new Mailing Engine if using t3 version > 4.5.10.
I think it works but please test it ...

Regards,

d-nik

Updated by d-nik about 1 year ago

Sorry, some typos in class.tx_elementefenews_pi1.php-120427.patch, added a second one ...

d-nik

Updated by Daniel 2 months ago

The patch uses the deprecated function t3lib_div::makeInstanceClassName, should be replaced by t3lib_div::makeInstance

Updated by d-nik 2 months ago

Hi Daniel,

thanks for your response. Yes the patch uses t3lib_div::makeInstanceClassName, but only for Versions < 4.5.10. Nonetheless the function could be replaced by t3lib_div::makeInstance.

Greetings, d-nik

Also available in: Atom PDF