after building and copying over dlls to the bin folder, i get compilation error with this not being found in current context ( /umbraco/controls/tree/treecontrol.ascx )
Have you reported this on codeplex then? That's the best way to let the core team know about the issue and gives other people with the same problem an opportunity to vote up the bug, so it's getting more attention and more likely will be fixed in an upcoming release.
But i have no idea what i need to do with the changeset zip file that is downloaded, any help would be much appreciated. I have very little experience of developing in .net or using umbraco.
"No Document exists with Version ..." when creating media using the top left create button
mac users will want to use this button rather than right click.
don't know why it's checking document version when creating media item ;/
fairly serious imo, be wonderful if this was fixed
cheers,
si
umbraco 4.5.2
i'm trying to change the source in /umbraco/create.aspx.cs (umbraco.presentation namespace)
so that CheckCreatePermissions looks like below:
private bool CheckCreatePermissions(int nodeId)
{
string nt=Request["nodeType"];
return UmbracoEnsuredPage.CurrentUser.GetPermissions(
(nt.Equals("media",StringComparison.OrdinalIgnoreCase)?new Media(nodeId).Path:new Document(nodeId).Path)
)
.Contains(ActionNew.Instance.Letter.ToString());
}
after building and copying over dlls to the bin folder, i get compilation error with this not being found in current context ( /umbraco/controls/tree/treecontrol.ascx )
<%#GetLegacyIActionJavascript()%>
boo.
Did you find a solution for this problem?
nah :[
maybe new 4.6 release has fixed it, will test today
still broken in juno. jeeez.
such a straight forward fix too
Bump. This seems to also manifest itself on Member.Save() in Juno too?! What is the recommended solution?
TIA.
Hi SimonY
Have you reported this on codeplex then? That's the best way to let the core team know about the issue and gives other people with the same problem an opportunity to vote up the bug, so it's getting more attention and more likely will be fixed in an upcoming release.
Before you submit please read this guide: http://our.umbraco.org/wiki/how-tos/submitting-bug-reports
/Jan
Do you use the richtext editor on the media or member types? If so it's probably this bug and fixed in JUNO: http://umbraco.codeplex.com/workitem/29258 - http://umbraco.codeplex.com/workitem/29032.
Jeroen
Hello,
Was wondering if there was any resolution for this bug, as i am getting it on my install of umbraco (4.5.2).
I have found the following information on codeplex:
http://umbraco.codeplex.com/workitem/28730
http://umbraco.codeplex.com/SourceControl/changeset/changes/b24fb8841e3e
But i have no idea what i need to do with the changeset zip file that is downloaded, any help would be much appreciated. I have very little experience of developing in .net or using umbraco.
David
I am getting this error still. Getting it when trying to create a new content node at the top level.
is working on a reply...