Search Results

All Results 7011
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Method "themeDisplay.getScopeGroupId()" executed within a Widget Page Template does not retrieve the site's groupId
Issue Given a Widget Page Template, when we use the themeDisplay.getScopeGroupId() method from a Freemarker template to try to retrieve the groupId from the original site, a different groupId will be retrieved. Would...
EU Login via OpenID Connect needs Proof Key for Code Exchange (PKCE)
Issue I would like to integrate my portal with an EU Login mock server instance via OpenID Connect It does not work since the OpenID connect server needs Proof Key for Code Exchange (PKCE) After configuration, when I am...
Caused by: java.sql.SQLException: Protocol violation
Issue The Protocol violation error is observed while trying to perform any publish action Caused by: java.sql.SQLException: Protocol violation: [ 101, ] at...
How to set redirection property in Liferay 7.4
Issue How to set the redirection properties in Liferay DXP 7.4                                                      or  Multiple redirections related WARNs has been observed after adding redirection property in...
Where and how are properties documented?
Issue We would like to use a property that we used in 6.2, however, we do not know if is it available on Liferay DXP 7.3. Environment All versions Resolution You can find the latest properties in Liferay...
JAWS Screen Reader is announcing state and navigation of Menu items incorrectly
Issue The JAWS screen reader does not announce whether a Menu item is expanded or collapsed Environment Liferay DXP 7.4 Resolution This resolution requires customization and should only be implemented at the...
Modify the URL to remove /w when using a display page template for web content
Issue If you are using a display page template to display the web content data on the page then it will generate the URL as like "https://localhost_or_domain:port/w/WCTitle".  In order to make SEO friendly URL, there...
AWS S3: does Liferay support the x-amz-server-side-encryption header with server side encryption?
Issue I am using an S3 bucket as the store for our Documents and Media I have configured it with a Service Control Policy that requires encryption and the presence of the x-amz-server-side-encryption header, something like...
Getting error "Please enter valid content" when saving/updating a workflow
Issue I cannot save a workflow, I get error "Please enter valid content", possibly because there is something wrong in the workflow xml syntax. How can I get more specific information about what could be wrong the workflow...
Elasticsearch error: This is not an HTTP port
Issue When configuring a remote Elasticsearch server the Search > Connections screen shows the error java.lang.RuntimeException: error while performing request. The logs show the message: Not a valid...
Breadcrumb in Display Page Template does not display the correct path
Issue When adding the BreadCrumb Widget in a Display Page Template (DPT) we can't configure it to display the correct path. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Unfortunately, currently it is...
Why are Fragments still marked as used in the Home page(Draft) even though it was removed?
Issue When a test fragment is created and then removed from the page, it is still marked as being used on a draft of a page. When I go to "View Usages" of the created Fragment, the Home page(Draft) under Fragment...
The pagination type is Simple
Issue Regular pagination is the same as Simple pagination Step to reproduce: Add three web contents Add an Asset Publisher to a widget page Change the Asset Selection to dynamic Change the Number of Items to...
"Authentication failed. Please enable browser cookies and try again." error prevents login operation
Issue When I try to log in, the message Authentication failed. Please enable browser cookies and try again. is displayed and the operation is not successful. Environment Liferay DXP 7.0 Fix Pack 102+ Liferay DXP 7.1 Fix...
Cryptography Encryption Algorithm used in Liferay
Issue Which algorithms are used as part of cryptography in standard Liferay implementation? What is key rotation approach? Environment Liferay DXP 7.1 Resolution Liferay DXP and Liferay Portal utilize...
Records are not removed from samlspsession table if the user closes the browser instead of logging out
Issue Records are not removed from `samlspsession` table if the user closes the browser instead of logging out. Steps to reproduce: 1. Setup two instances of Liferay to use SAML - one as IDP and one as SP....
Upgrade to 7.4 fails trying to insert records into table DDMFieldAttribute
Issue I am performing an upgrade to 7.4 and it fails with errors like these: com.liferay.portal.kernel.log.LogSanitizerException: com.liferay.portal.kernel.upgrade.UpgradeException: java.sql.BatchUpdateException: Batch...
Getting NullPointerException in LocalizationImpl class during upgrade
Issue The following error appears during the upgrade from Liferay Portal 6.2 to Liferay DXP 7.4. 2022-08-24 06:06:09.974 ERROR [main][LocalizationImpl:896] null java.lang.NullPointerException: null at...
Field Reference Structures change after upgrade to 7.4
Issue The problem with the Field References is that the same structure has different structure IDs in dev and prod and we are planning to develop our templates on dev and once tested, I will update our...
Single Approver Workflow is not updated
Issue Single Approver is not updated when the User language is not English Steps to Reproduce: 1) Navigate to User Menu > Account Settings 2) Change user language to Deutsch (Deutschland) 3) Navigate to Open Menu >...
ORA-01000: maximum open cursors exceeded
Issue The following errors appear for Oracle database users during the upgrade from Liferay Portal 6.2 to Liferay DXP 7.4. Caused by: com.liferay.portal.kernel.log.LogSanitizerException: java.sql.SQLException:...
'My Workflow Tasks is temporarily unavailable' error message
Issue Steps to reproduce: 1. Start Liferay DXP 7.4 2. Navigate to Configuration > Workflow and apply the 'single approver' workflow on 'Content Pages'. 3. Create a content page. 4. Click on the notification which...
Contented Visited and Page Visited rules are missing from Behavior section in Audience Targeting after installing FP21 on DXP 7.1
Issue Contented Visited and Page Visited rules are missing from the Behavior section in Audience Targeting after installing FP21 on DXP 7.1 When starting DXP 7.1 with FP21 + Audience Targetting, the following error is...
Unable to publish the web content with huge data
Issue Steps to reproduce: 1. Start Liferay DXP 7.4 2. Navigate to Web Content under Content & Data. 3. Go to structure and add three 'Rich Text' fields with repeatable. Click Save. 4. Create web content with the...
Wrong Apache Commons Lang3 library version added to module manifest
Issue We have a service builder module that uses Apache Commons Lang3. Our Liferay version uses Apache Commons Lang3 version 3.11. In our module, we have defined the dependency as follows inside the build.gradle:...
How to change the screen name and email-id of the Liferay's default admin user
Issue How to change the screen name and email-id of the Liferays default admin user Environment Liferay DXP 7.4 Resolution The respective admin user can change his/her screen name by logging into the...
SAML IDP is unable to initiate SLO
Issue SAML Identity Provider is unable to initiate Single Log Out Notes 1. Set the different virtual hosts as below as an example 127.0.0.1www.bbb.com (For IDP) 127.0.0.1www.sp.com (For SP) 2. Using thetest...
Content Page changes are propagated when created using a Template
Issue Changes to Content Pages are automatically propagated when created using a Content Page Template. This conflicts with the intended behavior where edits made to Content Pages should not be propagated.  Environment DXP 7.3...
Removing View Permission for Guest Users on a Newly Created Site Causes 404 Error
Issue Removing View permission for guest users on a newly created site on DXP 7.4 U29 causes the page to thrown an error even if the following page on the list has this permission enabled. The expected...
Hide options on Style session when editing Fragments
Issue There are fragments that have Style options that are not applicable. Example: Separator - It has functions like alignment and text formatting and these functions do not apply to the fragment itself. Is it...
Thumbnails of documents and images are not being displayed
Issue We set up our Amazon S3 repository and then noticed that the document and image thumbnails are not showing up. Environment Liferay DXP 7.4 Resolution Please review our documentation Setup Liferay’s document...
The alt attribute of an image fragment is set to the image title instead of the description
Issue When mapping a Documents and Media image to an image fragment, the alt attribute is set with the title of the image instead of the description. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Update...
Importing web content structures with fieldset fails
Issue Import fails if a web content that contains fieldset in structure, is added in the LAR. Steps to Reproduce: Go to Content & Data --> Web Content --> Structures and create 3 structures like the following:...
When all pages are selected, a new page is not published to live
Issue A new page is not published to live with all of the pages selected. Steps to reproduce: 1) Create a blank site with a widget page. 2) Enable local staging. 3) Go to the staging site page and click on Publish...
Asset Publisher Loses Sorting by Custom Field
Issue The Asset Publisher loses sorting by custom fields when more than one type of structure is selected. This happens even if the structure fields of selected structure/templates are identical. Environment Liferay DXP...
Can we bulk-update our content?
Issue We have changed one of our mottos on our website and we need to change it everywhere on the site Is there a find-and-replace function in Liferay where we could do that all in one? Doing it manually...
Difference between "Settings" and "Advanced" permissions
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...
Can't select a video for the video fragment
Issue I have created a fragment where I should be able to embed videos, following the documentation When I try to select a video in that fragment, an error message says: Please enter a file with a valid...
Allow schedule web content to be visible on the staging site
Issue Users should schedule web content to be visible on Staging. When they set a display date for web content, it does not appear in either the Live or Staging sites until that date is reached. However, in order...
Marketplace Doesn't Update Through the Portal
Issue This occurs when trying to update the Marketplace through the portal when using Liferay DXP 7.0 GA1 (de-92). The Marketplace asks for an update, but when clicking on the update button, it does not do...
Is the number of Form Fields are limited?
Issue We have a form that contains 50 fields we have managed to add 24 fields across 9 pages. Now when we try to add the 25th and hit save, the page is loading and is taking us back to the list of forms....
Save display format
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...
Can't display other site's articles in the Web Content Display
Issue We could add other sites as scope in the Web Content Display portlet in DXP 7.3 and below, so we could display articles from sites other than the current one That option is now gone in DXP 7.4, so...
"Import from CSV" performance problem
Issue There is a problem importing from CSV, it took too long to load all the lines. The CSV is being processed for around half a minute and after continuing with the import the pop-up gets blank for a longer...
Wildcards are not considered in site administration menus' search bar
Issue When searching for a document in e.g. the Documents and Media tab the search functionality doesn't return the document if its name contains underscores. We have a document named 'Qwe_Rtz_Uio.txt'...
Warn of Publication Conflicts By Checking if the Same Content was Modified in a Different Publication
Issue When working on a Publication, I would like Liferay to automatically check if the same content was modified in a different publication or in the production environment. Such a feature would proactively...
Can both Liferay and LDAP Password policies be enabled at the same time?
Issue Is there a way to make both of Liferay and LDAP policies work together, so that users logging via Liferay authentication will be handled by Liferay's password policies and users authenticating...
Is it possible to authenticate with an Apple device when Fast IDentity Online 2(FIDO2) is enabled?
Issue Can Apple devices with FIDO sign-in credentials(a.k.a. "Passkey") be used to log in to Liferay when Fast IDentity Online 2 has been enabled? Environment DXP 7.4 Resolution Yes, Apple's Passkey can be set up by continuing...
Where is the default dictionary on DXP regarding Password Policies, and is it possible to modify it?
Issue Where is the default dictionary in DXP regarding Password Policies, and is it possible to modify it? Environment Liferay DXP 7.0 Resolution Default dictionary can be found in the next link:...
Local Liferay Admin Users unable to authenticate when LDAP is Configured on Virtual Instance
Issue When a main Liferay instance and a second virtual instance are both connected to the same LDAP server, local Liferay admin users are unable to log in when the “Required” box is checked. In the case where the LDAP...
Issue with Rating functionality
Issue Steps to reproduce: 1. Navigate to Configuration-> Settings-> Social-> Ratings and change the Web Content type to Like with the help of the dropdown and save it. 2. Navigate to Design-> Widget Templates-> Create...
Is Form fields and pages are limited?
Issue We tried to create a Form with 50 fields and 9 pages but we could not save it.   Environment Liferay DXP 7.4   Resolution This is limited but if this limit is not enough it can be raised even a higher...
Emojis are sanitized into Chinese characters
Issue Emojis are being sanitized when AntiSamy is enabled. A warning is thrown in the logs where the character codes are matching the previously written emoji: Could not execute JDBC batch update The emoji is...
Guest users are not redirected to Private Pages after logging in
Issue When navigating to a private page as a guest user, the user does not get redirected to the private page they were attempting to access after logging in. Environment DXP 7.4 Resolution Log in as an administrator and...
SSL Certification isn't provided by Let's Encrypt, even though it is set up correctly
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Let's encrypt isn't providing SSL certification to my...
ThemeDisplay.getDevice(request) returns null or a dummy implementation
Issue Calling themeDisplay.getDevice(request) from a theme template returns null or a dummy implementation of Device interface Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution The classes which provided the...
Banner Slider restarts navigation after image selection
Issue After uploading an image to a Banner Slider Fragment, the Banner Slider restarts the navigation to the first position. Environment Liferay DXP 7.3.X Resolution Please request a Hotfix with LPS-163496 to...
Slider restarts navigation after image selection
Issue After uploading an image to a Slider Fragment, the Slider restarts the navigation to the first position. Environment Liferay DXP 7.3.X Resolution Please request a Hotfix with LPS-161282 to resolve the...
Exceptions when executing script in custom workflows
Issue When for example, an email notification is being sent to a specific recipient through the label <scripted-recipient> as a result of an action in the workflow, an ScriptingException is thrown:...
All existing groups are imported from LDAP after logging in with a user
Issue After logging in with an LDAP user, all existing groups are imported from the LDAP server. In earlier versions (DXP 7.1 and DXP 7.2) only the groups to which the user has been assigned are...