[TYPO3-commerce] No payment possible: class not set!:, file not found

David Toshack david at vaultin.com
Thu May 31 03:45:45 CEST 2007


I have a similar problem, only I _have_ set classname in the DB-table.

The strange thing is that if I select a different payment from the
dropdown and change it back again (which submits tx_commerce_pi[payArt]
to add the payment article), everything works as expected.

Is this a known bug or am I doing something wrong?


Cheers,
David

Andreas Stauder wrote:
> hi heiko,
> 
> you have not registered a class for the selected payment. To register a
> new payment you have to set the field 'classname' in the DB-table
> 'tx_commerce_articles' to YOUR_CLASSNAME and then point to class with the
> 
> $TYPO3_CONF_VARS['EXTCONF']['commerce']['SYSPRODUCTS']['PAYMENT']['types'][YOUR_CLASSNAME]
> 
> 
> in localconf. But take care to http://bugs.typo3.org/view.php?id=5027
> 
> regards
> andreas
> 
> Heiko Schoor wrote:
>> hi me again,
>>
>> do anybody knows what is going wrong. I go to checkout and the result
>> ist this message.
>>
>> MAIN:FATAL! No payment possible because I don't know how to handle it!
>> (class not set!:, file not found!:)
>>
>>
>> Code Warnings in Ext-Manager:
>>
>> It seems like there is a backend module in "mod_tracking/conf.php" which
>> is not configured in ext_emconf.php
>> The XCLASS filename-key "mfc_gsc/ux_mfcgsc_recordlist.php" was different
>> from "ext/commerce/class.ux_localrecordlist.php" which it should have
>> been!
>> No XCLASS inclusion code found in file
>> "lib/class.tx_commerce_article_price.php"
>> No XCLASS inclusion code found in file
>> "lib/class.tx_commerce_element_alib.php"
>> Couldn't find the include_once statement for XCLASS!
>> Couldn't find the include_once statement for XCLASS!
>> Class filename "payment/libs/class.tx_commerce_payment_wirecard_lib.php"
>> did NOT contain the class "tx_commerce_payment_wirecard_lib"!


More information about the TYPO3-project-commerce mailing list