|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
I'm trying to integrate tt_products shop system with the DIBS library. I
got an error saying: Fatal error: Call to a member function getBlankUid() on a non-object in ext\tt_products\pi1\payment_DIBS.php on line 54 Found an old newsgroup-message from Franz Holzinger saying that it needed to be $orderUid = $this->pibase->order->getBlankUid(); didn't work either. I found out that getBlankUid was missing from class.ttproducts_order .. found it via google. Now that part works by referencing it directly like this: tx_ttproducts_order::getBlankUid(); But.. then I get another error saying: Fatal error: Call to a member function getView() on a non-object in E:\webdev\jianlong\typo3conf\ext\tt_products\pi1\p ayment_DIBS.php on line 224 If I correct this, I end up having to mess with the shop code itself Has anyone found a solution as to how to get it to work? Am I missing some kind of include file? I cannot use the new payment library as it is not working with PHP4 Thanks for any help you can provide _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#2
|
|||
|
|||
|
Simon wrote:
> I'm trying to integrate tt_products shop system with the DIBS library. I > got an error saying: > > Fatal error: Call to a member function getBlankUid() on a non-object in > ext\tt_products\pi1\payment_DIBS.php on line 54 > > Found an old newsgroup-message from Franz Holzinger saying that it > needed to be > > $orderUid = $this->pibase->order->getBlankUid(); > > didn't work either. I found out that getBlankUid was missing from > class.ttproducts_order .. found it via google. > > Now that part works by referencing it directly like this: > > tx_ttproducts_order::getBlankUid(); > > But.. > > then I get another error saying: > > Fatal error: Call to a member function getView() on a non-object in > E:\webdev\jianlong\typo3conf\ext\tt_products\pi1\p ayment_DIBS.php on > line 224 > > If I correct this, I end up having to mess with the shop code itself > > Has anyone found a solution as to how to get it to work? > Am I missing some kind of include file? > > I cannot use the new payment library as it is not working with PHP4 > > Thanks for any help you can provide > I sorted it out ![]() _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#3
|
|||
|
|||
|
PLEASE PLEASE post the answer to your own question.. I am having the
same problem, and have spend many hours trying to get the DIBS template to work in tt_products. Did you end up with a working dibs integration? Jakob Nielsen Simon skrev: > Simon wrote: >> I'm trying to integrate tt_products shop system with the DIBS library. >> I got an error saying: >> >> Fatal error: Call to a member function getBlankUid() on a non-object in >> ext\tt_products\pi1\payment_DIBS.php on line 54 >> >> Found an old newsgroup-message from Franz Holzinger saying that it >> needed to be >> >> $orderUid = $this->pibase->order->getBlankUid(); >> >> didn't work either. I found out that getBlankUid was missing from >> class.ttproducts_order .. found it via google. >> >> Now that part works by referencing it directly like this: >> >> tx_ttproducts_order::getBlankUid(); >> >> But.. >> >> then I get another error saying: >> >> Fatal error: Call to a member function getView() on a non-object in >> E:\webdev\jianlong\typo3conf\ext\tt_products\pi1\p ayment_DIBS.php on >> line 224 >> >> If I correct this, I end up having to mess with the shop code itself >> >> Has anyone found a solution as to how to get it to work? >> Am I missing some kind of include file? >> >> I cannot use the new payment library as it is not working with PHP4 >> >> Thanks for any help you can provide >> > I sorted it out ![]() _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#4
|
|||
|
|||
|
Jakob Nielsen a écrit :
> PLEASE PLEASE post the answer to your own question.. I am having the > same problem, and have spend many hours trying to get the DIBS template > to work in tt_products. > > Did you end up with a working dibs integration? > > Jakob Nielsen Just use the cc_debug extension and debug the object $this->pibase. This will have all member objects with the methods you need ;-) - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Re: [TYPO3] Commerce Payment Capabilities | Franz Holzinger | typo3-english@lists.netfielders.de | 0 | 14.03.2007 11:35 |
| [TYPO3-shop] choice of shop extension: connection to ERP | Mathias Behrle | typo3-project-tt-products@lists.netfielders.de | 0 | 17.02.2007 13:36 |
| [TYPO3-shop] Configure shop system | Almir Orle | typo3-project-tt-products@lists.netfielders.de | 3 | 06.02.2007 21:01 |
| [TYPO3-shop] Shop in other languages | Preben | typo3-project-tt-products@lists.netfielders.de | 0 | 28.01.2007 15:59 |