In order to integrate an existing umbraco website on my machine, I had copied all files from "wwwroot" folder (source machine) to my machine.
The website is rendering perfectly. But the content-tree does not load properly. Sometimes "Reload Nodes" works, but most of the times it displays the content tree as empty. How do I solve this problem? I am not able to edit any content.
turns out it was because of the huge amount of data stored in these two tables; especially cmsDocument
once i deleted the extra rows in those tables (which was like 18GB data); it started working fine. I also had to delete the three corrupt files in the content tree. It works like magic now :)
Content-tree does not load child-nodes properly
Hi,
In order to integrate an existing umbraco website on my machine, I had copied all files from "wwwroot" folder (source machine) to my machine.
The website is rendering perfectly. But the content-tree does not load properly. Sometimes "Reload Nodes" works, but most of the times it displays the content tree as empty. How do I solve this problem? I am not able to edit any content.
Thanks,
Sharada
Please check the permissions on all folders. If it is running on your local machine, it doesn't hurt to give 'Everyone' full control.
After that, try again, it will probably be solved then.
still getting the same problem.
Could this be caused because of poor database performance..
The data in our DB is around 20GB
Thanks,
Sharada
turns out it was because of the huge amount of data stored in these two tables; especially cmsDocument
once i deleted the extra rows in those tables (which was like 18GB data); it started working fine. I also had to delete the three corrupt files in the content tree. It works like magic now :)
You could also add an index if you are on SQL Server to speed up the process.
http://www.spyriadis.net/2011/09/umbraco-fix-content-tree-not-loaded-on-very-large-sites/
is working on a reply...