Actions
Bug #22306
closedBackend Module produces php errors
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In file index.php in
typo3_src-4.2.12/typo3/sysext/indexed_search/mod
should be testet if its really an array at line 439:
function formatCHash($arr) {
if(is_array($arr)) {
reset($arr);
$list=array();
while(list($k,$v)=each($arr)) {
$list[]=$k."=".$v;
}
return implode("<BR>",$list);
}
}
(issue imported from #M13876)
Files
Updated by Dmitry Dulepov over 14 years ago
Note for coredevs: do NOT submit this patch to the core list. See issue #13885.
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.2
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Lina Wolf over 11 years ago
I haven't run across this error in 4.5. Can be closed
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Actions