Project

General

Profile

Actions

Bug #98082

closed

Warning: Trying to access array offset on value of type null on password reset

Added by Christoph Erdmann almost 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-08-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using backend password reset functionality an exception is thrown on hitting the submit button.

This applies to TYPO3 11.5.13 and PHP 8.0 (11.5.13 on PHP 7.4 works fine).

Steps to reproduce:

  • Log out
  • Go to password reset page
  • Enter e-mail address
  • Hit submit button

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: Trying to access array offset on value of type null in /some/path/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php line 1501

This exception is thrown while checking backend user file mounts.


Files

array_offset.jpg (242 KB) array_offset.jpg Christoph Erdmann, 2022-08-05 09:54

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #98113: Trying to access array offset on value of type null in BackendUserAuthentication.phpClosedMarkus Klein2022-08-10

Actions
Actions #1

Updated by Torben Hansen over 1 year ago

  • Related to Bug #98113: Trying to access array offset on value of type null in BackendUserAuthentication.php added
Actions #2

Updated by Torben Hansen over 1 year ago

  • Status changed from New to Closed

I'm closing the issue, since it is resolved with #98113

Actions

Also available in: Atom PDF