Copied to clipboard

Flag this post as spam?

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


  • David Dupont 61 posts 115 karma points
    Jul 01, 2011 @ 15:32
    David Dupont
    0

    Event Picker Bug on new 4.7 installation

    Hi here is a bug encountered on a fresh Umbraco 4.7 install with Business Starter Kit :

    Go to the developers section and check "Data Types" => "Event Picker"

    You obtain that error :

    Server Error in '/' Application.

    Invalid object name 'uCalendar'.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'uCalendar'.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [SqlException (0x80131904): Invalid object name 'uCalendar'.]
       System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +2062078
       System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +5050204
       System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +234
       System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2275
       System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
       System.Data.SqlClient.SqlDataReader.get_MetaData() +86
       System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +311
       System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +987
       System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
       System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
       System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
       System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +70
       Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +152
       umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String commandText, SqlParameter[] parameters) +37
       umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +87
    
    [SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader]
       umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +142
       uCalendar.BusinessLogic.Helpers.uCalHelper.GetCalendars() +220
       uCalendar.UI.DataEditorSettingControls.CalendarPicker.RenderControl(DataEditorSetting setting) +114
       umbraco.editorControls.userControlGrapper.usercontrolPrevalueEditor.LoadSetttings(String fileName) +688
       umbraco.editorControls.userControlGrapper.usercontrolPrevalueEditor.OnLoad(EventArgs e) +180
       System.Web.UI.Control.LoadRecursive() +74
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146

    Hope this will helps you to reproduce.

    Regards

  • Daniel Bardi 927 posts 2562 karma points
    Jul 01, 2011 @ 21:18
    Daniel Bardi
    0

    It appears the 'uCalendar' table was not created in your umbraco database.  Touch the uCalendar section first, then try going to the datatype again.

    Note: Verion 1.1 is coming soon which should take care of this problem on future installs.

  • David Dupont 61 posts 115 karma points
    Jul 03, 2011 @ 21:30
    David Dupont
    0

    Ok touching it's working now but I'm not sure if it's the fact I've touch the section or the fact that I've created a test calendar.
    I've marked the bug as solved.

    For version 1.1, which date release have you planned?

  • Daniel Bardi 927 posts 2562 karma points
    Jul 03, 2011 @ 22:40
    Daniel Bardi
    0

    It's because you touched the section...

    Version 1.1 is planned for release in a couple of weeks.

Please Sign in or register to post replies

Write your reply to:

Draft