[TYPO3-UG Dutch] goof_fotobook fout in class.tx_gooffotoboek_pi1.php
Tom Van Wynsberge
tom.van.wynsberge at telenet.be
Sun Aug 20 21:08:53 CEST 2006
Ondertussen heb ik mijn goof_fotobook-probleem kunnen oplossen:
Verander in de
class.tx_gooffotoboek_pi1.php (onder typo3conf/ext/goof_fotoboek/pi1/)
$this->pbData['basketID'] =
md5($GLOBALS["TSFE"]->id.$GLOBALS["TSFE"]->fe_user['id']);
in
$this->pbData['basketID'] =
md5($GLOBALS["TSFE"]->id.$GLOBALS["TSFE"]->fe_user->id);
en het fotoboek werkt naar behoren.
Tom
More information about the TYPO3-UG-dutch
mailing list