Search Results

All Results 6986
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
User redirected to the personal site (My Site) instead of the current site after opening notification
Issue When on the main site, click Notification from the user menu (by clicking the avatar on the top right). The notification interface will open, but on the left side menu the site will be changed to My Site, instead of...
Object entry permissions are not working when impersonating users.
Issue When logging in as an administrator and impersonating a regular site member (with non-elevated permissions), all records are shown instead of just the records of the Site Member. However, when using Objects...
If a drop zone is inserted between 2 others with existing fragments placed, the drop zone content is shifted
Issue A fragment is created with multiple drop zones and some other fragments are placed onto these zones. <div class="fragment_1"> <h1> Drop Zone 1 </h1> <lfr-drop-zone id="drop-zone-1"></lfr-drop-zone> <h1> Drop Zone...
When selecting a blog cover image, the uploaded video is unavailable
Issue Encountering challenges with uploading videos using the document and media portlet in blogs Steps to reproduce: 1) Navigate to Liferay DXP> Content and Data> Documents and Media 2) Upload a video (.mp4) 3)...
Disable Personal Information Fields in User Account Settings
Issue I would like to disable personal information fields in user account settings to prevent users from editing their names, screennames and other such personal information. Environment DXP 7.3 Resolution Add the...
How to retrieve the layouts where a web content is displayed
Issue How to determine what page a web content is displayed on. Resolution Best approach is to use the methods of the API provided by com.liferay.journal.service.JournalContentSearchLocalServiceUtil  , content:...
Problems with Images in WebContent Structures
Issue 1. Use a vanilla 7.1 with dxp-2. 2. Enable local staging for a new site. 3. In the staging site create a web content Structure and add a field of type Image and set the field as "Required". 4. Create a new web...
How to output the list of file names in "Documents and Media
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...
I want to dynamically set the "initial value" property of web content structure and date type.
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 I...
Disabled commerce shows error about missing bundles at startup
Issue Commerce is disabled by using the enterprise.product.commerce.enabled=false property Starting up with this property the following error is logged at startup: WARN  [main][SystemCheckOSGiCommands:137]...
How to increase index.max_result_window from Liferay
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Learn more: Search Result Limit with Elasticsearch:...
Multilingual support for password reset emails
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...
What to do when prompted with the warning message "This field is required" on a Text Field element of a Form after auto-fill is used?
Issue After I filled the Form with AutoFill for the required fields, a warning message states "this field is required" on the Form. Even when I attempt to submit the Form or the warning message is still...
Do hotfixes contain database changes?
Issue We were wondering if hotfixes contain database changes, and where you can see if a database change is included in a hotfix. Environment Applicable to all Liferay environments Resolution By default, a hotfix...
Preview is not generated for .webp files in Document and Media
Issue The preview is not getting generated for all the '.webp' files in Document and Media. Follow this guide and enable the use of WEBP  Navigate to Content & Data > Documents and Media Upload an image in...
Service Builder module not registered when using spring as dependency-injector
Issue When dependency-injector="spring" is set in service.xml, the services are not getting registered in Liferay DXP 7.4. The Liferay-Spring-Context: META-INF/spring line is missing from the generated service...
Automate scripts for Search service 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 We need to execute a curl command for the Search...
Cannot resubmit for publication a content page that has been rejected in the worklow
Issue I enabled Single Approver workflow for content pages, and I notice that after an initial content page draft has been rejected, upon editing the page again, you cannot resubmit it because the "Submit for Publication"...
Empty osgi/config folder in 7.4
Issue The osgi/config folder is missing all of its config files. Environment DXP 7.4 Resolution This is expected behavior. Liferay’s default factory configurations will no longer be added as a config file in the osgi/configs...
Cannot Add Captions To Images in Alloy Editor
This article includes a link to third-party documentation and third party resources are not supported or maintained by Liferay, so should be used at your team’s discretion. Issue AlloyEditor is the default blog WYSIWYG...
Special Characters in Screen Name Cause “Not Found” Error
Issue Special characters such as "., _, |" being present within a screen-name throws a “Requested resource could not be found” error in the UI. Environment DXP 7.2 Resolution This issue was fixed by LPS-119836,...
IBM MQ Connector
Issue I would like to integrate IBM MQ with Liferay DXP. Is there an IBM MQ connector for Liferay DXP? Environment DXP 7.0 DXP 7.1 DXP 7.2 DXP 7.3 DXP 7.4 Resolution We unfortunately don’t have a specific jar to...
Number items to display is wrong after migration
Issue After the migration from Liferay 6.2 to DXP, some Asset Publishers have the wrong 'Number items to display' In Portal 6.2, Number items to display is saved in a pageDelta property inside a portlet...
Upload files with the '.webp' extension in blogs
Issue Any file with the '.webp' extension cannot be uploaded in blogs. Environment Liferay DXP 7.4 Resolution Blog module is using an additional file restriction, therefore, users will need to access System...
I want to limit content versions in documents and media
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...
The SSL certificate does not cover domain
Issue The SSL certificate deployment is failing with the below error Jun 22 13:21:04.374 build-479 [testdomain-uat] Deployment in progress [webserver] as liferaycloud/nginx:1.16.1-4.0.1 Jun 22 13:21:12.200...
Language override - the global key does not get overwritten
Issue Language hook does not rewrite the 'Mine' key in the Filter and Order menu. Environment DXP 7.1 Resolution To solve this, follow this article:...
Redirect component limitations
Issue Right now redirection component is only available for pages, not intended for web contents, documents,... Resolution Currently there two limitations regarding the redirection component, both of which have a...
Display Page Template and Pages Navigation not showing for Private site
Issue Pages created from a Display Page Template are not showing in the Site Navigation menu on a Private site. Environment DXP 7.2 Resolution It is expected that the navigation menu display a different hierarchy...
'TemplateNode cannot be cast to java.lang.String' error when using certain words in structures
Issue We have a structure that has a field called 'type' and being referenced in the advanced settings When we try to preview it, we get the above-mentioned exception in our logs Environment Liferay DXP...
Changes to portlet-model-hints.xml are lost if running mvn generate-resources from the root of a maven workspace
Issue I made some changes (e.g. a hint) to the portlet-model-hints.xml file under my project's service builder folder and I am now running the mvn clean generate-resources command. If I run this command from within the...
Preventing auto-deploy of builds to DEV
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue When a new pull request merges to the develop branch, it...
How are Unique Visitors calculated and identified?
Issue We would like to know how the Unique Visitors are calculated and what the factors are that identify a unique visitor. Environment Analytics Cloud Resolution As for unique visitors, we track known users based on a...
Command-Line Tool installation in Linux Debian
Issue After installing Command-Line Tool following instructions from https://learn.liferay.com/dxp-cloud/latest/en/reference/command-line-tool.html , the lcp command does nothing: username@mylaptop:~$ curl...
How to enable the form's Require CAPTCHA option by default?
Issue Due to security rules, I need all forms to have the Require CAPTCHA option enabled. Currently, the Require CAPTCHA option is disabled by default. Is there any way to enable this option by default? Environment...
How to Track Data from a Knowledge Base Article in Liferay Analytics Cloud
Issue As an Analytics Cloud Workspace Admin, I would like to access the data from the Knowledge Base articles. Environment Liferay Analytics Cloud. Resolution This is currently a product limitation, however, we...
Language override is missing the Export-Import
Issue We would like to use the Export-Import feature for our translations at Control Panel → Language override but we cannot find it. Environment DXP 7.4 Update 1-15 Resolution This feature has been available since...
How is Bounce Rate calculated?
Issue We would like to know how the Bounce Rate is calculated. Environment Analytics Cloud Resolution It is calculated every 30 days. If you find that the values are too small, it is possible that there just has not...
Differences in number between Google Analytics vs Liferay Analytics results
Issue We are currently evaluating Liferay Analytics Cloud vs. Google Analytics and have noted a strong discrepancy in the overall site metrics that are shown in the Liferay Analytics graphs for the past 30 days. We...
Look & Feel Configuration popup displays error upon saving when using HTTP2
Issue Look & Feel Configuration popup displays below error upon saving when using HTTP2: Your settings could not be saved Steps to reproduce: Configure the App server to work with HTTP/2. Open the Look & Feel...