Copied to clipboard

Flag this post as spam?

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


  • sun 403 posts 395 karma points
    Nov 30, 2010 @ 13:52
    sun
    0

    I've created a uforum node, but it can't be published and show error.

    after I click Save&Publish button, it show error:

    Error

    Publising was cancelled by a 3rd party add-in

     

    The main problem is that I have two instance of Umbraco(4.5.2 and 4.6 alpha) each has different 3rd party. Why this error is shown at both instance? One of Umbraco only istalled Doc2Form and uForum.

    uForum 1.0 bIII

    Thanks for your nice work, so brief, so easy to translate.

  • Jeff Grine 149 posts 189 karma points
    Nov 30, 2010 @ 22:02
    Jeff Grine
    0

    Most third party packages will write to the log when cancelling publishing. Have you checked umbracoLog (or right click and look at the Audit Trail)?

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Nov 30, 2010 @ 23:05
    Morten Bock
    0

    Jeff is right. uForum will log the error the the umbracoLog table if an exception occurs while trying to create the forum. Post the exception here if it does not make sense.

  • Peter Cort Larsen 418 posts 1015 karma points
    Jan 13, 2011 @ 16:26
    Peter Cort Larsen
    0

    I get the same error.
    In my audit trail i see this.

    Looks like it didnt install the tables. What to do? I cant a sql script file any place.

    I am using a .net 4 version of Umbraco 4.5.2 and the forum 'uForum_1.0.0.0bIII'

     

    uForum: NewForumHandler failed to create/update forum. Check that the uForum tables exist in the database.

    Exception details: umbraco.DataLayer.SqlHelperException: Umbraco Exception (DataLayer):
    SQL helper exception in ExecuteReader --->
    System.Data.SqlClient.SqlException: Invalid object name 'forumForums'.
    at System.Data.SqlClient.SqlConnection.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) --- End of inner exception stack trace ---
    at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) at uForum.Businesslogic.Forum..ctor(Int32 forumID)
    at uForum.NewForumHandler.OnDocumentBeforePublish(Document sender, PublishEventArgs e)

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Jan 13, 2011 @ 16:40
    Morten Bock
    0

    Hi.

    The sql for creating the tables is here:

    http://uforum.codeplex.com/SourceControl/changeset/view/52439#916786

     

  • Peter Cort Larsen 418 posts 1015 karma points
    Jan 14, 2011 @ 11:06
    Peter Cort Larsen
    0

    Thank you, that helped

Please Sign in or register to post replies

Write your reply to:

Draft