Actions
Bug #23347
closedMissleading Error with Emtpy USER_INT: Catchable fatal error: Argument 1 passed to tslib_cObj::includeLibs() must be an array
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When having an empty USER_INT in your TS, you get an missleading error Message:
PHP Catchable Fatal Error: Argument 1 passed to tslib_cObj::includeLibs() must be an array, null given.
Create an empty page and add this TS to the page:
page = PAGE
page.10 = TEXT
page.10.value = Huhu 1
page.20 = USER_INT
page.30 = TEXT
page.30.value = Huhu 2
See also bug id 10045
(issue imported from #M15345)
Actions