[TYPO3-commerce] Commerce and quickpay issue - not working, may be caused by idefa_commerce_paymentlib

Lasse Enø Jensen - Jara IT LEJ at Jara.dk
Wed Jun 13 10:32:33 CEST 2012


Hi list (Morten Haggren)
I have struggled with setting up commerce with paymentlib in a few days now and I get the following error:
#1283790586: There is no entry in the $TCA array for the table "". This means that the function enableFields() is called with an invalid table name as argument.

I have read the answer at http://forge.typo3.org/projects/extension-idefa_commerce_paymentlib/wiki/FAQ but none of the solutions works and I don´t believe the last solution "the paymentlib provider is broken". Paymentlib and paymentlib_quickpay_net works with other extensions and the fact that the idefa_commerce_paymentlib extension haven´t been updated since 2008 and all the other extensions have (see list below)  gets me to believe that I have to take a look at the idefa_commerce_paymentlib extension.

I have found the following lines in class.paymentlib_to_commerce_bridge.php (around line 161):
$bob=$this->GetPaymentLibPaymentMethods();
$result = array(
                             'cc_type.' => array (
                                                          'mandatory' => 1,
                                                          'type' => 'select',
                                                          'values' => array_keys($bob),
                             ),
);

By changing the 'value' to 'value.' (appending a dot) seems to solve the issue. The selection form is now shown with the payment option Kreditkort (paymentlib_quickpay_net_cc_any) and no error message, but when clicking Next the page refresh but nothing else happens. We are still at the payment step and the quickpay window doesn't appear / no redirects.

Do anybody have any ideas? Even if it is just a thought, I would really appreciate it - I'm stucked

I use the following:
- TYPO3 4.5.6
- commerce 0.12.7 (last updated: May 26, 2011)
- paymentlib 0.3.2 (last updated: July 17, 2009)
- paymentlib_quickpay_net 1.1.0 (last updated: November 20, 2011)
- idefa_commerce_paymentlib 0.1.3 (last updated: September 19, 2008)


More information about the TYPO3-project-commerce mailing list