Actions
Bug #66309
closedRefindex fixer: crash with broken flexform on deleted page
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
$ php typo3/cli_dispatch.phpsh lowlevel_refindex -c PHP Fatal error: Cannot use string offset as an array in typo3_src/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php on line 162
This happens on a deleted page which contains "broken" flexform XML due to the fact that fluidpages changed its structure in the meantime.
Normally I'd simply go into the typo3 backend, edit the page properties and save - and the error is gone.
But this here is a deleted page which I can't reach so easily from within the backend.
TYPO3's refindex checker should probably skip deleted records.
Actions