[TYPO3-shop] Call to undefined function: adddefaultfieldarray()

Thomas Ziirsen ziirsen at linkfactory.dk
Thu May 18 15:16:42 CEST 2006


Hello there,

I get the following error when i try to preview a page
-----------------------SAMPLE-/Browser---------------------------

Fatal error: Call to undefined function: adddefaultfieldarray()	in 
/ziirsen/http/typo3conf/ext/tt_products/lib/class.tx_ttproducts_category.php 
on line 60

-----------------------SAMPLE-/Browser----------------------------

Anyone had the same error?

I have "Table Library 0.1.2" & "Fh_library 0.0.5" installed, and when i 
open the "class.tx_ttproducts_category.php" file it seems that the file 
it includes is missing the function.(tx_table_db.php)

---------------------SAMPLE-/class.tx_ttproducts_category.php-----------------------------
58 :
59 : $this->table = t3lib_div::makeInstance('tx_table_db');
60 : $this->table->addDefaultFieldArray(array('sorting' => 'sorting'));
61 :
---------------------SAMPLE-/class.tx_ttproducts_category.php-----------------------------


Cheers
-Thomas



More information about the TYPO3-project-tt-products mailing list