I'm trying nForum 1.6 in umbraco 4.9.1 too. This is for an upgrade of an existing site (was nForum 1.2 on umbraco 4.7.1), where everything worked fine.
Now I get an error when I move items in the Media folder. If I uninstall nForum, the error goes away. When I reinstall nForum, the error returns.
Any ideas on how to fix this please?
The error is:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
At /umbraco/dialogs/moveOrCopy.aspx?app=media&mode=cut&id=1701&rnd=86.3&rndo=87.1 (Referred by: http://knights.clubnet.org.uk/umbraco/dialogs/moveOrCopy.aspx?app=media&mode=cut&id=1701&rnd=86.3&rndo=87.1): System.ArgumentException: No Document exists with Version '6a1f8ea6-d780-48ef-8bfe-29fe6f012d95' at umbraco.cms.businesslogic.web.Document.setupNode() at umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) at nForum.BusinessLogic.Events.NForumEvents.DocumentAfterMove(Object sender, MoveEventArgs e) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at umbraco.cms.businesslogic.CMSNode.FireAfterMove(MoveEventArgs e) at umbraco.cms.businesslogic.CMSNode.Move(CMSNode parent) at umbraco.dialogs.moveOrCopy.HandleDocumentMoveOrCopy() at umbraco.dialogs.moveOrCopy.HandleMoveOrCopy(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
PS this error seems to be very similar to an issue we had with v1.2 of the forum - but unfortunately that thread seems to have been deleted?? It was eventually fixed by Dav, who kindly shared the fix for the 1.2 version.
From looking at old email notifications from posts to that thread, the problem related to nForum.BusinessLogic.dll which needed to be replaced. Hope that helps someone identify and fix this in 1.6.
nForum to Umbraco 4.9?
Hi
Thanks for the great package, do you think the 1.6 version would work in Umbraco 4.9?
It 'should' work with 4.9 although I haven't tried it myself.
haha OK
Ill try, fingers crossed:-)
Just installed it without problems, seems to be working sweet!
Thanks! =)
Hi:
When I installed in 4.9.1 on a hosted site, I got an error parsing umTopNav.xslt. Anyone know what's going on here.
Cheers
Sean
I'm trying nForum 1.6 in umbraco 4.9.1 too. This is for an upgrade of an existing site (was nForum 1.2 on umbraco 4.7.1), where everything worked fine.
Now I get an error when I move items in the Media folder. If I uninstall nForum, the error goes away. When I reinstall nForum, the error returns.
Any ideas on how to fix this please?
The error is:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /umbraco/plugins/poetpatcher/CustomError.aspx
In the error log, I see more details:
At /umbraco/plugins/poetpatcher/CustomError.aspx?aspxerrorpath=/umbraco/dialogs/moveOrCopy.aspx (Referred by: http://knights.clubnet.org.uk/umbraco/dialogs/moveOrCopy.aspx?app=media&mode=cut&id=1701&rnd=86.3&rndo=87.1):
AND
At /umbraco/dialogs/moveOrCopy.aspx?app=media&mode=cut&id=1701&rnd=86.3&rndo=87.1 (Referred by: http://knights.clubnet.org.uk/umbraco/dialogs/moveOrCopy.aspx?app=media&mode=cut&id=1701&rnd=86.3&rndo=87.1): System.ArgumentException: No Document exists with Version '6a1f8ea6-d780-48ef-8bfe-29fe6f012d95' at umbraco.cms.businesslogic.web.Document.setupNode() at umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) at nForum.BusinessLogic.Events.NForumEvents.DocumentAfterMove(Object sender, MoveEventArgs e) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at umbraco.cms.businesslogic.CMSNode.FireAfterMove(MoveEventArgs e) at umbraco.cms.businesslogic.CMSNode.Move(CMSNode parent) at umbraco.dialogs.moveOrCopy.HandleDocumentMoveOrCopy() at umbraco.dialogs.moveOrCopy.HandleMoveOrCopy(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
PS this error seems to be very similar to an issue we had with v1.2 of the forum - but unfortunately that thread seems to have been deleted?? It was eventually fixed by Dav, who kindly shared the fix for the 1.2 version.
http://our.umbraco.org/projects/website-utilities/nforum/bugs/18411-Error-on-DeleteMove-Media-obj-after-installed-nFoum (anyone know where that went?)
From looking at old email notifications from posts to that thread, the problem related to nForum.BusinessLogic.dll which needed to be replaced. Hope that helps someone identify and fix this in 1.6.
is working on a reply...