Search Results

All Results 7011
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
SAML changes post upgrade from DXP 7.0 to higher version
Issue SAML authentication is being used in DXP 7.0. After upgrading the DXP 7.0 to any higher version, how to configure SAML in the upgraded environment? Environment Liferay DXP 7.1 Liferay DXP 7.2...
Add custom certificate in SAML configuration
Issue As part of the SAML configuration, it is possible to generate a Certificate and a Private Key. This generates both a self-signed key and a container storekey (in $LIFERAY_HOME/data/keystore.jks by default)....
Liferay DXP 7.0 Theme Generator installation fails with Missing required argument #1 | EMISSINGARG
Issue While following the Liferay documentation about 7.0 DXP theme building with the Theme Generator, the following error will be thrown on Terminal when running npm install -g yo gulp: npm ERR! Windows_NT...
Can Users Be Mentioned By Name in Message Boards?
Issue Currently, all user mentions in the Message Boards portlet have the format @[username]. I would like to mention users using their first and last name instead. Environment DXP 7.0 DXP 7.1 DXP 7.2 DXP 7.3...
Deprecation warning in the browser's console: "Value provided is not in a recognized RFC2822 or ISO format"
Issue After patching a bundle with a fix (Fix Pack or hotfix) that includes the solutions for LPS-121066 and LPS-121499, customers and DXP users may notice the below warning message in the browser's console:...
Push notification API unable to register
Issue When trying to register a device through the Liferay Push, the following error will be received: error: com.liferay.portal.kernel.jsonwebservice.NoSuchJSONWebServiceExceptio LRPush Error Error...
Set "Enable Email Subscriptions" in the Asset Publisher to "No" by default.
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue...
ClassCastException on com.liferay.frontend.theme.contributor.extender after installing a newer fix pack
Issue After patching the environment with a newer fix pack, the below error may be encountered at server startup: ERROR [ServerService Thread Pool -- 68][ThemeContributorTopHeadDynamicInclude:93] bundle...
LAR file export process
Issue LAR file is exported even when the web content's internal reference is missing. Steps to reproduce 1) Create a blank site "Test" and add a public page "Home". 2) Create a structure "Test-structure"...
I cannot set the default template for a web content structure
Issue When I create web content based on a structure with multiple templates, I would like to change the default template of that structure. Environment Liferay portal 6.2 Liferay DXP 7.0 + Resolution In order to...
ClamAV integration with Liferay on windows
How to set up the latest Clam Antivirus with the Liferay platform on Windows. The goal is to scan documents for viruses when they are being uploaded. Environment Windows 10 Liferay 6.2 ClamAV version 0.103.0...
Renamed Liferay Enterprise Search apps and how it impacts installations
Table of Contents Summary of Changes Impact to New Installations (DXP 7.0-7.3) Impact to Existing Installations (DXP 7.0-7.2) Summary of Changes As of September 24, 2020, the Liferay Enterprise Search (LES)...
ClassCastException when using Elasticsearch 7
Issue After installing the Elasticsearch 7 plugin and connecting Liferay DXP to an Elasticsearch 7 server, errors like this are thrown on startup: ERROR...
JournalArticle not properly indexed with 'Document contains at least one immense term' error
Issue When attempting to perform a re-index, JournalArticle contents are not properly indexed due to an error similar to the following: For Solr: 2020-09-23 06:32:13 ERROR org.apache.solr.common.SolrException: Exception...
Filtering expired web contents shows incorrect results
Issue We have a web content that we set to Expired, then changed the Expiration Date to a date in the future so not it is shown as Approved. When we look for the web content using the Approved filter, we can still see...
Missing reference errors during site import
Issue Liferay currently only allows export of either Private or Public pages (and not both). When a site has a web content displayed on their public page with a link to a private page, or vice versa, while an...
SAML no longer working after upgrading Liferay
Issue After upgrading Liferay from Liferay DXP 7.0 to Liferay DXP 7.2, SAML is no longer working and users are no longer able to authenticate using SAML. It is possible that the following error will also appear in the...
Adaptive Media not applied on Content Pages
Issue I noticed that Adaptive Media is not applied in fragments with an image. Add an image to the Documents and Media Library with a width above 600px Go to Control Panel→Configuration→Adaptive Media Add a new...
Disable all locales that are not EN
Issue Asset publishers are being translated to other languages than English which is the default and only one that is desired. For some reason due to the location of the IP/network or browser translation URLs are...
Custom editor configuration is not applied to repeatable fields
Issue After implementing a custom EditorConfigContributor to override the configuration of a web content editor, e.g. as below: @Component( immediate = true, property = { "editor.name=alloyeditor",...