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

Bug #5125

Service tx_caretaker_ping: Marker not replaced in error messages

Added by Martin Kuster over 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:2009-10-26
Priority:-- undefined -- Due date:
Assignee:- % Done:

100%

Category:-
Target version:-
Votes: 0

Description

If the ping service execution fails, the markers in the error-msg are not replaced:

Msg looks like:
"*1 Test Ping Host1 Ping command (###VALUE_COMMAND###) failed with Message: ###VALUE_RESULT### * Pings the host."

5125.patch (987 Bytes) Martin Kuster, 2009-10-26 17:50

5125v2.patch (1.8 kB) Martin Kuster, 2009-10-27 11:07

Associated revisions

Revision 25893
Added by Martin Ficzel over 3 years ago

Applied patch for #5125 from Martin Kuster (Service tx_caretaker_ping: Marker not replaced in error messages). Fixes #5125.

History

Updated by Martin Kuster over 3 years ago

Problem is a wrong key-value for the info_array when creating the error message. Should be 'values' not 'value'.
(Defined in tx_caretaker_TestResult->getLocallizedMessage() line 125)

Attached patch fixes that.

Updated by Martin Kuster over 3 years ago

v2 also fixes a problem with wrong marker in LL-file: (should be VALUE_MESSAGE, not VALUE_RESULT)

Updated by Martin Ficzel over 3 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r25893.

Also available in: Atom PDF