Search Results

All Results 1762
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Web Content Display and Edited Fragments Disappear after Publishing
Issue We've experienced an undesirable behavior when using Web Content Display and Fragments. After publishing the Web Content Display and going back to edit, the changes made from the edit are not saved.  Steps to...
Appending Query Parameters to Liferay's OIDC Redirect URL
Issue Is it possible to append query parameters to the end of the out-of-the-box redirect parameter provided by Liferay to the OIDC provider (https://[server.domain]/c/portal/login/openidconnect] Environment...
Adding proxy properties in the JVM causes images to no longer be visible on the site
Issue After adding the following properties to the environment variables LIFERAY_JVM_OPTS, images on the site are no longer visible. https.proxyHost= httpx.proxyPort   Environment Liferay DXP QR 2024.Q1.10   Resolution...
How to Remove Owner Role Permissions?
Issue We have users who had Site Admin role on one of their Sites and created a Page/Asset. After we revoked their Admin role (but not the Site Membership, so they can still access the Site), they continue to have...
Document's viewCount Not Updating when Viewing it in Documents and Media
Issue Liferay's default Document and Media portlet allows users to open files directly within the portlet. However, the view count for these documents isn't registered in the database unless the user downloads the...
How to Configure Global Error Pages in Liferay DXP
Issue How can I configure error pages (404, 403, 500) globally for all sites in Liferay DXP? Environment Liferay DXP 7.2+ Resolution While utility pages (including error pages like 404, 403, and 500) are configured at...
Embedding a Single Liferay Page in an iFrame
Issue I'd like to embed a form into other websites using an iframe so that guest users can fill and submit it. Content-Security Policy (CSP) configurations are instance-level, not page-specific. So, if I use the CSP...
File Upload Fails in Forms on Remote Live Site
Issue When uploading files using a form upload field on Remote Live site, files do not upload, and the following error message appears: "An unexpected error occurred while uploading your file." This only occurs in...
Hardcoded Text in Commerce Order Importer Not Translatable
Issue Allow hiding the non-required options from CSV template message. We have this csv_template.csv file and sometimes we need to edit its content to remove non-used fields, like requestedDeliveryDate that is...
Headless API for retrieving a specific collection of web content
Issue Is there any headless API for retrieving a specific collection of web content? Environment Liferay DXP 7.4 Liferay Quarterly releases Resolution Currently, there is no headless API available to retrieve a...
External Document Management Tool Integration Fails When a Vocabulary is Required
Issue I'm unable to create a new document in Google Drive or Office 365. After editing documents in Google Drive and navigating back to Liferay, the Liferay UI breaks. I currently have at least one Vocabulary...
I cannot add a parent page in Menu Display using the Pages Hierarchy
Issue I have an issue with the Menu Display Widget. When I try to select a parent menu in the configuration tab, the preview doesn’t change and after saving the configuration the Pages hierarchy is reset. Reproduction...
Radio Buttons in Forms cannot be navigated by keyboard
Issue I have set up a form with non-inlined radio button groups. Using tabulator and arrow keys, I cannot select the appropriate option within groups. This is an accessibility issue, since the form cannot be...
User Redirected to Guest Site Login After Clicking Form Submission Link in Email Notification
Issue Clicking the form submission link in an email notification redirects a user to the login form on the Guest site instead of the site where the form was submitted. Navigate to Control Panel > System Settings >...
Brave log-correlation issue
Issue I am using brave (https://github.com/openzipkin/brave) to create a correlation across all logs events from Liferay, portlets and backends. After upgrading from Liferay 7.2 to 2024.Q3.12, which now internally uses...
"Lambda expressions are allowed only at source level 1.8 or above" warning occurs in the logs
Issue The following warning occurs in the logs while configuring the WebSphere application server with Liferay. WARN [WebContainer : 4][code_jsp:162] {code="500", msg="JSPG0049E: /html/common/themes/top_head.jsp...
Need to Retrieve articles by the Structure Key
Issue How to retrieve the web content articles by the structure key via the Headless API? Structure Key: Environment Liferay DXP Quarterly Release Resolution This functionality is currently a limitation of the...
Tomcat download error encountered when leveraging Liferay Developer Studio / IDE
Issue When leveraging Liferay Developer Studio / IDE to build Liferay 2025.Q1.3, my build fails with indications that Tomcat is not able to download Example error: Execution failed for task...
Custom CK Editor toolbar is registered but not displayed
Issue We followed this blog post to create a custom CKEditor 4 module in workspace. We can see that CKEDITOR.plugins.registered but, we are not able to see it on the CK Editor toolbar UI in Liferay 7.4...
Outdated ibm-cos-java-sdk in Liferay S3 Module on JDK 21
Issue The liferay-portal-s3 package relies on ibm-cos-sdk-core version 2.9.0, which hardcodes the KeyManagerFactory to 'SunX509', a value no longer recommended for use with Java 21. Environment 2024.Q4.7 Resolution...