Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Jonas Nilsson 137 posts 260 karma points
    Sep 12, 2011 @ 19:41
    Jonas Nilsson
    0

    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/

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Sep 12, 2011 @ 20:48
    Søren Spelling Lund
    0

    Which version of uCommerce did you install? Also are there any additional information in the umbracoLog table? It's not much to go on.

  • Jonas Nilsson 137 posts 260 karma points
    Sep 12, 2011 @ 21:07
    Jonas Nilsson
    0

    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" />
  • Søren Spelling Lund 1797 posts 2786 karma points
    Sep 13, 2011 @ 15:17
    Søren Spelling Lund
    0

    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?

  • Phil Crowe 192 posts 256 karma points
    Jan 04, 2012 @ 14:34
    Phil Crowe
    0

    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'

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 09, 2012 @ 11:25
    Søren Spelling Lund
    0

    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.

  • Phil Crowe 192 posts 256 karma points
    Jan 09, 2012 @ 12:04
    Phil Crowe
    0

    Hi Soren,

    Thanks for you reply. line 266 looks like this:

    <dibsPaymentMethodService configSource=".\umbraco\ucommerce\configuration\Dibs.config" />

    is this what needs deleting? 

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 16, 2012 @ 10:30
    Søren Spelling Lund
    0

    Sorry I meant line 265. It's got a couple of random chars, "z½", in it.

Please Sign in or register to post replies

Write your reply to:

Draft