Project

General

Profile

Actions

Bug #28523

closed

Problems with new Card Layout in backend modules

Added by Philipp Gampe over 12 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-07-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

PHP Warning: explode() expects parameter 2 to be string, array given in t3lib/class.t3lib_div.php line 1430
PHP Warning: array_map() [function.array-map]: Argument #2 should be an array in t3lib/class.t3lib_div.php line 1432
PHP Warning: Invalid argument supplied for foreach() in t3lib/class.t3lib_loadmodules.php line 409

This is due to 120d38d [FEATURE] Speed-up Backend with CardLayout.

There a new array is introduced inside GLOBALS['TBE_MODULES'] and called ['_JSINIT'].

However $GLOBALS['TBE_MODULES'] should only contain strings (at least this is assumed by the code in t3lib_loadmodules). ['_JSINIT'] is an array and thus leads to those warnings.

I am not sure how to fix this easily. Anyone?


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Task #28590: Backport some changes for 4.6 to 4.5 as discussed before (related to Cardlayout)Rejected2011-07-30

Actions
Related to TYPO3 Core - Task #30645: Revert "[FEATURE] Speed-up Backend with CardLayout"ClosedXavier Perseguers2011-10-08

Actions
Follows TYPO3 Core - Feature #12664: Idea about faster loading modulesClosedKay Strobach2011-01-31

Actions
Actions

Also available in: Atom PDF