Search Results

All Results 1284
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Minification of CSS and JavaScript resource
Issue Unable to minimize the CSS and Javascript using the  minifier.enable  portal property. Environment Liferay DXP 7.4 Resolution The minifier.enabled=false portal property is by default set to false. When...
After upgrading, these ComboServlet errors are shown: 'Skip /o/js/resolved-module/... because its content type is not CSS or JavaScript'
Issue Errors like the following appear in the server's log file after an upgrade: ERROR [ComboServlet:389] Skip /o/js/resolved-module/frontend-js-tabs-support-web@2.0.12/TabsProvider.js because its content type is not...
The editor is able to translate the non localizable value in Web Content
Issue We've spotted a new translation-related bug, please follow the steps to reproduce it: 1. Go to Content & Data -> Web Content and switch to the Structures tab. 2. Click on the context menu in the top-right corner...
Placeholder text visible for empty mapped web content
Issue If you have web content with optional inputs and then map these to fragment fields in display page template. The fragment components will display default placeholder texts if the web content doesn't have values...
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...
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...
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...
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...
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...
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,...
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...
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...
Content creators should able to change the permissions of multiple content at the same time
Issue As a Content Creator, I want to be able to change the Web Content permissions as a bulk action. So that I’m able to change the permissions of several content at the same time. Environment Liferay DXP [all...
Use Javascript with Client Extension on pages
Issue How to run Javascript on pages using a client extension? Environment Liferay DXP 7.4 Resolution With a JavaScript (JS) client extension you can run your own JavaScript on any page in Liferay without...
Uploading the large image the resize option is not appearing to resize the editor
Issue Upload the large image in the web content editor; the option to resize the editor is not available for the first time to check after publishing. Steps to reproduce: 1. Start the server. 2. Navigate to the...
Quarterly Release Error: [ComboServlet:389] Skip /o/frontend-js-jquery-web/jquery/boostrap.bundle.min.js
Issue After upgrading/downloading the latest Quarterly Releases, upon startup the following error is populated: [ComboServlet:389] Skip /o/frontend-js-jquery-web/jquery/bootstrap.bundle.min.js.  This error populates...
Specific pages show the message "No theme found for specified theme id custom_WAR_customtheme. Returning the default theme." in logs
Issue The following warning message appears in logs: [http-nio-8080-exec-13][ThemeLocalServiceImpl:220] No theme found for specified theme id custom_WAR_customtheme. Returning the default theme. Environment Liferay...
Ampersand in Web Content Text field turned into & in Content Pages
Issue Create an example structure with the following associated template: <#ftl output_format="HTML" auto_esc=false> <p>-----------------</p> This should't be escaped: ${'&'} <p>-----------------</p> This should be...
I cannot use the Friendly URL of Categories
Issue I create a Category and a Display Page Template the following way: Navigate to Categorization > Categories Create a vocabulary and add one category under it Define a friendlyurl for the category (already done...
Page redirection issue while using Fragment as 'cacheable'
Issue User faces automatic page redirection while performing any actions in fragment is 'cacheable'. Issue goes away, if 'cacheable' option is unchecked. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Such...
Possibility to change Friendly URL automatically generated in Objects
Issue The official Liferay documentation comments that when creating an object, displayed through a Display Page Template, an automatic URL is generated with the following syntax: "{domain}/l/objectEntryId" I would...
When I try to export a Site, the export fails with an error: XXXX could not be exported because its workflow status is not exportable.
Issue I am trying to export a Site. However, I receive the following error: An unexpected error occurred with the publish process. Please check your portal and publishing configuration. The...
How to use anchors in CKEditor
Issue I need to make use of anchors in my content Environment Liferay 7,3, 7.4, Quarterly Releases Resolution To be able to use anchors in your content, you'll need to follow these steps: Add a Rich Text...
Unique constraint violation makes it impossible to change page configuration
Issue The attempted efforts to modify the configuration of a page don't work. There are errors in the log about a unique constraint violation for index IX_C753170C; ERROR [default...
Using Liferay.Language.get() in React client extensions
Issue We are building custom element client extension using React. We want to manage all the translations to different languages using the Language override feature in Control panel. Environment Liferay DXP 7.4 +...
Good practices in using Publications
Issue I would like to understand from the Product's point of view what would be the best way to create a new website using the Publications tool. What would be the best option among the scenarios below: Create the...
Mini-cart does not pop up if a different language is used other from English
Issue Would like to open and use mini-cart, however, it does not pop up after clicking onto it. Using different language different from English (i.e. Spanish). Environment Liferay DXP Resolution You need to...
Some pages are loaded blank when switching between pages when using the "document.write" javascript code
Issue We have upgraded from Liferay 6.2 to DXP 7.4. We have problems with some pages, if you open a direct link to them, they are correctly loaded, but if you switch between pages, they are loaded blank. We have detected...
Web Content Structure is unresponsive when making a selection
Issue The Web Content & Structures field is not operating as expected when changing values. Create a structure with a Select from List. Export it to JSON. Change the value of Select from List to comma-separated words...
"Link to URL" parent page can't have a "Link to URL" child page
Issue After creating a "Link to URL" parent page, the ability to create a "Link to URL" child page is not available. This functionality used to be available, but isn't available anymore. Environment DXP 7.4...
Database throughput problems due to queries to the AssetEntry table executed by the assetEntryLocalServiceUtil.getEntries method
Issue We have a custom development that calls the assetEntryLocalServiceUtil.getEntries method: AssetEntryQuery assetEntryQuery = new AssetEntryQuery(); assetEntryQuery.setAnyCategoryIds(new long[] { categoriaMesVistos...
'Segments' option under the 'People' section in the Product's menu not coming
Issue User has created a site template, but are unable to view the 'Segments' section under 'People' in the Product's menu. Environment Liferay DXP 7.4 Resolution Liferay provides site templates for...
"Link to Page of this site" "Select" popup is slow when the site has lot of pages.
Issue When a site contains a large number of pages when creating a "Link to Page of this site" page then clicking on "Select" the Popup window's load time is long. To reproduce: On a site with a very large number of...
[CKEDITOR] Error code: editor-plugin-required presented in the console logs
Issue When trying to edit contents with text the following error is presented in the logs: [CKEDITOR] Error code: editor-plugin-required and the content cannot be edited.  Environment Liferay 7.4 U83-U98...
Title is not replaced when importing fragment
Issue When renaming a fragment that has been previously imported into the environment in a collection and subsequently importing the same collection again, the system indicates a successful import. However, upon...