Project

General

Profile

Actions

Bug #15439

closed

Table wizards throws a fatal error

Added by Bjrn Kraus about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you create a new table content element and click on the table wizard icon PHP 5.1.2 throws a fatal error.

Fatal error: Cannot use string offset as an array in /home/phoenix-newweb/htdocs/typo3/wizard_table.php on line 228
(issue imported from #M2837)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #15743: Table wizard brokenClosedPeter Niederlag2006-02-28

Actions
Actions #1

Updated by Franz Holzinger about 18 years ago

I cannot reproduce this with PHP 5.1.1
Which steps did you undertake to get this error message?
-------------------------------------------------
function getConfigCode($row) {
$flexForm = t3lib_div::xml2array($row['pi_flexform']);
$this->tableParsing_quote = $flexForm['data']['s_parsing']['lDEF']['tableparsing_quote']['vDEF']?chr(intval($flexForm['data']['s_parsing']['lDEF']['tableparsing_quote']['vDEF'])):'';

Actions #2

Updated by Bjrn Kraus about 18 years ago

Add an new text content element. Change the typ to table. Press the table wizzard button. (Don't insert anything!)

--> Fatal error: Cannot use string offset as an array in /home/.../htdocs/typo3/wizard_table.php on line 228

Actions #3

Updated by Martin Koch about 18 years ago

I can confirm this bug.

Duplicate of bug 0002722

Actions #4

Updated by Sebastian Kurfuerst about 18 years ago

duplicate of 2722

Actions #5

Updated by Robert Lemke about 18 years ago

In which version is this solved? In 4.0rc2 it's still there ...

Actions

Also available in: Atom PDF