Project

General

Profile

Bug #69703

Updated by Andreas Kienast over 8 years ago

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: 

 <pre>array(4 items) 
    0 => 'Video' (5 chars) 
    1 => 'video' (5 chars) 
    2 => NULL 
    3 => NULL</pre>

Back