Project

General

Profile

Actions

Bug #62263

closed

eID gives Invalid argument supplied for foreach() RootlineUtility.php line 271

Added by Job Rutgers over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-10-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I get a warning when I use an eID

PHP Warning: Invalid argument supplied for foreach() in typo3/sysext/core/Classes/Utility/RootlineUtility.php line 271

I use the following settings

$TSFE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController', $GLOBALS['TYPO3_CONF_VARS'], 0, 0);
\TYPO3\CMS\Frontend\Utility\EidUtility::initLanguage();
$TSFE->initFEuser();
$TSFE->set_no_cache();
$TSFE->checkAlternativeIdMethods();
$TSFE->determineId();
$TSFE->initTemplate();
$TSFE->getConfigArray();
\TYPO3\CMS\Core\Core\Bootstrap::getInstance();
$TSFE->cObj = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer');
$TSFE->settingLanguage();
$TSFE->settingLocale();

Actions

Also available in: Atom PDF