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
Actions