Copied to clipboard

Flag this post as spam?

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


  • René 327 posts 852 karma points
    Nov 01, 2017 @ 12:36
    René
    0

    Upgrade Umbraco 7.2.8 to over 7.3 umbracoAccess and umbracoAccessRule

    Hi I am trying to upgrade a old umbraco installation to a version over 7.3

    I cant get past version 7.3.

    There is a problem with the table umbracoAccess. The table is there not in version 7.2.8.

    I have tried to create the table, but i ends up the same place.

    Is there any suggestions, from the great Our :-)

    I end up with this error every time i try. enter image description here

  • René 327 posts 852 karma points
    Nov 01, 2017 @ 22:34
    René
    0

    Hi Here is the info from the log file.

    2017-11-01 23:06:56,646 [P18644/D2/T14] ERROR Umbraco.Core.DatabaseContext - Database configuration failed System.ArgumentException: Parameter '@email' specified but none of the passed arguments have a property with this name (in 'INSERT INTO [umbracoAccessRule] ([id],[accessId],[ruleValue],[ruleType],[createDate],[updateDate]) VALUES ('e5848995-96cc-4179-ab16-5b592b268012','af35f690-cebf-45a4-a88e-c4354ec85304','[email protected]','MemberUsername','20171101 23:06:55','20171101 23:06:55'); ') at Umbraco.Core.Persistence.Database.<>cDisplayClass1.0(Match m) at System.Text.RegularExpressions.RegexReplacement.Replace(MatchEvaluator evaluator, Regex regex, String input, Int32 count, Int32 startat) at System.Text.RegularExpressions.Regex.Replace(String input, MatchEvaluator evaluator) at Umbraco.Core.Persistence.Database.CreateCommand(IDbConnection connection, String sql, Object[] args) at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args) at Umbraco.Core.Persistence.Migrations.MigrationRunner.ExecuteMigrations(IMigrationContext context, Database database) at Umbraco.Core.Persistence.Migrations.MigrationRunner.Execute(Database database, DatabaseProviders databaseProvider, Boolean isUpgrade) at Umbraco.Core.DatabaseContext.UpgradeSchemaAndData(IMigrationEntryService migrationEntryService)

    Is there any who have any suggestions?

    René

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Nov 04, 2017 @ 12:21
    Sebastiaan Janssen
    0

    Looks like you'll have to change the access rule name not to include an @ sign for now.

  • René 327 posts 852 karma points
    Nov 04, 2017 @ 13:30
    René
    0

    Hi Sebastiaan

    Thanks for your reply,

    Where do i change the "change the access rule name".

    I have never heard about it.

    A little hint would be great. :-) Tanks for you time.

    René

  • René 327 posts 852 karma points
    Nov 06, 2017 @ 10:22
    René
    101

    HI Solved..

    It was my own fault.. :-(

    In the app_data/access.config i had this line

    <group id="__umbracoRole_@" /> 
    

    I deleted this line and then it worked

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Nov 06, 2017 @ 10:28
    Sebastiaan Janssen
    0

    Sorry for the delay! Glad to see you managed to fix it! :-)

  • 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.

Please Sign in or register to post replies