Project

General

Profile

Actions

Bug #100024

closed

PHP Warning: Undefined array key "showResultsNumbersWrap"

Added by Peter Linzenkirchner about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Start date:
2023-02-24
Due date:
% Done:

100%

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

Description

In typo3/sysext/frontend/&Classes/Plugin/AbstractPlugin.php on line 684:

if ($wrapper['showResultsNumbersWrap']) {

This throws an PHP Warning:

PHP Warning: Undefined array key "showResultsNumbersWrap" in /Volumes/web/src/typo3_src-11.5.24/typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php line 684

Valid possibility:

if (!empty($wrapper['showResultsNumbersWrap'])) {
Actions #1

Updated by Thomas Hohn about 1 year ago

  • Assignee set to Thomas Hohn
  • Target version set to Candidate for Major Version
Actions #2

Updated by Gerrit Code Review about 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77942

Actions #3

Updated by Gerrit Code Review about 1 year ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77942

Actions #4

Updated by Gerrit Code Review about 1 year ago

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77957

Actions #5

Updated by Thomas Hohn about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack about 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF