Hi Guys: I have been reading everywhere and I can't find a solution that fits my problem. I have 2 users - Admin (Standard). - User1 (All possible rights for Space called Test).
Now I acces Test.WebPreferences And I get 2 Tabs: - Space Prefs. - Space Rights. (So far so good) But when I press the Space Rights Tab the Ajax table that should show my users and groups doesnt show any names... The Only correct information it displays is how many of each existe. In the meanwhile When I log in as Admin and access the Administration area everything works fine both tables on global rights and space rights work fine. Can anybody help me out? Or give me a hint to where I should look to solve this problem. Im using the Xwiki enterprise 1.5 milestone. And the link is http://localhost:8080/xwiki/bin/admin/XX/WebPreferences?editor=spacerights&global=1&space=XX Every time I enter the link above the follwoing messages appear besides others of course. 17:28:19,529 INFO [XWikiRightServiceImpl] Access has been denied for (xwiki:XWiki.test,XWiki.canUsee,view): global level (restricting right was found) 17:28:19,529 INFO [XWikiRightServiceImpl] Access has been denied for (xwiki:XWiki.test,XWiki.canUsee,view): access manager denied right 17:28:19,561 INFO [XWikiRightServiceImpl] Access has been denied for (xwiki:XWiki.test,XWiki.teste,view): global level (restricting right was found) 17:28:19,561 INFO [XWikiRightServiceImpl] Access has been denied for (xwiki:XWiki.test,XWiki.teste,view): access manager denied right 17:28:19,592 INFO [XWikiRightServiceImpl] Access has been denied for (xwiki:XWiki.test,XWiki.XWikiAdminGroup,view): global level (restricting right was found) 17:28:19,592 INFO [XWikiRightServiceImpl] Access has been denied for (xwiki:XWiki.test,XWiki.XWikiAdminGroup,view): access manager denied right 17:28:19,608 INFO [XWikiRightServiceImpl] Access has been denied for (xwiki:XWiki.test,XWiki.XWikiAllGroup,view): global level (restricting right was found) 17:28:19,608 INFO [XWikiRightServiceImpl] Access has been denied for (xwiki:XWiki.test,XWiki.XWikiAllGroup,view): access manager denied right Firebug finds error here in usersandgroups.js in the function displayUsersAndGroups(row, i, table, idx): ->>>>>var userurl = row.userurl; var uorg = table.json.uorg; var allows = row.allows; var denys = row.denys; -- View this message in context: http://www.nabble.com/Space-Admin-Space-Rights-tp18095953p18095953.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

