掲示板

"Admin" user unable to view "Guest" role permissions

14年前 に Alex Pinho によって更新されました。

"Admin" user unable to view "Guest" role permissions

New Member 投稿: 3 参加年月日: 10/04/13 最新の投稿
Hello !

Config :
Fedora 9/Tomcat 5.5/Liferay 5.2.1

Problem :
When I log in as admin, and go to ControlPanel/Roles/Guest/Actions/Permissions I get a empty white page.

Clues :
- I don't remember exactly how/when it happened, bu I believe it was after I changed some things related with the Guest Community or Guest UserGroup.
- On the log I can see an exception is raised :
09:47:22,360 ERROR [IncludeTag:165] com.liferay.portal.NoSuchGroupException: No Group exists with the primary key 10127134

Has someone experienced the same problem, or has any clue as to solve this issue.
Thank you...
13年前 に parth barot によって更新されました。

RE: "Admin" user unable to view "Guest" role permission

Junior Member 投稿: 42 参加年月日: 10/04/30 最新の投稿
Hey,

Check in your portal Database the the Guest group exists or not.
Use this query.

SELECT * FROM group_ WHERE name LIKE 'Guest' ;


I have checked,it shows the group with friendly URL '/guest'.

If it doesn't show any row, then i think you can try making another new DB for this and try running on that one.

Hope this works.

thanks,
Parth.