Actions
Bug #69703
closedStory #69617: FormEngine bugs
Media content elements can't be created or edited
Start date:
2015-09-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Opening a "Media" content element will result in an exception: #1347135546: $haystack can not be interpreted as string
.
How to reproduce:
Install EXT:mediace and create a "Media" CE anywhere.
After some investigation I found out that $itemConfig[2]
is NULL. The whole itemConfig array is built like this:
array(4 items) 0 => 'Video' (5 chars) 1 => 'video' (5 chars) 2 => NULL 3 => NULL
Actions