Copied to clipboard

Flag this post as spam?

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


  • Daniel Palm 36 posts 148 karma points
    Sep 18, 2014 @ 11:35
    Daniel Palm
    0

    UMBRACOUSERLOGINS' doesn't exist

    I have tried (twice) to install Umbraco 6.2.2 with MySQL. It works up until the Create User-part, then I get:

    [MySqlException (0x80004005): Table '155439-typkat.UMBRACOUSERLOGINS' doesn't exist]
       MySql.Data.MySqlClient.MySqlStream.ReadPacket() +276
       MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) +68
       MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) +17
       MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) +110
       MySql.Data.MySqlClient.MySqlDataReader.NextResult() +761
       MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1699
       MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() +118
       MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(MySqlConnection connection, String commandText, MySqlParameter[] commandParameters) +125
       MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(String connectionString, String commandText, MySqlParameter[] parms) +75
       umbraco.DataLayer.SqlHelpers.MySql.MySqlHelper.ExecuteNonQuery(String commandText, MySqlParameter[] parameters) +12
       umbraco.DataLayer.SqlHelper`1.ExecuteNonQuery(String commandText, IParameter[] parameters) +82
    
    [SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteNonQuery]
       umbraco.DataLayer.SqlHelper`1.ExecuteNonQuery(String commandText, IParameter[] parameters) +202
       Umbraco.Web.Security.WebSecurity.PerformLogin(Int32 userId) +375
       Umbraco.Web.UI.Install.Steps.DefaultUser.ChangePasswordClick(Object sender, EventArgs e) +935
       System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +116
       System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +101
       System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +9528682
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724

    I´ve checked the database; the table umbracoUserLogins is there. The user I tried to create is also in the database.

    Any ideas?

     

    ::Daniel

     

     

     

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Sep 18, 2014 @ 12:06
    Jeroen Breuer
    0

    Hello,

    If it's a bug you can report it here: http://issues.umbraco.org/dashboard#newissue=yes

    Jeroen

  • Daniel Palm 36 posts 148 karma points
    Sep 18, 2014 @ 12:55
    Daniel Palm
    0

    My hosting provider is running MySQL on Linux. Has my problem above maybe something to do with the case sensitivity issue? There appear to be a workaround....

Please Sign in or register to post replies

Write your reply to:

Draft