Search Results

All Results 6987
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
How to remove languages in Instance Settings?
Issue How can a user remove languages in Instance Settings? Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Start up a vanilla bundle without any specific language settings. Go to Control Panel >...
Unable to PATCH a DateTime field in an Object back to Null
Issue The PATCH API request to change a DateTime field value in an Object back to Null does not work as expected. The value of the DateTime field is not changed, it remains the same. Environment Liferay DXP 7.4...
OpenID Connect Error - "Signed JWT rejected" with CAS
Issue When configuring authentication using OpenID Connect, login fails and the following error is reported: Unable to validate tokens: Signed JWT rejected: Another algorithm expected, or no matching key(s) found...
How to enable conversions for document library files.
Issue How to download converted document through Liferay Document Media portlet while using OpenOffice? Environment Liferay DXP 7.4  LibreOffice 7.1.6  OpenOffice 4.1.11  Resolution Add the...
Ampersand in Web Content Text field turned into & in Content Pages
Issue Create an example structure with the following associated template: <#ftl output_format="HTML" auto_esc=false> <p>-----------------</p> This should't be escaped: ${'&'} <p>-----------------</p> This should be...
How to Generate SAML Tracer export for Liferay Support
SAML Tracer can be a useful debugging tool for viewing SAML messages sent through the browser during single sign-on and single logout and helps with analyzing both SP- and IdP-initiated SAML flows, including viewing and...
How to get a list of portal Users and what Roles are assigned to them?
Issue I would like to get a list of Liferay portal users and what roles are assigned to them. Environment Liferay DXP 7.2+ Resolution Please run the attached Groovy script: ListUsersAndRoles.groovy  Additional...
What is the Default Service Account?
Issue What is the Default Service Account? What is its purpose? Why is a default-service-account row added automatically to the User_ table? Can this user be removed or adjusted? Environment 2023.Q3+ Resolution Imagine...
Error when adding files to Documents and Media through an Asset Publisher on a Widget Page
Issue When adding a file to Documents and Media on my Portal, through an Asset Publisher located on a Widget Page, there is no notification from the Portal signaling that the file has been added and the Portal remains...
I cannot use the Friendly URL of Categories
Issue I create a Category and a Display Page Template the following way: Navigate to Categorization > Categories Create a vocabulary and add one category under it Define a friendlyurl for the category (already done...
Page redirection issue while using Fragment as 'cacheable'
Issue User faces automatic page redirection while performing any actions in fragment is 'cacheable'. Issue goes away, if 'cacheable' option is unchecked. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Such...
Unknown publisher issue when installing Liferay developer studio
Issue When installing the Liferay Developer Studio on a Windows machine, it shows the unknown publisher. It is not showing the authorized publisher. Environment Liferay DXP 7.4 Liferay Developer Studio Resolution...
Possibility to change Friendly URL automatically generated in Objects
Issue The official Liferay documentation comments that when creating an object, displayed through a Display Page Template, an automatic URL is generated with the following syntax: "{domain}/l/objectEntryId" I would...
When I try to export a Site, the export fails with an error: XXXX could not be exported because its workflow status is not exportable.
Issue I am trying to export a Site. However, I receive the following error: An unexpected error occurred with the publish process. Please check your portal and publishing configuration. The...
How to set up antivirus scanning of files uploaded to Liferay Documents & Media in Liferay PaaS
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Customers who aren't familiar with Docker can't easily setup...
How to use anchors in CKEditor
Issue I need to make use of anchors in my content Environment Liferay 7,3, 7.4, Quarterly Releases Resolution To be able to use anchors in your content, you'll need to follow these steps: Add a Rich Text...
Access to Display Page Template via webdav
Issue The Display Pages templates aren't accesibles via webdav. Environment Liferay DXP 7.4 Resolution It is not possible to access via webdav to Display Page Template. There is a solution to access it via Headless API...
Product Specification is not being displayed in search results when faceted navigation is enabled
Issue This article describes a scenario where search results are not being displayed for a Product specification when faceted navigation is enabled Environment Liferay Quarterly Releases Liferay DXP 7.4+ Resolution Please...
Unique constraint violation makes it impossible to change page configuration
Issue The attempted efforts to modify the configuration of a page don't work. There are errors in the log about a unique constraint violation for index IX_C753170C; ERROR [default...
Using Liferay.Language.get() in React client extensions
Issue We are building custom element client extension using React. We want to manage all the translations to different languages using the Language override feature in Control panel. Environment Liferay DXP 7.4 +...