Actions
Feature #16424
closedMissing sheets inclusion in flexforms?
Start date:
2006-08-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
According to tutorial http://typo3.org/documentation/document-library/core-documentation/doc_core_api/current/view/7/1/
In flexforms, we should be allowed to include sheets like this :
<T3DataStructure>
<sheets>
<sDEF>fileadmin/sheets/default_sheet.xml</sDEF>
<s_welcome>fileadmin/sheets/welcome_sheet.xml</s_welcome>
</sheets>
</T3DataStructure>
But when trying to include a sheet, it outputs in BE the following error when accessing plug in configuration :
Fatal error: Cannot use string offset as an array in D:\ITC\typo3-2\htdocs\typo3wamp\t3lib\class.t3lib_tceforms.php on line 2136
(issue imported from #M3969)
Files
Actions