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 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.
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.
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)?
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.
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'
Hi.
The sql for creating the tables is here:
http://uforum.codeplex.com/SourceControl/changeset/view/52439#916786
Thank you, that helped
is working on a reply...