Project

General

Profile

Actions

Bug #17302

closed

Fatal error: Cannot use string offset as an array in /home/kunden/webs/frpal/typo3_src-3.7.0/typo3/sysext/cms/tslib/class.tslib_

Added by Thomas W¼rzer over 17 years ago. Updated over 16 years ago.

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

0%

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

Description

its the login page.

I get there with ?login as an alias and get
Fatal error: Cannot use string offset as an array in /home/kunden/webs/frpal/typo3_src-3.7.0/typo3/sysext/cms/tslib/class.tslib_pibase.php on line 1206

The system was not changed recently and the error was reported a few days ago.
any idea?

(issue imported from #M5620)

Actions #1

Updated by Oliver Hader over 17 years ago

Wow - 3.7.0. Did you consider upgrading to 4.x recently? ;-)

Beginning on line 1205 in class.tslib_pibase.php there's the following:
function pi_getFFvalue($T3FlexForm_array,$fieldName,$sheet='sDEF',$lang='lDEF',$value='vDEF') {
$sheetArray = $T3FlexForm_array['data'][$sheet][$lang];
if (is_array($sheetArray)) {
return $this->pi_getFFvalueFromSheetArray($sheetArray,explode('/',$fieldName),$value);
}
}

Thus, I guess there is somewhere a misconfigures XML/flexform or a wrong disposal of pi_getFFvalue() in one of your extensions. Did you possible upgrade a extension the last few days?

You can user the PHP function debug_print_backtrace() at the position the error was thrown (line 1206) to get some more information about which extension/part is wrong...

Actions #2

Updated by Michael Stucki over 17 years ago

Won't fix unless you prove that the bug still exists in 4.1.x

Actions

Also available in: Atom PDF