Search Results

Capability
Feature
Deployment Approach
"Inconsistent patch level detected" error occured in the logs
authorEmailAddress: kartik.singh@liferay.com, authorName: Kartik Singh, content: Issue The following error occurs in the logs due to an inconsistency in patch levels: Example 1: ERROR [server.startup : 2][PatcherImpl:204] Inconsistent patch level detected WARN [server.startup :...
公開日: 1970/01/01 0:00
Client Extensions deployment fails and status remains "Getting Ready"
authorEmailAddress: timea.bihari@liferay.com, authorName: Tímea Bihari, content: Issue Client Extensions (CX) are not deploying and the status remains "Getting Ready".   Environment Liferay SaaS   Resolution The "Getting Ready" status for a Client Extension environment is expected before a...
公開日: 1970/01/01 0:00
Default Language not being applied to not translated content
authorEmailAddress: adrienne.lao@liferay.com, authorName: Adrienne Lao, content: Issue There is an undesirable behavior present when creating an object and utilizing the language translation. The content is empty instead of showcasing the content translated. Steps to reproduce: Instance Settings...
公開日: 1970/01/01 0:00
How can I use environment variables to get the URL of other CX micro-services?
authorEmailAddress: allison.mcgill@liferay.com, authorName: Ally McGill, content: Issue Currently we can access the dynamic urls for DXP using the following variables. "LIFERAY_ROUTES_CLIENT_EXTENSION": "/etc/liferay/lxc/ext-init-metadata", "LIFERAY_ROUTES_DXP": "/etc/liferay/lxc/dxp-metadata" Is...
公開日: 1970/01/01 0:00
Role deletion takes a long time
authorEmailAddress: adrienne.lao@liferay.com, authorName: Adrienne Lao, content: Issue We have found that when we try to delete a role, the system takes a long time to delete a role (a couple of minutes). We also have a large database of roles and sites which could also be having an affect on the...
公開日: 1970/01/01 0:00
Migration Guidelines from Cloud Stack Version 4.x to 5.x
authorEmailAddress: vincent.liu@liferay.com, authorName: Vincent Liu, content: Introduction With the End of Functionality for Cloud Service Stack Version 4 on January 14, 2025, existing builds using Version 4 images will fail moving forward. As Liferay Cloud Version 5 introduces new features and...
公開日: 1970/01/01 0:00
Deploys not working for Webserver Service due to "could not build server_names_hash"
authorEmailAddress: giulianna.munoa@liferay.com, authorName: Giulianna Munoa, content: Issue Deploys do not complete and you can see the following logs: ERROR 2025/03/04 16:12:35 [emerg] 81#81: could not build server_names_hash, you should increase server_names_hash_bucket_size: 64 ERROR nginx:...
公開日: 1970/01/01 0:00
Issues with rendering a Grid and Web Content Display when in Preview Mode
authorEmailAddress: adrienne.lao@liferay.com, authorName: Adrienne Lao, content: Issue There is an undesirable behavior present when using the Preview Mode. When configuring a private page to use a Grid and Web Content Display, the content within the grid is not displayed correctly when...
公開日: 1970/01/01 0:00
Friendly URL Duplication Error in Non-Default Locale Translations
authorEmailAddress: allison.mcgill@liferay.com, authorName: Ally McGill, content: Issue When I create multiple translations of the same page, I want to be able to use the same friendly URL. However, when I try to use the same friendly URL on the non-default locale translation I get the following...
公開日: 1970/01/01 0:00
"Copy Page" button doesn't copy the page contents properly
authorEmailAddress: allison.mcgill@liferay.com, authorName: Ally McGill, content: Issue We have observed that the "Copy Page" button in the kebab menu of the pages search result screen does not work as expected. The content of the source and destination pages are changed during the copy process. ...
公開日: 1970/01/01 0:00
The Control Menu fails to be responsive when the browser is resized.
authorEmailAddress: adrienne.lao@liferay.com, authorName: Adrienne Lao, content: Issue There is an undesirable behavior present with the Control Menu when resizing a browser. The Control Menu with a long header title causes overflow in smaller screens, often causing it to be in the white portion...
公開日: 1970/01/01 0:00
Unable to Start Glowroot After Upgrading
authorEmailAddress: emma.carr-gardner@liferay.com, authorName: Emma Carr-Gardner, content: NOTE: This article is an INTERNAL article and is not visible to customers, currently. Please only link this article in internal comments, but not public comments. Issue After updating our Java Version to...
公開日: 1970/01/01 0:00
Can I add internal vocabularies through the Site Initializer?
authorEmailAddress: marco.abamonga@liferay.com, authorName: Marco Abamonga, content: Issue We use the site initializer to create sites and we want to use internal vocabularies to categorize content. Environment DXP 7.4 Resolution This is not available out of the box in 7.4, but this feature has...
公開日: 1970/01/01 0:00
Calendar Widget displays Custom fields differently
authorEmailAddress: neil.cuzon@liferay.com, authorName: Neil Cuzon, content: Issue When users create Custom fields via Control Panel → Custom Fields → Calendar Events,  Custom Fields are not displayed in the same way as Native/Non-Custom fields when viewing Calendar Event details.  Environment...
公開日: 1970/01/01 0:00
Error indexing large terms using Rich Text box within a repeatable Field Group
authorEmailAddress: ahmed.abdin@liferay.com, authorName: Ahmed Abdin, content: Issue I have an issue with a web content structure with a repeatable field group that has a rich text field.  Reproduction Steps: 1. Start 2024.q2.0 2. Go to Content and Data --> Web Content --> Structures, add a...
公開日: 1970/01/01 0:00
User profile is visible when accessing the /web/test
authorEmailAddress: anushka.tiwari@liferay.com, authorName: Anushka Tiwari, content: Issue When accessing localhost:8080/web/test, the user profile is visible to guest users. The concern is that the user data being accessible to guest users poses a security threat. Environment Liferay DXP 7.4...
公開日: 1970/01/01 0:00
How to use JQuery client extension?
authorEmailAddress: koustuv.dhani@liferay.com, authorName: Koustuv Dhani, content: Issue How to upgrade jQuery version using client extension? Environment Liferay DXP 7.4 Resolution By using a client extension, user can add new features or customize existing ones without modifying the core code. ...
公開日: 1970/01/01 0:00
How to create a Clay Dropdown Menu with Button in Liferay 2024.Q2
authorEmailAddress: adam.kollar@liferay.com, authorName: Adam Kollar, content: Issue Cannot create a dropdown menu with checkboxes and an Apply button that is used to save the selection in the menu using Clay UI. Environment DXP 7.4 2024.Q2 Resolution You can add button functionality to modul by...
公開日: 1970/01/01 0:00
How to approach creating a MessageListener to verify a Publish while using Publications?
authorEmailAddress: sebastian.madaras@liferay.com, authorName: Sebastian Madaras, content: Issue How to approach to creating a MessageListener to verify a Publish while using Publications? Environment DXP 7.3 DXP 7.4 Resolution The Customer Support team has limited ability to provide a complete...
公開日: 1970/01/01 0:00
Web Content Select Field Values Not Indexed for Secondary Languages
authorEmailAddress: kartik.singh@liferay.com, authorName: Kartik Singh, content: Issue When creating or editing web content with a "dropdown" field on a multilingual site, the selected value may not be indexed for all languages, leading to inconsistencies in search results. Steps to Reproduce:...
公開日: 1970/01/01 0:00

Capabilities

Product

Education

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy