I noticed in the log that the error message is not fetched. The full message just looks like this:
At /umbraco/webservices/TreeDataService.ashx?rnd=b01b471b59c94e6b9930ae27608382de&id=-1&treeType=media&contextMenu=true&isDialog=false&rnd2=25 (Referred by: http://localhost:9094/umbraco/umbraco.aspx#media):
Shouldnt there be an error? Can I fetch it some other way?
Nope, not yet. I think it has to do with the recycle bin. In the DB table UmbracoNode there is two rows with the recycle bin and it looks right to me. A clean installation works fine.
I should have seen the Decode.Umb.IconPicker.Event.BeforeNodeRenderHandler call earlier.
I'm writing it here, because I also found out that there have to be 2 node with text='Recycle Bin'. The one with id=-21 was added as a recycle bin for Media files.
So the source of your problem has to be somewhere else, as it was for me.
Empty media after upgrade to 4.5.1
Im getting the same problem discussed on this forum before after upgrade.
The media node is not showing any folders or images.
I dont get the same error though. This is what i get in the log as ERROR:
"At /umbraco/webservices/TreeDataService.ashx?rnd=848fe661f3e2400d9dcdb1e60302fa76&id=-1&treeType=media&contextMenu=true&isDialog=false&rnd2=20.3 "
When i click the dialog for sorting i can see the whole tree so thers nothing wrong with the content, just the tree.
I noticed in the log that the error message is not fetched. The full message just looks like this:
At /umbraco/webservices/TreeDataService.ashx?rnd=b01b471b59c94e6b9930ae27608382de&id=-1&treeType=media&contextMenu=true&isDialog=false&rnd2=25 (Referred by: http://localhost:9094/umbraco/umbraco.aspx#media):
Shouldnt there be an error? Can I fetch it some other way?
Sorry but gotta *bump*
Using 4.5.2 and MySQL
Hey,
Did you by any chance find a solution for this?
Mirela.
Nope, not yet. I think it has to do with the recycle bin. In the DB table UmbracoNode there is two rows with the recycle bin and it looks right to me.
A clean installation works fine.
I had the same error and after working many hours at this, I found out the source of the problem: the IconPicker datatype.
The error looked like this:
I should have seen the Decode.Umb.IconPicker.Event.BeforeNodeRenderHandler call earlier.
I'm writing it here, because I also found out that there have to be 2 node with text='Recycle Bin'. The one with id=-21 was added as a recycle bin for Media files.
So the source of your problem has to be somewhere else, as it was for me.
Hope this helps,
Mirela.
How did you retrieve the error? In the log i only get an empty error
I use Firebug in Firefox and can see what the TreeDataService.ashx service returns.
Strange..the only answer I get is 500 Internal Server Error..
My bad...changed to debug="true" and got the following:
Seems to be the recyclebin after all? Someone knows why?
Noticed that the Recyclebin was not added in the Table UmbracoAppTree. Added the row but it wasnt enough.
EDIT: Seems it was enough! A restart of the application did the trick! At least I think that was what made it..Adding to codeplex.
Yep, this was my problem as well. Had to manually update the UmbracoAppTree and the UmbracoNode to include the new Recycle Bin in the Media Area.
is working on a reply...