[TYPO3-shop] Fatal error

Karsten webdesign.karsten at gmail.com
Fri Dec 7 10:33:28 CET 2007


Anybody...?

How can i get the $orderUid?, thats the only thing i am missing, to get 
it all working again with my payment gateway, after updating to version 
2.5.3, and the server updated to php5

Karsten P

Karsten skrev:
> 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