I have the same problem. I installed ucommerce 2.0 on umbraco v 4.7.1 (Assembly version: 1.0.4281.20201) when i create a new payment method i get the error:
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The configuration section cannot contain a CDATA or text element.
There was an error in the orginal 2.0 installer. If you remove the bad characters on line 266 in web.config you're good to go. We released an updated 2.0 installer without this issue.
Payment method node error
I have an installation of the latest version of uCommerce where there is an error when accessing the Account and Invoice node under Payment Method.
This is the error in the Umbraco log:
At /umbraco/ucommerce/settings/orders/editshippingmethod.aspx?id=9 (Referred by: xxxx/umbraco/
Which version of uCommerce did you install? Also are there any additional information in the umbracoLog table? It's not much to go on.
There is some problem with the web.config.
Parser Error Message: The configuration section cannot contain a CDATA or text element.
Source Error:
Line 273: <add name="(default)" type="UCommerce.Transactions.Payments.DefaultPaymentMethodService, UCommerce" /> Line 274: <add name="DIBS" type="UCommerce.Transactions.Payments.Dibs.DibsPaymentMethodService, UCommerce.Transactions.Payments" /> Line 275: <add name="PayPal" type="UCommerce.Transactions.Payments.PayPal.PayPalPaymentMethodService, UCommerce.Transactions.Payments" /> Line 276: <add name="PayPalRecurring" type="UCommerce.Transactions.Payments.PayPal.PayPalRecurringPaymentMethodService, UCommerce.Transactions.Payments" /> Line 277: <add name="EPay" type="UCommerce.Transactions.Payments.EPay.EPayPaymentMethodService, UCommerce.Transactions.Payments" />
Could you send me the full web.config via e-mail so I can take a look at it? Also which version did you install?
I have the same problem. I installed ucommerce 2.0 on umbraco v 4.7.1 (Assembly version: 1.0.4281.20201) when i create a new payment method i get the error:
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The configuration section cannot contain a CDATA or text element.
Source Error:
Line 263: <add name="(default)" type="UCommerce.Transactions.Payments.DefaultPaymentMethodService, UCommerce" /> Line 264: <add name="DIBS" type="UCommerce.Transactions.Payments.Dibs.DibsPaymentMethodService, UCommerce.Transactions.Payments" /> Line 265: <add name="PayPal" type="UCommerce.Transactions.Payments.PayPal.PayPalPaymentMethodService, UCommerce.Transactions.Payments" />z½ Line 266: <add name="PayPalRecurring" type="UCommerce.Transactions.Payments.PayPal.PayPalRecurringPaymentMethodService, UCommerce.Transactions.Payments" /><add name="EPay" type="UCommerce.Transactions.Payments.EPay.EPayPaymentMethodService, UCommerce.Transactions.Payments" /><add name="PayEx" type="UCommerce.Transactions.Payments.PayEx.PayExPaymentMethodService, UCommerce.Transactions.Payments" /><add name="Payer" type="UCommerce.Transactions.Payments.Payer.PayerPaymentMethodService, UCommerce.Transactions.Payments" /><add name="WorldPay" type="UCommerce.Transactions.Payments.WorldPay.WorldPayPaymentMethodService, UCommerce.Transactions.Payments" /><add name="SagePay" type="UCommerce.Transactions.Payments.SagePay.SagePayPaymentMethodService, UCommerce.Transactions.Payments" /></paymentMethodServices> Line 267: </ordersConfiguration>
Source File: C:\webs\mysite\web.config Line: 265
Im trying to create a payment method called 'SagePay'
There was an error in the orginal 2.0 installer. If you remove the bad characters on line 266 in web.config you're good to go. We released an updated 2.0 installer without this issue.
2.1 is the way to go today though.
Hi Soren,
Thanks for you reply. line 266 looks like this:
<dibsPaymentMethodService configSource=".\umbraco\ucommerce\configuration\Dibs.config" />
is this what needs deleting?
Sorry I meant line 265. It's got a couple of random chars, "z½", in it.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.