Copied to clipboard

Flag this post as spam?

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


  • Jason 17 posts 37 karma points
    Dec 03, 2015 @ 16:32
    Jason
    0

    Upgraded to 7.3.1, error in web config on Umbraco.Web.Security.Providers.UsersMembershipProvider

    Hey folks,

    I just upgraded by downloading the zip from 7.2.8 to 7.3.1, and when I pull up the site, the error I get is:

    Exception has been thrown by the target of an invocation.

    <add name="UmbracoMembershipProvider" type="Umbraco.Web.Security.Providers.MembersMembershipProvider, Umbraco" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="4" useLegacyEncoding="true" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Member" passwordFormat="Hashed" />
    

    I don't see Umbraco.Web.Security in my bin. Am I missing something?

    -j

  • Jason 17 posts 37 karma points
    Dec 04, 2015 @ 15:26
    Jason
    0

    No takers? :)

  • ljcooper 21 posts 86 karma points
    Dec 04, 2015 @ 16:28
    ljcooper
    0

    How did you upgrade?

    You can try a fully manual upgrade:

    Stop the app pool

    Stop the web

    download a fresh copy of the 7.3.1 zip

    Copy the following directories, over-writing everything after taking a backup:

    1. AppBrowsers
    2. AppData
    3. bin
    4. Config
    5. Umbraco
    6. Umbraco_Client

    Start up the web

    Start up the App Pool

  • Jason 17 posts 37 karma points
    Dec 04, 2015 @ 17:16
    Jason
    0

    That's how I did it. I messed around with things and eventually the site to come up (I'm not sure which part of what I did helped the most), but then I got the error that the upgrade couldn't finish because the umbracoMigrate table is missing from my database.

    -j

  • ljcooper 21 posts 86 karma points
    Dec 04, 2015 @ 17:27
    ljcooper
    0

    What version are you showing in your web.config?

    And what permissions does your DB user have on the DB?

Please Sign in or register to post replies

Write your reply to:

Draft