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.

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Oct 19, 2010 @ 23:47
    Jason Prothero
    0

    Installing Problems - Configuration Error

     

    Just downloaded uCommerce 1.1 and I got the following error partway through the install.

    I'm trying to install to IIS 6.0 I believe.

     

    Configuration 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: Unrecognized attribute 'name'. Note that attribute names are case-sensitive.

    Source Error:

    Line 115:      <!-- SPELL CHECKER -->
    Line 116:      <add verb="GET,HEAD,POST" path="GoogleSpellChecker.ashx" type="umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker,umbraco" />
    Line 117:      <add verb="*" path="PaymentRequest.axd"  name="PaymentRequest" type="UCommerce.Transactions.Payments.PaymentRequestForm, UCommerce" />
    Line 118:      <add verb="*" path="PaymentProcessor.axd"  name="PaymentProcessor" type="UCommerce.Transactions.Payments.PaymentProcessor, UCommerce" />
    Line 119:    </httpHandlers>


    Source File: C:\umbraco_452_uCommerce\web.config    Line: 117


    Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Oct 19, 2010 @ 23:48
    Jason Prothero
    0

    Oops, this was my secondary error.  This is the initial error:

     

    Configuration 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: Unrecognized attribute 'preCondition'. Note that attribute names are case-sensitive.

    Source Error:

    Line 115:      <!-- SPELL CHECKER -->
    Line 116:      <add verb="GET,HEAD,POST" path="GoogleSpellChecker.ashx" type="umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker,umbraco" />
    Line 117:      <add verb="*" path="PaymentRequest.axd" preCondition="integratedMode" name="PaymentRequest" type="UCommerce.Transactions.Payments.PaymentRequestForm, UCommerce" />
    Line 118:      <add verb="*" path="PaymentProcessor.axd" preCondition="integratedMode" name="PaymentProcessor" type="UCommerce.Transactions.Payments.PaymentProcessor, UCommerce" />
    Line 119:    </httpHandlers>


    Source File: C:\umbraco_452_uCommerce\web.config    Line: 117


    Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

  • Lasse Eskildsen 34 posts 57 karma points
    Oct 20, 2010 @ 09:30
    Lasse Eskildsen
    0

    Hi Jason,

    It looks like you're not running the app pool in integrated mode. You can either change it to run in integrated, or remove the "preCondition" attribute.

    Regards,

    Lasse

    Edit: Woops, just saw you were running IIS6. So try removing the preCondition attribute ;)

  • Søren Spelling Lund 1797 posts 2786 karma points
    Oct 20, 2010 @ 09:39
    Søren Spelling Lund
    0

    Hi Jason,

    it seems an error has crept into the IIS6 installation piece. To work around it you can go ahead and remove the precondition and name attributes of the httpHandler. I'll make sure and release a updated version that fixes the issue you're seeing.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Oct 20, 2010 @ 10:40
    Søren Spelling Lund
    0

    Hi Jason,

    I went ahead and released a tiny update to the installer to fix the issue you reported. You'll still need to remove the attributes "name" and "precondition" from your web.config to get the site going so there's no reason for you to update uCommerce to 1.1.0.1.

    If you want the latest and greatest it's available from our site

    Thanks for the heads up.

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Oct 20, 2010 @ 17:45
    Jason Prothero
    0

    Thanks guys!

    I have a potential client for uCommerce, so I'm checking it out and will be contacting you.

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Oct 20, 2010 @ 21:43
    Søren Spelling Lund
    0

    Sounds good. I'm looking forward to it.

Please Sign in or register to post replies

Write your reply to:

Draft