[TYPO3-shop] Call to undefined function: adddefaultfieldarray()
Franz Holzinger
franz at fholzinger.com
Thu May 18 19:05:00 CEST 2006
Thomas Ziirsen a écrit :
> Thomas Ziirsen wrote:
>
>> Tapio Markula wrote:
>>
>>> Thomas Ziirsen wrote:
>>>
>>>> I have "Table Library 0.1.2" & "Fh_library 0.0.5" installed,
>>>
>>>
>>>
>>>
>>> too old, install newer
>>
>>
>>
>> You got a link? i can only seem to find these versions on typo3.org
>
>
> Have now upgraded to FH_library 0.0.8, no change.
Check your file
/Table Library/table/lib/class.tx_table_db.php
on line 124 you shall have
function addDefaultFieldArray ($tableFieldArray=array()) {
$this->defaultFieldArray = array_merge($this->defaultFieldArray,
$tableFieldArray);
}
You probably did _not_ install Table Libary 0.1.2 properly.
More information about the TYPO3-project-tt-products
mailing list