Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272 umbraco v 4.7.2 (Assembly version: 1.0.4500.21031) IIS: 6.0 Server-side error
After installing ucomment, my dashboard breaks. I read elsewhere about a conflict with "ChangePassword" disabled it but no difference. Where do I start to troubleshoot this? The event error is:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 8/27/2012 6:14:38 PM
Event time (UTC): 8/27/2012 11:14:38 PM
Event ID: f7f0c7568e914531b94f8b7a60646155
Event sequence: 6
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1905319038/Root-11-129905828609915301
Trust level: Full
Application Virtual Path: /
Application Path: C:\inetpub\umbraco\client\
Machine name: 244356-SERVER2
Process information:
Process ID: 6368
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: SqlHelperException
Exception message: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters)
at UComment.Dashboard.UCommentModeration.BindData()
at UComment.Dashboard.UCommentModeration.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Invalid object name 'comment'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String commandText, SqlParameter[] parameters)
at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters)
Request information:
Request URL: http://client.vendor.com/umbraco/dashboard.aspx?app=content
Request path: /umbraco/dashboard.aspx
User host address: 108.109.5.40
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 44
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters)
at UComment.Dashboard.UCommentModeration.BindData()
at UComment.Dashboard.UCommentModeration.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
So the package failed to install a table named "comment." Will a simple uninstall - reinstall address this? It seems like a big deal that a table didn't install?
Well, the hits keep on comming. Uninstalled, no errors expressed via the umbraco package UI, however, in the umbracoLog I see:
id userId NodeId Datestamp logHeader logComment 503 0 -1 2012-08-28 09:47:00.610 Error Error undoing package action 'ucomment_executeNonQuery' for package UComment: System.NotImplementedException: The method or operation is not implemented. at UComment.Installer.ExecuteNonQuery.Undo(String packageName, XmlNode xmlData) at umbraco.cms.businesslogic.packager.PackageAction.UndoPackageAction(String packageName, String actionAlias, XmlNode actionXml)
Adding ucomment breaks my dashboard
Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
umbraco v 4.7.2 (Assembly version: 1.0.4500.21031)
IIS: 6.0
Server-side error
After installing ucomment, my dashboard breaks. I read elsewhere about a conflict with "ChangePassword" disabled it but no difference. Where do I start to troubleshoot this? The event error is:
So the package failed to install a table named "comment." Will a simple uninstall - reinstall address this? It seems like a big deal that a table didn't install?
FYI: uninstalling. The uninstall task list does not show a table removal — does that sound correct?
Well, the hits keep on comming. Uninstalled, no errors expressed via the umbraco package UI, however, in the umbracoLog I see:
id userId NodeId Datestamp logHeader logComment
503 0 -1 2012-08-28 09:47:00.610 Error Error undoing package action 'ucomment_executeNonQuery' for package UComment: System.NotImplementedException: The method or operation is not implemented. at UComment.Installer.ExecuteNonQuery.Undo(String packageName, XmlNode xmlData) at umbraco.cms.businesslogic.packager.PackageAction.UndoPackageAction(String packageName, String actionAlias, XmlNode actionXml)
I may as well end my solioquy with a blog post that wraps this connundrum up (with resolution) http://www.skrinakcreative.com/wp/2012/08/an-umbraco-adventure-migrating-the-media-folder-in-4-8-1/
is working on a reply...
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.