Legacy Knowledge Base
Published Sep. 10, 2025

Layout permissions lost upgrading from 6.2 to 7.2

Written By

David Tello

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • After the upgrade from 6.2 to 7.2, several Layout permissions have been changed.
  • Some pages restricted to the user Guest are accessible after the upgrade.
  • There are rows in the ResourcePermission table with the value NULL on column primKeyId. It can be checked with the following SQL:
    select * from ResourcePermission where primKeyId IS NULL

Environment

  • Liferay DXP 7.2, 7.3.

Resolution

  • This behavior is caused by is a known and revolved bug.
  • LPS-132627 fixes this bug.
  • The LPS-132627 was added in the 7.2 FP 15 and 7.3 FP 2.

Additional Information

  • See LPS-132627 if you need for more information about the bug
Did this article resolve your issue ?

Legacy Knowledge Base