Bug #75866
closedFatal error: Argument to convertPlainArrayToTypoScriptArray() must be of the type array, null given
100%
Description
When adding the plugin "Indexed Search (Extbase & Fluid based)" to a page and viewing it in the frontend (without any further TypoScript configuration), I get a fatal error:
#1: PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Extbase\Service\TypoScriptService::convertPlainArrayToTypoScriptArray() must be of the type array, null given, called in .../typo3/sysext/indexed_search/Classes/Controller/SearchController.php on line 1429 and defined in .../typo3/sysext/extbase/Classes/Service/TypoScriptService.php line 64
Happens with TYPO3 7.6.4.
Updated by Gerrit Code Review over 8 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/47857
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47857
Updated by J. Henning about 8 years ago
Had the same issue in Typo3 7.6.10 and the patch was the solution.
When will this be integrated into the sysext in the core.
Updated by Tymoteusz Motylewski about 8 years ago
- Status changed from Under Review to New
- Target version set to 8.4
- Complexity set to easy
- Sprint Focus set to On Location Sprint
The fatal error only occurs if the static template from indexed search is not included in TS template.
Of course the plugin should never throw fatal error. So the correct solution for this issue would be to check if the static template is included (e.g. by checking some configuration which is always set) and show error info.
Updated by Gerrit Code Review about 8 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/49812
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49812
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49812
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49812
Updated by Gerrit Code Review about 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49812
Updated by Tomita Militaru about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3c8356f0b7fe1a4c3c5dabdbe675a8ed28813ea9.
Updated by Gerrit Code Review about 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50301
Updated by Tomita Militaru about 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 9ffe88a2ca1feb4eeba327a1bb5fb85970b31cab.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed