留言板

Page Permissions Panel not displaying in 6.1 GA2

thumbnail
William Gosse,修改在11 年前。

Page Permissions Panel not displaying in 6.1 GA2

Liferay Master 帖子: 533 加入日期: 10-7-4 最近的帖子
I recently migrated my 6.05 portal to 6.1 GA2. I used the automatic upgrade process to perform this migration. Everything seems to be working but when I click the permissions button for a page the panel opens but all I see is $theme.include($content_include) being displayed.

The following exception is also thrown in the portal's console:
Sep 10, 2012 7:05:35 PM org.apache.catalina.core.ApplicationDispatcher invoke
SEVERE: Servlet.service() for servlet default threw exception
java.io.FileNotFoundException: The requested resource (/html$tilesContent) is not available
thumbnail
William Gosse,修改在11 年前。

RE: Page Permissions Panel not displaying in 6.1 GA2

Liferay Master 帖子: 533 加入日期: 10-7-4 最近的帖子
Has anyone seen this issue while migrating from 6.0 to 6.1.? Please help.
thumbnail
William Gosse,修改在11 年前。

Fixed: Page Permissions Panel not displaying in 6.1 GA2

Liferay Master 帖子: 533 加入日期: 10-7-4 最近的帖子
I added the following legacy 6.0 portal parameters to my portal-ext.properties file which seem to have solved this issue.
users.last.name.required=true
portal.security.manager.strategy=liferay
layout.types=portlet,panel,embedded,article,url,link_to_layout
editor.wysiwyg.portal-web.docroot.html.portlet.message_boards.edit_message.bb_code.jsp=bbcode
setup.wizard.enabled=false
discussion.subscribe.by.default=false
message.boards.subscribe.by.default=false

I'm not sure which one actually fixed the problem. I'm guessing layout.types=portlet,panel,embedded,article,url,link_to_layout.