[Typo3-shop] Bug in 2.0.4?

Daniel Brün dbruen at saltation.de
Fri Jun 24 12:41:00 CEST 2005


Hi!

At least in my setup (TYPO3 3.8.0, LAMP, tt_products 2.0.4) I have to 
add a missing include in class.tx_ttproducts.php, because otherwise the 
base-class tslib_pibase can not be found. Without this include no 
frontend-page could be generated!
Might be possible that on some setups pibase is included through other 
extensions, so you won't notice. Anyhow, add this:

require_once(PATH_tslib."class.tslib_pibase.php");

...and it works.

Cheers,

Dan



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