Search Results

All Results 6948
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Blog view count is not increasing inside asset publisher
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 SP3. 2. Create a new blog entry and deploy the blog on the page. 3. Deploy the asset publisher portlet on the page. 4. Click on the configurations of the asset publisher > select Display Template as 'Title List' > Save and then Publish...
Getting OptimisticLockException with workflow task timers
Issue OptimisticLockException is encountered when using task timers inside the workflow. Steps to reproduce: Add a workflow under the process builder and add two task timers performing the same task at the same time. Assign the workflow to any asset (Blog) Create an asset (Blog) Result:...
Blog view count is not increasing for specific display page templates inside asset publisher
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 SP3. 2. Create a new blog entry and deploy the blog on the page. 3. Create a new Display Page Template, by navigating to Design > Page Templates > Display Page Templates and create a new entry for blogs. 4. Navigate to the page where...
Audit entries stopped being shown or generated
Issue We have recently upgraded to a new Update version, and we noticed that the Audit tool is not working or not displaying the most up to date information, showing last updates as 'x days ago', around the time when we deployed the the new version Environment DXP 7.4 U66+ Resolution...
How to provide permission to Fragments
Issue Does DXP have permission feasibility with fragments? Environment Liferay DXP  [all versions] Resolution There is no way to directly control the visibility of a Fragment depending on the user accessing the page. These LPS-132082 and LPS-166820 have been created to add permissions on...
Gradle dependencies are failing for POI OOXML
Issue Users are unable to upload .xlsx and .xlsb file extensions to the application, after the issue was investigated and it was determined that the issue began appearing following the Liferay upgrade from DXP 7.3 to DXP 7.4 and the Gradle dependencies for POI OOXML are failing....
The currency format is not displaying as expected
Issue The currency format is not displaying as expected for INR(Indian Rupees) Steps to reproduce: 1) Navigate to Control Panel > Commerce > Currencies > INR > Format Pattern 2) Change pattern from ₹ ###,##0.00 to ₹ ##,##,##0.00 so that values will be displayed as ₹24,500.00 3) Now,...
Product comparison bar not removing after refresh
Issue The product comparison widget bar is not removed after the refresh Steps to reproduce: 1) Created two simple products 2) Navigate to Minum Site and drag the 'Product Comparison Bar' on this page. 3) Now, try to compare any products by selecting 2-3 products 4) It was still...
The Form is temporarily unavailable
Issue Error if the form is edited while it is filled out by any user Steps to reproduce: 1. Log in as Admin 2. Create a Form with 2 Text fields 3. Place the Form widget on the Home page, select the Form for display 4. In another browser or incognito window, fill the Form as a Guest but...
user is unable to update SKU twice via headless API
Issue Steps to reproduce: 1. Start Liferay DXP 7.4. 2. Create a site by using a minium site template. 3. Create an option with the name "City". 4. Create a specification with the name "segment". 5. Navigate to localhost:8080/o/api. 6. Select...
"Too many redirects" Error on SAML Logout
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 I log out, Liferay (the SAML SP) enters an infinite redirect loop in which the URL /c/portal/logout redirects to itself over and...
Where are comments entered by other users when assigning, approving, or rejecting workflow tasks managed?
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 Workflow Where are comments entered byother users when assigning,...
Client's public IP is visible in source code
Issue User is able to see their own public IP while checking the source code of a page on the Liferay portal. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution The public IP is visible through the getRemoteAddr method which is used in the portal for multiple applications like...
Issue while connecting the elasticsearch via config file
Issue The following errors are coming in the Liferay console while connecting the elastic search with the help of the config file. ERROR [liferay/monitoring-3][ParallelDestination:59] Unable to process message {destinationName=liferay/monitoring, response=null,...
SQL injection Sleepy user agent attack
Issue Liferay does not restrict a URL that has a 'sleepy user agent' query appended to it like: https://domain/page?1%2b(select*from(select(sleep(x)))a)%2b=1 Environment Liferay DXP 7.4 Resolution Sleepy user agent payload gets a page in sleep mode(inactive) for x seconds of time, which...
Selecting the same account groups in the discount portlet giving the error
Issue Steps to reproduce: 1. Start Liferay DXP 7.4. 2. Navigate to 'Discounts' under Pricing. 3. Create a new discount and Save. 4. Navigate to 'Eligibility' and select the specific account groups. 5. Select the account. 6. Now, again select the same account. Expected Result: The user...
'Price Range Facet' is showing the product of the expired SKU
Issue The price range facet filtering the expired SKU product as From 0.00 on the catalog page. Steps to reproduce: 1. Navigate to the product portlet. 2. Select any product. 3. Expire the SKU. 4. Now, navigate to the Catalog page and select the price range of the expired SKU. Actual...
File permissions error after upgrading the stack
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue After updating from a stack to a major version there are errors accessing the images and documents. There are permissions errors in...
Product is not getting expired by its own
Issue The product status is not getting changed to Expire. Steps to reproduce: Navigate to Control Panel → Instance Settings. Then, navigate to Localization → Time Zone. Navigate to Control Panel> Users and Organization> Select your user (test user in this case)> Preferences> Display...
Cannot login after deploying a theme
Issue We get a white screen and a freemarker exception error when trying to login after deploying an OOTB theme with no customizations created via the theme generator: 2023-05-26 13:32:51.826 ERROR [http-nio-8080-exec-5][runtime:59] Error executing FreeMarker template...
How can I remove deletions from a site where Staging was disabled?
Issue The user was using a Remote Staging site. Remote Staging was disabled and the user decided to connect the Staged sites content with a new empty Live site. In the Staging publication window the past deletions appear. (i): The best practice recommendation should have been that...
Editing or adding a document through D&M widget will redirect to DLAdminPortlet
Issue Add Documents and Media widget on a page Open the widget's configuration and activate "Show Actions" Click on "+" and upload a file (alternatively, edit a file) Result: The view will not open within the DLPortlet but you are redirected to the DLAdminPortlet (URL is...
How to Set HTTPOnly, Secure and SameSite Attribute for All Cookies
Issue In a security scan for our PaaS application, we see that some cookies do not have HTTPOnly, Secure and/or SameSite attributes. How can we apply these attributes to our PaaS NGINX instance? Environment Liferay DXP 7.4+ Liferay PaaS 4.x+ Resolution Create an ssl.conf file in the...
SAML Download Certificate button is broken, with Redirect URL errors seen
Issue The Download Certificate button doesn't work in the SAML Admin. When I click on the Download Certificate button, nothing happens. Redirect URL errors are seen in Liferay logs, such as: [http-nio-8080-exec-10][PortalImpl:991] Redirect URL...
Liferay Push and Mobile SDK replacement in 7.4
Issue We have a mobile app created using mobile SDK in Liferay DXP 7.0 and we want to know how to port it to DXP 7.4. Is Liferay Push available for Liferay DXP 7.4? Environment Liferay DXP 7.4 Resolution Liferay Push Liferay Push has been deprecated since Liferay DXP 7.3. There is no out...
Can I allow some users to solely authenticate via a SAML, while the remaining users authenticate with their Liferay password?
Issue This article describes a use case where it may be desirable to allow some users to authenticate through a SAML Identity Provider (IdP) only, while other users authenticate with their Liferay credentials in the Login portlet. Environment Liferay DXP 7.4 Resolution While the solution...
Web Content Widget, Links are Unclickable
Issue When using the Web Content Widget on the Home Page, if the first line of content contains a link it will remain unclickable in the "Barebone" setting when logged in as an Admin.  Environment DXP 7.2 Resolution This can be resolved by requesting a hotfix with the following...
Editor default configuration changed from ENTER_P to ENTER_BR on DXP 7.3 U-5
Issue Editor default configuration changed from ENTER_BR to ENTER_P on DXP 7.3 U-5; Environment DXP 7.3 Resolution We found this commit on LPS-148819 witch changes the default value of ENTER_P (see #use-enter-mode-p) to ENTER_BR: .put("enterMode", 2) In U-22 ticket LPS-176361 has been...
Adding Priority Value to sitemap.xml
Issue The priority value is important for search engine optimization (SEO) as it helps to understand the relative importance of different pages on a website. How to add the priority value in the generated Liferay DXP sitemap.xml? Environment Liferay DXP Resolution We can set a default...
Existing role was updated/replaced by the role imported from lar
Issue Steps: Export a regular role from instance A and import it to instance B. Modify the name of the regular role on instance B. Exported the regular role from instance B and imported it to instance A. Expected result: There are two regular roles in instance A, one is the original in...
Custom theme is missing from some sites after a clean server start
Issue We are trying to create sites from a site template that is generated from a custom theme this custom theme contains the resource WEB-INF/classes/resource-importer/ in the theme's war file there are no custom configurations provided to the resource importer, it only contains the...
Users aren’t able to login from Cloud console
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Users aren’t able to log in using the console Environment Liferay PaaS Resolution Whitelist the hostname apigateway.liferay.cloudon...
Can I select mutiple images when inserting image in the Web Content
Issue Can I select multiple images for insertion in html field/rich text field in the Web Content? Environment Liferay DXP 7.1 Liferay DXP 7.4 Resolution The inline editor (Alloy Editor, CKEditor) will insert the image right where the cursor is, allowing to combine images and text...
Terms of Use jsp page is missing
Issue Prior to Update 31, there was a terms of use JSP page located in {TOMCAT_HOME}\webapps\ROOT\html\portal that could be used to customize the Terms of Use page Starting with Update 31, that terms of use JSP page is no longer located there Environment Liferay DXP 7.4 Resolution...
Where can you create/use Analytics Cloud custom events in Liferay?
Issue We want to send custom events to Analytics Cloud from our Liferay DXP instance. How can we do this? Environment Liferay DXP Analytics Cloud Resolution For everything else, you can use Custom Events by using any feature of Liferay that supports Javascript, such as Pages' Javascript...
How do Segments sync between Liferay and Analytics Cloud?
Issue We created a segment in Liferay but it has not synced yet. How can we sync it to Analytics Cloud? Environment Analytics Cloud DXP 7.3+ Resolution The sync only happens one way: from Analytics Cloud to Liferay. So if a new segment is created in Liferay, it will automatically be...
Security Issue: Admin URL is exposed in the Guest view of the Home page
Issue The line below can be found on pages where guest users should not see confidential data. getSiteAdminURL: function() { return '<domainname>/group/guest/~/control_panel/manage?p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view'; }, Environment DXP 7.4+ Resolution This is the expected...
How to remove the button/menu of Publish To Live from web content, page, and documents and media
Issue How to remove the button/menu of Publish To Live from web content, page, and documents and media page documents and media web content Environment Liferay DXP 7.1 Resolution The Publish To Live button/menu is controlled by permission. In order to hide/remove these options, the...
SAML Admin - "Metadata XML is null" error
Issue When attempting to create a new Identity Provider under SAML Admin, having entered the required information, when ‘Save’ is clicked the UI displays: "Error: Please enter a valid identity provider entity ID." The logs show: INFO  [http-nio-8084-exec-19][SamlAdminPortlet:77] Metadata...
Address and Phone Edit: Address type is always showing Billing and Phone as FAX
Issue Organization address type is always showing Billing and Phone as FAX, rather than selected one.  2023-05-15 04:29:50.768 ERROR [http-nio-8080-exec-3][BeanPropertiesImpl:345] null jodd.bean.BeanException: Simple property not found: typeId. Invalid property: AddressImpl#typeId...

該当件数: 8,703 件中 3,721 - 3,760