[Typo3-shop] tt_products issues..
Vladimir Nikolov
nikolov.vladimir at gmail.com
Sat Apr 23 15:46:47 CEST 2005
Hello Franz,
Thank you for the advice, I installed the new version(2.0.0.4). But there
are some problems. When I try to view the page - 2 errors occur:
1. the line 93 in class.tx_ttproducts.php is:
------------------------------------------------------------------------
error_log ('Test', 3,
'S:\apachefriends\xampp\htdocs\typo3.8\fileadmin\log\php.log');
------------------------------------------------------------------------
I dont have such a directory, so I commented this line, and now is ok.
2. And there is another problem. This appears in the frontend where the
plugin is supposed to be:
------------------------------------------------------------------------
Fatal error: Call to undefined function: _get() in
C:\apache\htdocs\quickstart\typo3\ext\tt_products\pi\class.tx_ttproducts.php
on line 125
------------------------------------------------------------------------
and this is the line 125 from class.tx_ttproducts.php:
$this->tt_product_single = t3lib_div::_GET("tt_products");
I suspect that I either I haven't t3lib_div library or I din't set it
somewhere.
Any ideas?
Oh, and I saw that there are some instruction on
http://wiki.typo3.org/index.php/Ext_tt_products about adding something in
###BASKET_TEMPLATE###, I didn't do it yet.
Vladimir
More information about the TYPO3-project-tt-products
mailing list