Actions
Bug #89172
closedIntegrity check for redirects faulty
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Reports
Target version:
-
Start date:
2019-09-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Fresh TYPO3 v10.1-dev installation (branch master
, commit ID 3cb5ff17ad).
When accessing module SYSTEM ➜ Reports, an exception is thrown (related to the newly implemented integrity check for redirects):
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/htdocs/typo3/sysext/redirects/Classes/Report/Status/RedirectStatus.php line 49
I assume, this is related to:
- Review 61627
- Forge 89090 and Forge 89115
- Function call
getConflictingRedirects()
Reverting patch 7de102ce49da90047c2d54ff2545aa000f4ec508
allows BE users to access the Reports module again.
See attached video for clarification.
Files
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61705
Updated by Andreas Fernandez about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c39bdf422b1693f5da358a77bb8be357bc96c303.
Actions