I have installed Umbraco on a shared host which runs in full trust. When I go to /install/default.aspx?installStep=validatePermissions it states "Your permission settings are perfect!". I assume this means that all of my permissions are set correctly. Are there any other reasons why none of the trees are loading? I just see the root node in all sections. The right click menu just flickers. Thanks for any help!
I have uploaded a patch to codeplex ID: 7083, to fix the MySQL install , that contains the code + a release build of the umbraco.datalayer.dll, also the MySQL scripts can be run manually
Trees Not Loading
I have installed Umbraco on a shared host which runs in full trust. When I go to /install/default.aspx?installStep=validatePermissions it states "Your permission settings are perfect!". I assume this means that all of my permissions are set correctly. Are there any other reasons why none of the trees are loading? I just see the root node in all sections. The right click menu just flickers. Thanks for any help!
Try deleting the contents of the contents of the data/_systemUmbracoIndexDontDelete folder. After that run umbraco/reindex.aspx.
See if that fixes the problem.
HTH,
Peter
Thanks for the suggestion, but unfortunately that didn't work. Any other ideas?
FYI...this is the url called when looking in FireBug...
/umbraco/tree.aspx?rnd=18573f54-b2fe-4bcd-be42-201bf6566b34&id=-1&contextMenu=true&isDialog=false&app=content
It doesn't throw any errors, but the result is...
<?xml version="1.0" encoding="utf-8"?>
<tree />
Another interesting point. I created a custom section and it works. It calls tree.aspx successfully and returns the expected records.
If you are using MySQL see: http://our.umbraco.org/forum/core/general/3945-Content-Tree-not-loading?p=1#comment49105 maybee it can help you
I have uploaded a patch to codeplex ID: 7083, to fix the MySQL install , that contains the code + a release build of the umbraco.datalayer.dll, also the MySQL scripts can be run manually
is working on a reply...