Search Results

ナレッジベース 3704
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
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 Display to 2 Change the Pagination Type to Regular Expected Behavior: The...
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. log into the SP 2. Verify record is created in the SAMLSPSESSION table (in the SP...
"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 Pack 26+ Liferay DXP 7.2 Fix Pack 15+ Liferay DXP 7.3 SP3, Update 4+...
Publications can be enabled on a remote live site
Issue Publication can be enabled in a remote-live-staging setup on the remote-live site. Steps to Reproduce Set up 2 separate bundles configure them for remote live staging  On Staging Site, navigate to Global Menu > Publications > Settings > Confirm that Publications cannot be enabled...
Not able to remove row or column
Issue Unable to remove a row or a column Step to reproduce: 1) Navigate to Forms 2) Add a Form 3) Add a grid field 4) Add three rows and columns 5) Try to remove a row or a column Expected Behavior: Users are able to remove it. Observed Behavior: There is no reaction. Environment Liferay...
Limited amount of elements in Forms
Issue We cannot create a form with over 28 elements, as when we attempt this scenario we are redirected back to the form list without any success and there is an error message is thrown in the logs.   Environment Liferay DXP 7.4   Resolution By increasing the value of the property...
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 extension (.bmp,.gif,.jpeg,.jpg,.png,.svg,.tiff) Environment Liferay DXP 7.4...
The form exported data showing empty value for 'Select from list' field
Issue Steps to reproduce: 1. Start Liferay DXP 7.0 2. Navigate to Content > Forms > Create a new data provider. 3. Data provider entries are: Name: Countries of the World URL: http://localhost:8080/api/jsonws/country/get-countries/ Displayed JSON Attribute: nameCurrentValue Stored JSON...
Error 500:INTERNAL_SERVER_ERROR, undefined is displayed
Issue When using the fields Author, Modified Date, or Created Date as Default Sort in a View, an error message is displayed on the Object list view. Steps to Reproduce: 1) Navigate to Menu > Control Panel > Object > Objects 2) Create a new Object and add a text field 3) Navigate to the...
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. Opening the form again reveals that the 25th field was not added.   Environment...
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 nothing, even after restarting the bundle as the portal requests it. The expected...
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 com.liferay.portal.util.LocalizationImpl.getXml(LocalizationImpl.java:868)...
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 entry 155 insert into DDMFieldAttribute (mvccVersion, ctCollectionId,...
User Last Login Date Not Updating
Issue We're observing that our user's loginDate and lastLoginDate are not updating correctly in the user table.   Environment DXP 7.1 DXP 7.2 DXP 7.3  Resolution 1) Set the following portal-ext property:      users.update.last.login=true 2) Then please do the following for good measure:...
Cluster scheduled job issues with Open ID Connect (OIDC)
Issue A known issue related to clustering with environments using Open ID Connect has been identified wherein the number of scheduled jobs may be mismatched on each node. This may cause a performance impact, or a loss of user sessions if a node is taken offline or experiences a crash....
Automated backup failure due to Error 408 (Request Timeout)
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue We have identified an incident where a backup failure may occur on automated backups due to an Error 408 (Request Timeout), and...
No fragment link is shown on pages
Issue Fragment editable links only work by default in English Steps to reproduce: 1. Start Liferay DXP-7.4-u22 2. Edit the home page 3. Add language selector to the page 4. Click on the Heading fragment on the home page with the text "Welcome to Liferay" 5. Configure the element-text...
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 > Workflow > Process Builder 4) Open Single Approver definition 5) Update...
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: ORA-01000: maximum open cursors exceeded_ [Sanitized]         at...
'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 is sent out to the user. Actual Result: When the user clicks on the...
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' and if we search for parts of it, like "qwe" or "rtz" it doesn't show the document in...
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 it be possible to recover it in some other way? Environment Liferay DXP...
A "processAction method not implemented" error is shown in the log
Issue Many processAction method not implemented errors are thrown in the server log: ERROR [http-nio-8080-exec-1][PortletServlet:117] null javax.portlet.PortletException: javax.portlet.PortletException: processAction method not implemented at...
Complete page content is not visible while clicking on search result
Issue Step to Reproduce: 1. Spin a Liferay DXP 7.4 u31. 2. Create one blank page named demo. 3. Place Asset Publisher on the newly created page. 4. Open the configuration of Asser Publisher by clicking on the Action buttons(three dots). 5. Navigate to Display Setting-> Set and Enable and...
Adding custom jar in module project as it gets remove after gradle refresh.
Issue The custom jar is getting removed after the Gradle refresh. Environment Liferay DXP 7.0 and above Resolution Create a folder libs inside the module project and place the custom jar in it and add the below code in the build.gradle: repositories { flatDir { dirs 'libs' } }...
Field Reference value not getting applied to the web content
Issue When attempting to update the Field Reference value within created web content a generically named value is displayed instead of the value manually added. Environment DXP 7.4 Resolution To resolve this error, open a help center ticket to request a hotfix containing LPS-155448.,...
Blogs With Images Load Slowly and Eventually Time Out
Issue When I try to navigate to a blog post that contains images, it loads very slowly and eventually times out. Images were copy/pasted from a local computer into the blog post (rather than being uploaded through Documents and Media). When I check the source code, these images have very...
User's aren't seeing the correct experience associated with their segment
Issue When I create (and prioritize) an experience based on a new segment, the users associated with that segment aren't able to see it. Environment DXP 7.3 Resolution It is expected that SegmentsEntryRel doesn't reindex immediately when the Segment model updates. This can lead to issues...
Liferay slows down while discarding Publication conflicts
Issue When I attempt to discard conflicts from a publication, Liferay slows down and eventually times out. Environment DXP 7.3 DXP 7.4 Resolution This issue is resolved by LPS-162683. Open a Help Center ticket to request a hotfix containing this fix. Additional Information Read more...
getSearchHits() API method does not take the start value in consideration
Issue I am using search API (as per article https://help.liferay.com/hc/en-us/articles/360029046411-Building-Search-Queries-and-Filters) and noticed that the size of the list returned by the SearchResponse.getSearchHits() method is not correct, as if the start parameter is not taken into...
Can a hotfix delete pages?
Issue After installing the latest hotfix, we found that certain pages were deleted. How is that possible? Environment DXP 7.0+ Resolution Hotfixes contain fixes that change the Liferay source code Meaning that it does not touch anything else - especially the database. There are strict...
Guest User sees blank page when viewing Web Content from Search Results Widget
Issue Steps to Reproduce: 1. Create a Widget page. 2. Place Search Bar and Search Results on the recently created page. 4. Create Basic Web Content (Demo Web Content) with an image and some text. 6. Create a new demo authenticated user. 7. Try searching the web content from both Admin...
Marketplace "my purchased" page is no longer accessible. How can I download the apps I already purchased?
Issue With the updated Marketplace user interface, I can only see new applications and I can't access the "my purchased" page to access applications I previously purchased. Resolution The current workaround to download the previously purchased applications is to: Navigate to this Liferay...
Enabling "Assign Roles by Segment" Disables the Content Page Editor and causes NoSuchExperienceException
Issue When checking the option "Assign Roles by Segment", the Content Page Editor gets disabled and displays the following message: "Content Page Editor is temporarily unavailable.". The following error is also thrown in the startup logs: 2022-08-22 20:28:34.021 ERROR...
Tags Search not returning more than 50 results
Issue We are facing an issue in tags search. We have 64 tags with similar names (book1, book2, book3, etc.), and searching for "book" will only return 50 tags at most. How do we increase this limit? Environment Liferay DXP 7.2 Resolution By navigating to System Settings -> Search ->...
CMS-Clear option does not work after filtering down Web Contents
Issue The Clear option that appears after filtering the Web Contents on the drop-down menu does not clear the filter when it is clicked. Environment DXP 7.2 Resolution A hotfix can be requested with the following fixes: LPS-119832       , content:...
Audience targeting module deployment errors on Lifera DXP 7.2+
Issue After migrating to 7.2 or superior version Audience Targeting deployment errors appear during startup and its modules appear as installed, not active: 1764|Installed | 10|com.liferay.content.targeting.analytics.api (5.0.0)|5.0.0 1765|Installed |...
How are Known Individuals identified?
Issue We would like to know how Analytics Cloud identifies Known Individuals. Environment Analytics Cloud Resolution Users are identified based on their Liferay user accounts. These accounts are synced to Analytics Cloud during the first setup. They become Known Individuals when they log...
Unable to retrieve the properties from Analytics Cloud
Issue We connected our Liferay instance to Analytics Cloud and the instance shows that the connection is successful. But when we try to Sync Sites, we receive the following error message: For our Liferay instances, we opened the URLs below: https://analytics.liferay.com...
Modifying the extension of a document persists even on downloading the file
Issue Changing the extension of document and media file, causes the downloaded file to have the modified extension. Steps to Reproduce: 1. Create a new basic document 2. Upload a file to the document (liferay-logo.png for the test). Publish 3. Download the file 4. Edit file and change...

該当件数: 3,703 件中 1,361 - 1,400