From franz at ttproducts.de Thu Apr 3 08:12:48 2014 From: franz at ttproducts.de (Franz Holzinger) Date: Thu, 03 Apr 2014 08:12:48 +0200 Subject: [TYPO3-shop] tt_products on 6.2 beta 6 In-Reply-To: References: Message-ID: Hello David, On 05.03.2014 15:28, David Denicolo wrote:> It doesn't work :( > this is the error > Fatal error: require_once(): Failed opening required > '/var/www/typo3/typo3/sysext/cms/tslib/class.tslib_pibase.php' > (include_path='/var/www/typo3/typo3/contrib/pear/:.:/usr/share/php:/usr/share/pear') > in > /var/www/typo3/typo3conf/ext/tt_products/pi1/class.tx_ttproducts_pi1_base.php > on line 49 the line is this: require_once(PATH_tslib.'class.tslib_pibase.php'); So check your TYPO3 about the constant PATH_tslib. - Franz From mulix at gmx.de Wed Apr 23 08:48:12 2014 From: mulix at gmx.de (Michael Schumann) Date: Wed, 23 Apr 2014 08:48:12 +0200 Subject: [TYPO3-shop] blank page with 2.7.7 and typo3 6.2 Message-ID: Hello List, is there some fix for the blank page problem with tt_products 2.7.7 and typo3 6.2? The error message is: Core: Error handler (FE): PHP Warning: require_once(/www/htdocs/w00581d2/typo3/typo3/sysext/cms/tslib/class.tslib_p ibase.php) [function.require-once]: failed to open stream: No such file or directory in /www/htdocs/w00581d2/typo3/typo3conf/ext/tt_products/pi1/class.tx_ttproducts _pi1_base.php line 49 On http://www.jambage.com/kontakt/forum/shop-system/ansichten-im-frontend/list/ 6398.html i read from franz: Edit the file class.tx_ttproducts_pi1_base.php on line 49: Comment it out: // require_once(PATH_tslib.'class.tslib_pibase.php'); But than there is always a blank page and the error message still: Core: Error handler (FE): PHP Warning: require_once(PATH_t3libclass.t3lib_stdgraphic.php) [function.require-once]: failed to open stream: No such file or directory in /www/htdocs/w00581d2/typo3/typo3conf/ext/tt_products/eid/class.tx_ttproducts _db.php line 44 What can i do? Thanks Michael