Actions
Bug #71754
closedIndexed Search: Fatal error: Call to a member function getDocHeaderComponent() on null
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In the indexed_search backend module, you can delete an indexed page from index by clicking on the recycle bin icon.
When you do this, the following error happens:
PHP Fatal error:
Call to a member function getDocHeaderComponent() on null in /typo3/sysext/indexed_search/Classes/Controller/AdministrationController.php on line 93
Updated by Gerrit Code Review about 9 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/44862
Updated by Mathias Schreiber about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cdc8fca10dfe857b5c54a2da74cd88f2a89b8828.
Actions