Project

General

Profile

Actions

Bug #22306

closed

Backend Module produces php errors

Added by Lina Wolf about 14 years ago. Updated almost 11 years ago.

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

13876.diff (2.56 KB) 13876.diff Administrator Admin, 2010-03-22 14:27

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #18859: Admin Tools -> Indexing -> List: Typo3 Pages BugClosedDmitry Dulepov2008-05-27

Actions
Has duplicate TYPO3 Core - Bug #14985: Backend module List: TYPO3 Pages dumps PHP warnings, no array foundClosedDmitry Dulepov2005-09-21

Actions
Actions #1

Updated by Dmitry Dulepov about 14 years ago

Note for coredevs: do NOT submit this patch to the core list. See issue #13885.

Actions #2

Updated by Alexander Opitz almost 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)?

Actions #3

Updated by Lina Wolf almost 11 years ago

I haven't run across this error in 4.5. Can be closed

Actions #4

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF