Bug #49327
closedPHP Warning on logout: Illegal string offset 'uid' in AjaxLoginHandler.php on line 90
100%
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.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21569
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21570
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/21571
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/21572
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/21573
Updated by Markus Klein over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 426e319296f920060dde4de8a8c4dd799e795a46.