[TYPO3-shop] Fatal error

Karsten webdesign.karsten at gmail.com
Tue Dec 4 17:44:02 CET 2007


Karsten skrev:
> Just updated to 2.5.3 and now i get this error in my modified dibstemplate:
> 
> 
> Fatal error: Call to a member function getView() on a non-object in 
> D:\www\shop\typo3conf\ext\tt_products\pi1\payment_kap.php on line 39
> 
> The line is:
> $content=$this->basketView->getView($localTemplateCode,'PAYMENT', 
> $tSubpart);        // This not only gets the output but also calculates 
> the basket total, so it's NECESSARY!
> 
> Karsten
>        

have tried with the dibs template, it returned:

Fatal error: Call to a member function getBlankUid() on a non-object in 
D:\www\shop\typo3conf\ext\tt_products\pi1\payment_DIBS.php on line 69

this line:

$orderUid = $this->order->getBlankUid();

have also tried:
$orderUid = $this->pibase->order->getBlankUid();

same result!

Karsten


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