Search Results

All Results 7011
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
LAR File Auto Deployment
Issue Is there any way to programmatically load LAR files out of the box? Environment All Liferay Versions Resolution At this time there is no out-of-the-box method for auto-deploying LAR files. LAR files cannot be...
Where is the option to view the layout where the web content is published?
Issue We are looking for a possibility to view the layout where the web content is published   Environment Liferay DXP 7.1   Resolution There is the following groovy script which can be executed via Server...
User Last Login Date Not Updating
Issue We're observing that our user's loginDate and lastLoginDate are not updating correctly in the user table.   Environment DXP 7.1 DXP 7.2 DXP 7.3  Resolution 1) Set the following portal-ext property:    ...
A "processAction method not implemented" error is shown in the log
Issue Many processAction method not implemented errors are thrown in the server log: ERROR [http-nio-8080-exec-1][PortletServlet:117] null javax.portlet.PortletException: javax.portlet.PortletException: processAction...
Method "themeDisplay.getScopeGroupId()" executed within a Widget Page Template does not retrieve the site's groupId
Issue Given a Widget Page Template, when we use the themeDisplay.getScopeGroupId() method from a Freemarker template to try to retrieve the groupId from the original site, a different groupId will be retrieved. Would...
EU Login via OpenID Connect needs Proof Key for Code Exchange (PKCE)
Issue I would like to integrate my portal with an EU Login mock server instance via OpenID Connect It does not work since the OpenID connect server needs Proof Key for Code Exchange (PKCE) After configuration, when I am...
Caused by: java.sql.SQLException: Protocol violation
Issue The Protocol violation error is observed while trying to perform any publish action Caused by: java.sql.SQLException: Protocol violation: [ 101, ] at...
How to set redirection property in Liferay 7.4
Issue How to set the redirection properties in Liferay DXP 7.4                                                      or  Multiple redirections related WARNs has been observed after adding redirection property in...
Where and how are properties documented?
Issue We would like to use a property that we used in 6.2, however, we do not know if is it available on Liferay DXP 7.3. Environment All versions Resolution You can find the latest properties in Liferay...
JAWS Screen Reader is announcing state and navigation of Menu items incorrectly
Issue The JAWS screen reader does not announce whether a Menu item is expanded or collapsed Environment Liferay DXP 7.4 Resolution This resolution requires customization and should only be implemented at the...
Modify the URL to remove /w when using a display page template for web content
Issue If you are using a display page template to display the web content data on the page then it will generate the URL as like "https://localhost_or_domain:port/w/WCTitle".  In order to make SEO friendly URL, there...
AWS S3: does Liferay support the x-amz-server-side-encryption header with server side encryption?
Issue I am using an S3 bucket as the store for our Documents and Media I have configured it with a Service Control Policy that requires encryption and the presence of the x-amz-server-side-encryption header, something like...
Getting error "Please enter valid content" when saving/updating a workflow
Issue I cannot save a workflow, I get error "Please enter valid content", possibly because there is something wrong in the workflow xml syntax. How can I get more specific information about what could be wrong the workflow...
Elasticsearch error: This is not an HTTP port
Issue When configuring a remote Elasticsearch server the Search > Connections screen shows the error java.lang.RuntimeException: error while performing request. The logs show the message: Not a valid...
Breadcrumb in Display Page Template does not display the correct path
Issue When adding the BreadCrumb Widget in a Display Page Template (DPT) we can't configure it to display the correct path. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Unfortunately, currently it is...
Why are Fragments still marked as used in the Home page(Draft) even though it was removed?
Issue When a test fragment is created and then removed from the page, it is still marked as being used on a draft of a page. When I go to "View Usages" of the created Fragment, the Home page(Draft) under Fragment...
The pagination type is Simple
Issue Regular pagination is the same as Simple pagination Step to reproduce: Add three web contents Add an Asset Publisher to a widget page Change the Asset Selection to dynamic Change the Number of Items to...
"Authentication failed. Please enable browser cookies and try again." error prevents login operation
Issue When I try to log in, the message Authentication failed. Please enable browser cookies and try again. is displayed and the operation is not successful. Environment Liferay DXP 7.0 Fix Pack 102+ Liferay DXP 7.1 Fix...
Cryptography Encryption Algorithm used in Liferay
Issue Which algorithms are used as part of cryptography in standard Liferay implementation? What is key rotation approach? Environment Liferay DXP 7.1 Resolution Liferay DXP and Liferay Portal utilize...
Records are not removed from samlspsession table if the user closes the browser instead of logging out
Issue Records are not removed from `samlspsession` table if the user closes the browser instead of logging out. Steps to reproduce: 1. Setup two instances of Liferay to use SAML - one as IDP and one as SP....