Project

General

Profile

Actions

Bug #49327

closed

PHP Warning on logout: Illegal string offset 'uid' in AjaxLoginHandler.php on line 90

Added by Chris topher almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-06-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

When the Backend session times out the login handler is called. This gives the following PHP warning:

Illegal string offset 'uid' in typo3\sysext\backend\Classes\AjaxLoginHandler.php on line 90

The problem is this condition:
if ($GLOBALS['BE_USER']->user['uid']) { // Do something } else { // Do something else

The same solution might also solve #49328.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #49328: PHP Warning: Illegal string offset 'uid' in BackendUserAuthentication.php on line 2064Closed2013-06-21

Actions
Related to TYPO3 Core - Bug #59364: Illegal string offset 'uid' in TypoScriptFrontendController.php line 1281Closed2014-06-05

Actions
Actions

Also available in: Atom PDF