direct_mail
direct_mail copied to clipboard
TtnewsPlaintextHook requires class.tx_directmail_pi1.php which is no longer there
https://github.com/kartolo/direct_mail/blob/2632e1dc36ba784bcea9402ee6b0f4eb6ecfae7e/Classes/Hooks/TtnewsPlaintextHook.php#L20
I agree with that, I got fatal error on my upgraded project.
I get the fatal error now. The require_once path in Classes/Hooks/TtnewsPlaintextHook.php has set to Classes/Plugin/DirectMail.php. Or?
tt_news is not dead ;-)
@stephangrass @sgrossberndt would you help to fix? I could guide you.
Sorry, no time to fix this currently. The patch would also have to fix the several other occurrences of pi1/class.tx_directmail_pi1.php
in the code (e.g. DirectMail->scriptRelPath
. Also it should be tested whether the manual require is needed any longer at all and whether the instantiation in TtnewsPlaintextHook->extraCodesProcessor()
works without issues in current TYPO3 versions any longer.
Agree. Also documentation must be updated