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
Updated by Morton Jonuschat about 9 years ago
- Sprint Focus set to On Location Sprint
Updated by Loek Hilgersom about 9 years ago
I cannot reproduce this with current master, looks like this has been fixed with https://forge.typo3.org/issues/69707
Updated by Mathias Brodala about 9 years ago
- Status changed from New to Resolved
Yep, fixed with #69707.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions