I just tried to install a clean umbraco (7.4) from Nuget.
After installing the nuget package, I build and visited the website after the nuget installation (CTRL+F5). But received an error before the installation wizard was shown.
2016-02-15 14:45:13,926 [P10584/D2/T7] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentNullException: Value cannot be null.
Parameter name: sqlSyntax
at Umbraco.Core.Persistence.Repositories.PetaPocoRepositoryBase`2..ctor(IDatabaseUnitOfWork work, CacheHelper cache, ILogger logger, ISqlSyntaxProvider sqlSyntax)
at Umbraco.Core.Persistence.RepositoryFactory.CreateUserTypeRepository(IDatabaseUnitOfWork uow)
at Umbraco.Core.Persistence.RepositoryFactory.CreateUserRepository(IDatabaseUnitOfWork uow)
at Umbraco.Core.Services.UserService.GetUserById(Int32 id)
at Umbraco.Core.Security.BackOfficeUserStore.
Error after setting up clean umbraco 7.4 project
Hi,
I just tried to install a clean umbraco (7.4) from Nuget.
After installing the nuget package, I build and visited the website after the nuget installation (CTRL+F5). But received an error before the installation wizard was shown.
The complete log can be found here: http://pastebin.com/Kd9PJ2bb
Help?
Kind regards Damiaan
The url showing the error: http://localhost:52648/install/?redir=true&url=http%3a%2f%2flocalhost%3a52648%2f
System.ArgumentNullException: Value cannot be null. Parameter name: sqlSyntax at Umbraco.Core.Persistence.Repositories.PetaPocoRepositoryBase`2..ctor(IDatabaseUnitOfWork work, CacheHelper cache, ILogger logger, ISqlSyntaxProvider sqlSyntax) at Umbraco.Core.Persistence.RepositoryFactory.CreateUserTypeRepository(IDatabaseUnitOfWork uow) at Umbraco.Core.Persistence.RepositoryFactory.CreateUserRepository(IDatabaseUnitOfWork uow) at Umbraco.Core.Services.UserService.GetUserById(Int32 id) at Umbraco.Core.Security.BackOfficeUserStore.
Comment author was deleted
Think I also had this on older builds, try clearing your browser cache before proceeding to the installer
I changed browser (to google chrome), and it worked. This absolutely makes no sense to me.
Thanks for the help guys
is working on a reply...