Bug #43148
closed
Added by Andreas Dolleschal about 12 years ago.
Updated over 11 years ago.
Description
Notfications for sending elements to Review produce an Error "Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2".
The reason is that function notifyStageChange() in file typo3/sysext/version/class.tx_version_tcemain.php needs an simple array with eMail-Adresses but one of the functions providing that array delivers a multi-dimension array.
Quick Fix:
Change all $recipientData['email'] to $recipientData['email']['email'] in that function.
- Status changed from New to Needs Feedback
Did you narrow down, which method provides a faulty array?
Oliver Hader wrote:
Did you narrow down, which method provides a faulty array?
No sorry. I just fixed it for my customer, but i would guess getEmailsForStageChangeNotification()
Is this related to #42948? Or maybe even the reason for those issues?
No this bug is not releated to #42948. I've implented the patches from #42948 but I still see the errors if I will change the stage.
Only these changes will resolve the problem:
Change all $recipientData['email'] to $recipientData['email']['email'] in that function.
Daniel Corn wrote:
Is this related to #42948? Or maybe even the reason for those issues?
Hi,
I think this Bug ist related to #43088...
And there is a patch set which seems the solution:
Patch set 2 for branch version_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12045
I don't know why it is not already in the master, it looks good to me.
I tried to resend this changes via gerrit, but I didn't get it pushed, always a wrong email address.
bye
Martin
Jepp, that was my fault and a big sorry for that failure!!!! I informed Steffen Ritter as release manager about this mistake.
The Problem: A patch in workspaces depends on a patch in version. I submitted both but I did not realize that the patch in version was rejected by Gerrit. :-/
Thanks for your fast reply, Marco.
Hope it is in the next versions...
bye
Martin
ps. it is too complicated to track too many changes in my core at once. ;-)
And??? Nothing happend? Or it is only not visible in this Bug?
bye
Martin
- Status changed from Needs Feedback to Closed
The duplicating issue is resolved.
Also available in: Atom
PDF