Quantcast
Channel: TYPO3 bugtracker - ISSUES
Viewing all articles
Browse latest Browse all 46

0018648: evalValues "hook" error messages not displayed

$
0
0
I have to reopen Issue 0012291 , because it seems that a similar problem now accurs with last Version of sr_feuser_register (3.0.1).

The Errormessages now get called in this structure:

if (!$test) {
$this->inError[$theField] = TRUE;
$failureMsg[$theField][] =
$this->getFailureText(
$theField,
$theCmd,
'evalErrors_' . $theCmd,
$countArray['hook'][$theCmd],
$cmd,
$bInternal
);
}

The Problem ist that $test is hardcoded to TRUE in LIne 783. Therefore the Errromessages never get displayes.

Solution: change Line 783 from:
$test = TRUE;
to
$test = FALSE;

Viewing all articles
Browse latest Browse all 46

Latest Images

Trending Articles





Latest Images