Actions
Bug #75457
closedindexed_search not compatible with PHP7
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-04-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
After updating to PHP7 the following error occured after using search:
PHP Warning: Declaration of TYPO3\CMS\IndexedSearch\Controller\SearchFormController::pi_list_browseresults($showResultCount = true, $addString = '', $addPart = '', $freeIndexUid = -1) should be compatible with TYPO3\CMS\Frontend\Plugin\AbstractPlugin::pi_list_browseresults($showResultCount = 1, $tableParams = '', $wrapArr = Array, $pointerName = 'pointer', $hscText = true, $forceOutput = false) in /html/typo3/typo3_src-7.6.2/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php line 2504
Downgrading to PHP5.6 fixed the issue for now.
Attached is the detailed TYPO3 Exception
Files
Updated by Christian Kuhn almost 9 years ago
- Status changed from New to Closed
this was fixed with #72931 a couple of days ago.
Actions