Search Results

All Results 7025
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Customize the OOTB portlets on the Liferay SaaS platform
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Could you please provide us with a blog to...
Unable to edit permissions for Guest in a Web Content
Issue When trying to edit permissions for "guest" in a Web Content, the permission window opens, but the field appears disabled, preventing any changes. Environment Liferay DXP 7.4 Resolution Access Control Panel...
'Error : The friendly URL has too many slashes' is observed in friendly URL of child site
Issue The parent site has a friendly URL say "/abc1" and a child site of it with a friendly URL "/def1". As per the requirement if the user accesses any of the pages of the child site, then the URL should be...
Who added user ddm_form_default_user_screen_name in Liferay?
Issue We found the user ddm_form_default_user_screen_name in our Liferay Portal. Could it be a security attack? Environment Liferay DXP 7.3 Resolution The user with name ddm_form_default_user_screen_name is an...
Hide image formats to be returned in search result
Issue When users search for a specific keyword (let's say fav) using the Liferay search bar portlet, the search result shows each and every content with the keyword fav that are Web Content, Images, users, etc....
How to remove file upload option for the particular user
Issue How to remove or add the file upload option in the web content for the specific user. Environment Liferay DXP 7.4 Resolution The following are the steps that can be taken to achieve this:  Log in as an...
SearchException entity content is too long for the configured buffer limit Error for a custom entity even when Indexing Batch Sizes configuration is small
Issue Trying to reindex a custom entity produces SearchExceptions in the logs due to a buffer limit: com.liferay.portal.kernel.search.SearchException: java.lang.RuntimeException: java.io.IOException: entity content...
Can I Remove a Page From Analytics Cloud Tracking?
Issue I would like to prevent select pages from being tracked on Analytics Cloud Environment Analytics Cloud Resolution It isn't currently possible to remove specific pages from Analytics Cloud tracking...
Vulnerable JavaScript dependency Bootstrap-select 1.12.4
Issue The version of bootstrap-select 1.12.4 is vulnerable to attacks. To overcome this, bootstrap-select should be upgraded to a non-vulnerable version. Environment Liferay DXP 7.3  Resolution Liferay does not...
I cannot add a relative URL into Form's "Redirect URL on Success"
Issue Create a Liferay Form Open the Form's Settings In the field "Redirect URL on Success", enter a relative URL like "/web/guest" Result: Receive error message "Please enter a valid URL."   Environment Liferay DXP...
View Display Page for Objects is not working for guest users
Issue When creating a Display Page Template to display entries of an object, even when setting the viewing permission to "guest," attempting to access the page template results in a 404 page. Environment Liferay...
When Javascript SPA is turned off, it's not possible to save form instance
Issue When the portal property javascript.single.page.application.enabled is set to false, form entries cannot be saved or published.  Environment Liferay DXP 7.4 Resolution This behavior is solved in DXP 7.4...
How to perform a log-out from a custom theme
Issue I want to perform a logout from a custom theme. Environment Liferay DXP 7.0+ Resolution Avoid calling /c/portal/layout directly. Instead, you can leverage the sign_out_url variable initialized in init.ftl for...
Sitemap exceeds 50000 limit
Issue Sitemap should not generate with more than 50,000 entries or 50 MB in size (this is Google standard).  Steps to reproduce: Run the following Groovy script: def company =...
Could not install Gradle distribution
Issue While importing workspace from one system to another through a remote desktop connection, the below error has been encountered: Could not install Gradle distribution from...
"Index.on.startup=true" does not trigger "Reindex Spell-Check Dictionaries" on Startup
Issue Adding "index.on.startup=true" to the portal-ext.properties file does not trigger the reindex.   Environment DXP 7.4   Resolution The primary purpose of the property index.on.startup=true is to force reindex...
Pop-up link in Web Content Articles does not work for Q4.3 release.
Issue Pop-up links added to a Web Content Article create a new window. Environment 2023 Q4.3 Resolution This is due to the link being sanitized by Antisamy and erasing the pop-up configuration.  Request a Hotfix...
Filter by Status options not present in Management Bar for Web Content administration
Issue When going to the Web Content administration and trying to filter by status, there's no such options in the Filter dropdown. Environment Liferay DXP 7.4 Quarterly Release 2023.Q3, 2023.Q4, 2024.Q1 Resolution...
PHP in Liferay modules
Issue Is PHP used to design the modules in Liferay DXP 7.4? Environment Liferay DXP 7.0+ Resolution The PHP portlets are no longer supported in Liferay DXP. The new runtime won't support deploying portlets...
Unable to generate friendly url for blogs
Issue When trying to generate a friendly URL for blogs, to eliminate the lengthy URLs. Followed the  steps mentioned in this document: Friendly URLs  Expected behavior: The URL should be shortened after following...
I would like to audit the download of documents from the Documents and Media Library
Issue I would like to ask about the possibility of auditing the download of documents from the Documents and Media Library. Environment Liferay DXP 7.4 Quarterly Release Resolution Currently, Liferay does not offer an...
Category facet: unable to select vocabularies
Issue I would like to filter by site vocabularies when using the Category Facet but I cannot see the vocabularies from other sites. Environment Liferay DXP 7.4+ Resolution Set System Settings → Search → Category...
Search Facet and Total Counts Accuracy and Dynamic Permission Inheritance
Overview Each search response includes the total result count and the count for each facet bucket. This applies to Liferay's faceted searches: from the Search Bar or a Headless Search API call. These counts are not...
Existing template is not found when creating a web content in Global Site
Issue When trying to add a Web Content in a new created template under the Global Site, the new template is not displayed or available to select. Environment DXP 2023.q3.4 Resolution This is the expected behavior. The...
'ConfigurationProviderUtil cannot be resolved' after upgrading
Issue We've begun updating to the dxp:2023.q4.4 version and encountered the following error while building the code on the 2023.Q4.4 baseline:...
White space in the html source
Issue When viewing page source, is it possible to remove the white spaces in order to make it easier to read? Environment Liferay DXP 7.3+ Resolution Set the following properties in your portal-ext.properties file,...
Object Entries do not appear in Search Results
Issue Object entries are not visible in Search results Environment Liferay DXP 7.4 Resolution When you create an Object Definition, you get to choose whether its scope is Company or Site (you cannot change it once...
ObjectFieldNameException$MustNotBeDuplicate when updating Object Definition
Issue When trying to update an object definition from one environment (eg. dev) to the other (eg. uat), the process fails with the following error:...
How to resolve duplicate Anonymous Users
Issue My upgrade failed with the following error: failed upgrade process for module com.liferay.user.associated.data.web com.liferay.portal.kernel.upgrade.UpgradeException:...
Getting session ID from groovy script embedded in a workflow definition
Issue I have an SEO requirement to track some information for my website. To that end I have inserted a groovy script in a workflow, which gets the user session, but it returns a null session ID. Steps to reproduce: 1....
How to Query for Javascript Alerts in Web Content Articles across multiple sites
Issue How do I search for Javascript Alerts that are located in Web Content Articles across different Liferay sites?   Environment Liferay 7.4   Resolution The overall approach towards querying the alerts is: Get a...
Liferay Artifact missing from Maven Repository
Liferay Support does not recommend or endorse specific third-party products over others. The information provided about products not created by Liferay is for reference purposes only, and any implementation of these...
Service Builder Tool 1.0.478 gives "Unable to parse package path from..." Error in Windows
  Issue After cloning https://github.com/liferay/liferay-blade-samples.git, Windows OS users may run into the following error: Task :apps:service-builder:basic:basic-service:buildService FAILED Building Foo Unable to...
When a web content is copied, only its title is changed for default language
Issue When copying content, the suffix "(Copy)" is only added to the title in the default language. Shouldn't it also change in the rest of the languages? In our example, if the copied content becomes "prueba copia...
Custom Facet displays encoded term values
Issue After setting up a custom facet on a search page, it only shows encoded values. The custom facet is configured with an Aggregation Field that includes a sortable search field. Environment DXP 7.2...
When inviting users to a Publication, some of them are not shown
Issue When trying to invite users to a Publication, some of them don't show up in the "Invite Users" box, despite having the Publications User role. Environment Liferay DXP 7.4 Quarterly Releases Resolution The users...
Restricting impersonation to allow only a single users impersonation at a time
Issue An Impersonator should be able to impersonate only one user at a time. Currently, Liferay supports multiple users to be impersonated, at the same time in the same browser. We tried to find any properties which...
Large number of records on the SamlSpSession table
Issue There are a large number of records on the SamlSpSession table, which is causing issues with my upgrade. Environment Portal 6.2 DXP 7.2 All DXP versions Resolution Extra records can be removed using the...
Email are not sent from Liferay when Office365 is used as the server
Issue Emails are not sent out from Liferay In the log, we see the following error: liferay[liferay-7] [dxp] ERROR [liferay/mail-6][MailEngine:74] Unable to send message: 535 5.7.139 Authentication unsuccessful, the...
Change of file names when documents are saved to data\document_library
Issue When saving files to the store, Documents and Media used to use the version label (e.g "1.0") as the file name (prior to Update 72). As of Update 72, file names look like this:...