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)
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.
Hi Here is the info from the log file.
Is there any who have any suggestions?
René
Looks like you'll have to change the access rule name not to include an @ sign for now.
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é
HI Solved..
It was my own fault.. :-(
In the app_data/access.config i had this line
I deleted this line and then it worked
Sorry for the delay! Glad to see you managed to fix it! :-)
is working on a reply...