Hallo Liste!
 
Ich habe seit der Version 6.1.0 das Problem, das ich keine Inhaltselemente mehr 
vom Typ "Media" anlegen kann. Der Vorgang wird mit einem Fatal-Error 
abgebrochen.
Auch ein Update auf 6.1.1 bringt keine Lösung.

"Call to undefined method 
TYPO3\CMS\Backend\Form\ElementConditionMatcher::setRecord() in 
....typo3_src-6.1.1/typo3/sysext/backend/Classes/Form/FormEngine.php on line 
5954"
 
Was mich wundert ist, dass im Code folgendes passiert.

$elementConditionMatcher = 
\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Form\\ElementConditionMatcher');
$elementConditionMatcher->setRecord($row);
$elementConditionMatcher->setFlexformValueKey($ffValueKey);
return $elementConditionMatcher->match($displayCond);
 
 
TYPO3\CMS\Backend\Form\ElementConditionMatcher hat allerdings weder eine 
Methode "setRecord", noch eine Methode "setFlexformValueKey" und erweitert auch 
keine andere Klasse.
 
 
Funktioniert das überhaupt bei irgendjemanden??
 
 
Gruß, David.
 
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an