I have problem and I can't find any advice how to fix it. I hope you can help me.
My website is working correctly and all content is in place, but in admin pages all nodes have disappeared and the tree is not expanding. In every section there is only the first node with section name and the right click menu is not appearing (there is only narrow rectangle without any option).
I reverted from svn my all last changes to the project and there is still the same problem. Until today everything was fine.
Any help appreciated. Sorry if this post should go to other section on this forum.
as a first step, check, and re-check, your file permissions. This has proven to be the number 1 cause of strange behavior in Umbraco. Make sure your application pool user has MODIFY permissions on the required directories.
Thanks for the reply, but it it not permissions problem.
I figured it out finally. My user control is using AjaxToolkit (version 3) and while building it was replacing original AjaxToolkit library (version 1)...
nodes disappeared / tree doesn't expand
Hi everyone!
I have problem and I can't find any advice how to fix it. I hope you can help me.
My website is working correctly and all content is in place, but in admin pages all nodes have disappeared and the tree is not expanding. In every section there is only the first node with section name and the right click menu is not appearing (there is only narrow rectangle without any option).
I reverted from svn my all last changes to the project and there is still the same problem. Until today everything was fine.
Any help appreciated. Sorry if this post should go to other section on this forum.
Regards
Dorota
Hi Dorota,
as a first step, check, and re-check, your file permissions. This has proven to be the number 1 cause of strange behavior in Umbraco. Make sure your application pool user has MODIFY permissions on the required directories.
Regards,
Stephan
Thanks for the reply, but it it not permissions problem.
I figured it out finally. My user control is using AjaxToolkit (version 3) and while building it was replacing original AjaxToolkit library (version 1)...
Regards,
Dorota
is working on a reply...