Search Results

Capability
Feature
Deployment Approach
Customize widget appearance when using Liferay's sharing URL
authorEmailAddress: antonio.ortega@liferay.com, authorName: Antonio Ortega, content: Issue Accessing to a widget's configuration -> Sharing tab, we can get a code snippet to share that widget in an external page. Once we share it externally, sometimes the appearance of that widget might not be as...
Published Date: Jan 1, 1970 12:00 AM
How to access User object when overriding user-portrait taglib
authorEmailAddress: antonio.ortega@liferay.com, authorName: Antonio Ortega, content: Issue In Liferay Portal 6.x we made use of user-display taglib in order to show current user's image on screen. However, in Liferay DXP 7.x we are using user-portrait taglib, which actually includes a...
Published Date: Jan 1, 1970 12:00 AM
How to read translations from resource bundles by providing the language keys.
authorEmailAddress: ahmed.abdin@liferay.com, authorName: Ahmed Abdin, content: Issue I would like to read translations from resource bundles by providing the language keys. Environment Liferay DXP 7.4 Resolution You can read translations from resource bundles by providing the language keys by...
Published Date: Jan 1, 1970 12:00 AM
Adding passive listeners to jQuery
authorEmailAddress: antonio.ortega@liferay.com, authorName: Antonio Ortega, content: Issue When running audit with Google Pagespeed is common to find a recommendation about implementing passive listeners for jQuery. How can we do this? Environment Liferay DXP (any version) Resolution Since jQuery...
Published Date: Jan 1, 1970 12:00 AM
Using the iFrame tags for a video file downloads the file instead of embedding it when using Blogs
authorEmailAddress: justin.mann@liferay.com, authorName: Justin Mann, content: Issue If the iFrame tag is used to embed a video (.mp4) file within Blogs, the file is downloaded, instead of being embedded to be played.   Environment Liferay DXP 7.3   Resolution According to the documentation for...
Published Date: Jan 1, 1970 12:00 AM
Failed to verify signature and/or establish trust using any KeyInfo-derived credentials
authorEmailAddress: kanchan.bisht@liferay.com, authorName: Kanchan Bisht, content: Issue SAML has abruptly stopped working, and no user can log in. The Liferay console contains the following errors: DEBUG [ajp-nio-172.1.129.26-8080-exec-351][BaseSignatureTrustEngine:200] Attempting to establish...
Published Date: Jan 1, 1970 12:00 AM
Form's fieldReference name in the ddmforminstancereport entity
authorEmailAddress: kanchan.bisht@liferay.com, authorName: Kanchan Bisht, content: Issue The modified value of the FieldReference field of forms should also be updated in the database ddmforminstancereport entity once the user modified on form's UI. Steps to reproduce: 1) Create a form 2) Add a...
Published Date: Jan 1, 1970 12:00 AM
Instance Name is automatically appended to Child Sites
authorEmailAddress: rita.schaff@liferay.com, authorName: Rita Schaff, content: Issue The title of a Liferay instance is being appended to the page titles of its child sites: <title>Page title - Site title - Instance title</title> Is there any out-of-the-box way to hide it on all sites as well as...
Published Date: Jan 1, 1970 12:00 AM
How to translate links for the Button fragment?
authorEmailAddress: rita.schaff@liferay.com, authorName: Rita Schaff, content: Issue If you add a button to a page with a link /home, switch the language to another one, change the  button's link to /de/home, then switch back to the original language, the link cannot be translated, it only...
Published Date: Jan 1, 1970 12:00 AM
Why is the Site's Unique Visitors number is different from the Individuals' Known number?
authorEmailAddress: rita.schaff@liferay.com, authorName: Rita Schaff, content: Issue On Sites > Overview. I can see that there are a certain number of unique visitors. But this number is not equal to the number in the Individuals > Overview > Known section. Is there a difference between these...
Published Date: Jan 1, 1970 12:00 AM
NullPointerException when navigating to the Blueprints or Elements pages when upgrading to DXP 7.4 Update 34+ (U34+)
authorEmailAddress: tibor.lipusz@liferay.com, authorName: Tibor Lipusz, content: Environment Liferay DXP 7.4 Update 34+ (U34+) Symptom The following error may be thrown when navigating to the (Search Experiences) Blueprints or Elements pages in two scenarios: A.) When the upgrade process was not...
Published Date: Jan 1, 1970 12:00 AM
Deployment timeout when deploying backup service
authorEmailAddress: gustavo.vasconcelos@liferay.com, authorName: Gustavo Vasconcelos, content: Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Under certain circumstances, a new deployment...
Published Date: Jan 1, 1970 12:00 AM
How to find language keys?
authorEmailAddress: rita.schaff@liferay.com, authorName: Rita Schaff, content: Issue I cannot find certain language keys. How can I find them? Environment DXP 7.0+ Resolution There are multiple ways to find keys. Based on the Translation  Go to our translation platform, Crowdin Join the project...
Published Date: Jan 1, 1970 12:00 AM
How to check user status in Database
authorEmailAddress: ethan.wei@liferay.com, authorName: Ethan Wei, content: Issue How to check user status in the Database Environment Liferay DXP 7.2 Resolution You can find the table named 'user_' and the column named 'status' that represents the status of users, a value of 0 means 'Active', and...
Published Date: Jan 1, 1970 12:00 AM
Category cannot be moved due to the error: "ORA-01795: maximum number of expressions in a list is 1000"
authorEmailAddress: rita.schaff@liferay.com, authorName: Rita Schaff, content: Issue We have lots of categories and subcategories. When we try to move one, we get the following error: 2021-12-08 07:35:08,104 ERROR [JDBCExceptionReporter:234] ORA-01795: maximum number of expressions in a list is...
Published Date: Jan 1, 1970 12:00 AM
What are the Update permissions in a page's Permissions menu?
authorEmailAddress: rita.schaff@liferay.com, authorName: Rita Schaff, content: Issue At Site Builder > Pages > ⋮ next to a page > Permissions, there are new permissions starting with the word Update. What do these do? Where can I find the documentation for this? Environment DXP 7.4 U26 and above...
Published Date: Jan 1, 1970 12:00 AM
Large page tree loads slowly and consumes too much memory
authorEmailAddress: rita.schaff@liferay.com, authorName: Rita Schaff, content: Issue If we create a page tree with lots of pages and subpages using the attached script. When a user views the page tree, the UI becomes unresponsive, the browser takes up a lot of memory and the page becomes...
Published Date: Jan 1, 1970 12:00 AM
Custom event data sent to Analytics Cloud is not shown on the UI
authorEmailAddress: rita.schaff@liferay.com, authorName: Rita Schaff, content: Issue Custom event data is sent to Analytics Cloud using Javascript code. When I view the custom events in the workspace, I cannot see them. There is no response in the console tab either. Environment Analytics Cloud...
Published Date: Jan 1, 1970 12:00 AM
Audience Targeting issue: CT_AU_ANONYMOUSUSER table is populated in the database
authorEmailAddress: ahmed.abdin@liferay.com, authorName: Ahmed Abdin, content: Issue I have an issue with the CT_AU_ANONYMOUSUSER table. It is populated and updated in the database even though there is no user activity. Environment Liferay DXP 7.0 Resolution There is an issue with the records...
Published Date: Jan 1, 1970 12:00 AM
OutOfMemory: Metaspace Liferay PaaS
authorEmailAddress: jorge.garcia@liferay.com, authorName: Jorge García Jiménez, content: Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Sometimes on the logs appears below error Caused by:...
Published Date: Jan 1, 1970 12:00 AM

Capabilities

Product

Education

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy