Project

General

Profile

Actions

Bug #17985

closed

render Flexform is missing Parameter

Added by Steffen Kamper almost 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-01-13
Due date:
% Done:

0%

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

Description

Fatal error: Cannot pass parameter 7 by reference in
...\t3lib\class.t3lib_tceforms.php on line 2278

Call of function misses a parameter ($cmdData)
// Render flexform:
$tRows = $this->getSingleField_typeFlex_draw(
$dataStruct['ROOT']['el'],
$editData['data'][$sheet][$lang],
$table,
$field,
$row,
$PA,
'[data]['.$sheet.']['.$lang.']'
);

(issue imported from #M7137)

Actions #1

Updated by Jo Hasenau almost 17 years ago

Did you check for extensions that use XCLASS on tceforms?
i.e. I had to use XCLASS to get rid of some bugs when rendering color pickers within flexforms. So the fancy corners or some ICE pack extensions might be the reason for this behaviour.

I already told Ben that I will introduce a version check for these extensions that will make sure the XCLASS is only used for TYPO3 versions < 4.2

Actions #2

Updated by Steffen Kamper almost 17 years ago

yes, it was XCLASS, and i think you know which one it was :-)

so this can be closed.

Actions

Also available in: Atom PDF