Project

General

Profile

Actions

Bug #17360

closed

Tools -> DB Check -> Manage Reference Index crashes with Fatal error: Cannot use string offset as an array

Added by Thomas Kowtsch almost 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-06-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I tried to migrate a v3.8 installation to 4.1.1; including the update to the most recent XAMPP package.
With every try to access Tools -> DB Check -> Manage Reference Index -> Update I just got the error
"Fatal error: Cannot use string offset as an array in D:\xampp\htdocs\intranet\typo3conf\ext\kb_conttable\class.tx_t3lib_befunc.php on line 87" [line number might be different due to conversion to DOS file format]

Affected is function "getFlexFormDS_postProcessDS"; starting after line
$newDSArray = $dsArray;

By adding some debugging lines I noticed that sometimes the parameter $dsArray isn't an array at all; printing the variable by var_dump() comes up with [[string(28) "Line 1: Invalid document end"]]

In order to make the function work at all, I put in the following code right before the array assignment:

if (!is_array($dsArray)){
return false;
}

Handling the error properly is the minimum requirement at this point; avoiding this scenario would be even better.
If anyone can tell me how to find out who or what is calling the function (in this error case) I can help to get the root cause fixed.

(issue imported from #M5746)

Actions #1

Updated by Christian Kuhn about 14 years ago

Is this one still valid? Any hints on how to reproduce?

Actions #2

Updated by Thomas Kowtsch about 14 years ago

Please close - the system is running well with 4.3.x now & and it seems to be an extension problem which appears to be solved (at least in the latest version in TER)

Actions #3

Updated by Christian Kuhn about 14 years ago

Resolved, no change required as requested by reporter.

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF