Project

General

Profile

Actions

Bug #80917

closed

Backend: Uncaught TYPO3 Exception in FrontendGroupRestriction constructor if $GLOBALS['TSFE']->gr_list is null

Added by Wolfgang Klinger about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-04-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Exception in the backend (where there is no GLOBALS[TSFE] anyway) when saving a news record

explode() expects parameter 2 to be string, null given 

TypeError thrown in file
…vendor/typo3/cms/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendGroupRestriction.php in line 36.

There's no check for either $this->getEnvironmentMode() === 'FE' or if the value is a string before using explode

$this->frontendGroupIds = $frontendGroupIds === null ? explode(',', $GLOBALS['TSFE']->gr_list) : $frontendGroupIds;

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #87125: FrontendGroupRestriction class explode-Error in constructorRejected2018-12-11

Actions
Is duplicate of TYPO3 Core - Bug #79354: PageRepository::getPage fails in Backend contextRejected2017-01-17

Actions
Actions

Also available in: Atom PDF