Project

General

Profile

Actions

Bug #43148

closed

Workspace Notifications

Added by Andreas Dolleschal over 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2012-11-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #43088: No mails and an error when switching to liveClosedMarco Bresch2012-11-19

Actions
Actions #1

Updated by Oliver Hader over 11 years ago

  • Status changed from New to Needs Feedback

Did you narrow down, which method provides a faulty array?

Actions #2

Updated by Andreas Dolleschal over 11 years ago

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()

Actions #3

Updated by Daniel Corn over 11 years ago

Is this related to #42948? Or maybe even the reason for those issues?

Actions #4

Updated by Stefan Horenkamp over 11 years ago

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?

Actions #5

Updated by Martin Kästner over 11 years ago

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

Actions #6

Updated by Marco Bresch over 11 years ago

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. :-/

Actions #7

Updated by Martin Kästner over 11 years ago

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. ;-)

Actions #8

Updated by Martin Kästner about 11 years ago

And??? Nothing happend? Or it is only not visible in this Bug?

bye
Martin

Actions #9

Updated by Jigal van Hemert almost 11 years ago

  • Status changed from Needs Feedback to Closed

The duplicating issue is resolved.

Actions

Also available in: Atom PDF