Search Results

All Results 7011
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Error 406 No locales match the accepted languages
Issue When creating web content using POST, PUT, or PATCH API requests, an Error 406 is returned if no locales match the accepted languages: { "status": "NOT_ACCEPTABLE", "title": "No locales match the accepted...
Denied access to model object as it does not belong to current company
Issue An error message stating "Denied access to model object as it does not belong to current company" occurs when attempting to access a DLFile that resides in a different company than the template...
Cannot access .zip file error occurs when installing a hotfix with Patching Tool
Issue When I try to install a hotfix in my environment I get the following error:  Installing hotfix-3... Cannot access .zip file: ../osgi/portal/com.liferay.portal.zip.jar: java.nio.file.NoSuchFileException:...
Deploying httpclient-osgi modules cause Content is not allowed in prolog error
Issue An error occurs when starting Liferay after placing httpclient-osgi modules in the osgi/modules directory.  Unable to parse metadata XML at "bundleentry://.../OSGI-INF/metatype/metatype.properties" for bundle...
Display page template does not show content related
Issue We add a Content Display fragment to a Display Page template to show the related content, but when we select the Display Page from a web content and click Preview, the Display Page doesn't show the web...
Character replacement in web content with CKEditor
Issue When modifying the text entered in a text area of a web content in edit mode and publishing it, line breaks are automatically added in the generated HTML. After publishing, the <br> tags are automatically...
Cannot add segment with thousands of conditions due to indexing problems
Issue When adding a segment with with thousands of conditions there are problems with the indexing by Elasticsearch. The logs show a StackOverflowError stacktrace. Environment Quarterly Release 2023.Q3 Resolution...
No license after restoring uploaded backup
Issue I have uploaded to our PaaS environment a backup of our on-premise environment (for migration to PaaS reasons) Problem: When I restored this backup, the result was an instance without License, asking for a license...
Dispatch Trigger Error: No DispatchTrigger Exists with Primary Key XXXXX
Issue We are encountering an error related to Liferay's dispatch framework, where the system is attempting to process a non-existent dispatch trigger. The error message is as follows: ERROR...
Getting ORA-01795 when editing a DDM structure
Issue I'm trying to edit an DDMStructure and I got the error : => Edit xxx is temporarily unavailable. If I look at the logs I see this error : Caused by: java.sql.SQLSyntaxErrorException: ORA-01795: maximum number of...
"Error: Your Request failed to complete" sporadically populates within the UI
Issue After upgrading to version 7.4u41, we've encountered a sporadic error message that appears within the UI. Error: Your Request failed to complete  This issue manifests on various pages during the loading...
Font Awesome not included in Liferay product
Issue Font awesome icons are not available from version 2024.Q3 and is not possible to Enable it from System Settings.  Trying to add an html with some font awesome icons will not be rendered, for...
How can I determine the Liferay version in our SaaS environment?
Issue Where can I find the exact Liferay version deployed in our SaaS environment? Environment Liferay SaaS Resolution Starting with DXP 2024.Q1.1 Quarterly Release, you can find the exact Liferay version by going...
Editing issue in fragments when using rich text
Issue Using the following code in a fragment results in an error when editing the rich text field, using a copied text. The title field is empty and the pasted text gets duplicated and can not be edited and it gets...
Unable to extend user session on Weblogic
Issue When I call Liferay.Session.extend(); from Liferay 7.4 running on Weblogic, the user session terminates. Environment DXP 7.4 Weblogic Resolution This behavior is resolved by LPS-190923. Please open a help...
TLS v1.0 and TLS v1.1 in Liferay DXP
Issue How to confirm that TLS v1.0 and TLS v1.1 are disabled by default in Liferay DXP 7.2? Environment Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution In Java 8, TLS v1.0 and TLS v1.1...
AuditEvent not saved after migrating from Portal 6.2 to DXP 7.4
Issue After migrating to DXP 7.4. If we use the portal normally, there aren't new entries in Audit_AuditEvents table. Environment Liferay DXP 7.4 Resolution Go to System Settings -> Audit -> Persistent...
The fields of the custom theme need to be re-filled
Issue When using the look-and-feel.xml file to create a custom theme in Liferay, users observe that when they update the theme and reapply it, the previously entered data in the custom theme fields is lost. This...
Adding options to an item in order creation with POST headless-commerce-admin-order/v1.0/orders API
Issue I have created a new order with an API call, which includes also adding options to the order item, but when I query the order, I see that the options are not there Steps: 1. Create a Minium site. 2. Create a business...
How to manually trigger LDAP imports before the import interval is reached
Issue I want to manually trigger LDAP imports by triggering the UserImportConfigurationModelListener scheduled job. However, when I trigger this job, I see the following line in the LDAP DEBUG logs: DEBUG...