Search Results

All Results 7015
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Is SELinux compatible with Liferay DXP 7.4?
Issue Is SELinux configuration compatible with Liferay DXP 7.4? Environment Liferay DXP 7.4 Running on one of the supported Operating Systems Resolution It is possible to set up SELinux to work with Liferay DXP 7.4 It is up to the customer to create the correct configuration that works...
The code view is visible at the bottom of the content section
Issue In the web content, when selecting the 'Code View [</>]' of the content section, the code view won't display, but, if users scroll to the bottom, the code view is visible. Steps to reproduce: 1. Start Liferay DXP 7.1 fix-pack 28. 2. Navigate to the Site menu > Content > Web...
Disabling Guest users from viewing the search page
Issue How do I block access to my search page content from the "Guest" user in my Portal I would like guest users to be able to access public pages but not have permission to search my web contents history Environment DXP 7.2 DXP 7.3 DXP 7.4 Resolution To achieve this scenario, please...
Lots of "JSONArray text must start with" DEBUG messages in logs, thrown by DDMFormFieldOptionsFactoryImpl
Issue "JSONArray text must start with" DEBUG message are written to the logs when some Liferay Forms operations are carried out. 2023-09-14 11:34:05.180 DEBUG [http-nio-8080-exec-40][DDMFormFieldOptionsFactoryImpl:214] null com.liferay.portal.kernel.json.JSONException:...
Highlighting search keyword in Liferay Search
Issue For complete word search, the highlighting of search keyword is fine but when we are searching for half word search, then it is either not highlighting the keyword (even if the keyword is present) or showing no results. Example 1: 1. On search of "vertical" keyword, Liferay search...
Is it possible to create page templates globally to use them throughout the site?
Issue When trying to create page templates in the global site, not all the options of this tool are displayed, but when performing the same action on any other site, it does display all the options and works correctly. Is it possible to create page templates globally to use them...
Getting the value of an object Entry within Liferay platform
Issue I see there are two ways to get Data from Liferay Objects ObjectEntryLocalService Rest Api Calling Liferay Api externally outside Liferay platform will be using Rest Api What if I need to get the value of an object Entry within Liferay platform? Is it right to use an...
Insecure Cross Document Messaging
Issue Cross Document Messaging (also known as Web Messaging) introduced the postMessage() method, with which plaintext messages can be sent cross-origin. It consists of two parameters: “message”, and “targetOrigin”. If "targetOrigin" is set to ''*" this indicates that it can disclose the...
Issue accessing friendly URL containing special characters in upper case
Issue After updating the portal from DXP 7.3 U15 to DXP 7.3 U27, we cannot access friendly URLs containing special characters in upper case. We see the following error: The requested resource could not be found Environment Liferay DXP 7.3 U27 Resolution The observed behavior is a known...
Liferay Product Cookies
This guide indicates the Liferay products which generate cookies in order to assist Liferay administrators with data privacy compliance. Each entry should indicate the name, type, duration, and purpose. Any personal data which may also be included in the cookie should be indicated in...
Slow Publishing and Import Time for Site When Permissions Are Included in the LAR file
When a site has many roles and permissions, publishing the site will be significantly slower when the permissions are included in the import. Please see the following steps to reproduce for more details: Resolution Create two sites called 'Original' and 'Import' Create 80+ roles to be...
Unable to Include 'form' Attribute in Alloy Editor for the Web Content Portlet
This article documents a known issue with the <form> attribute in Alloy Editor. When the <form> attribute is used for building submittable forms in HTML, Alloy Editor will convert <form> into <p> when added from HTML source code. This is expected in Alloy Editor, as the design of Web...
Setting up Solr on Linux with JBoss
This is an introductory guide to setting up Solr and then switching Liferay Portal's indexing method to Solr. Keep in mind that this is only one step in creating a cluster for use with Liferay Portal. For further instruction, see Installing Liferay Portal in a Clustered Environment....
Patching Tool 1.0.24
The Patching Tool 1.0.24 is a maintenance release which includes fixes and minor updates.  Resolution Release Highlights Minor visual updates in the info command. Resolves a problem that prevented the application of patches on WebSphere Improves the index-info command to show DB...
Setting Up Basic Facebook Authentication With Liferay Portal
This article will provide a step-by-step guide to configuring the Facebook login feature in Liferay Portal.   Resolution Create Facebook Developer Account To begin, you will need two facebook accounts; that is, a regular facebook account and a developer facebook account. To obtain a...
New UI Features in Liferay Portal 6.2
This article outlines some of the big changes that have been made to the UI in Liferay Portal 6.2, and how to work with them. Liferay Portal 6.2 brings a set of improvements to the usability and user interface. Several components have been reworked; some of them are inherited from...
Site Pages Using “Link to Page” Option Are Not Published When Staging
This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable. This article describes how staged site pages configured as “Link to Page” behave when published to live. When...
Liferay Faces: Features
This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable.  This article describes some of the helpful features for Java Server Faces, as well as, more specifically, Liferay...
Setting up locales for use with Staging
This article describes how to successfully perform local-live staging with the use of language locales/translations. Resolution You will need to obtain hotfix-56 and apply it to your bundle. This fix removes an error that requires en_US to be listed as a supported locale in...
Liferay Sync for Desktop Handshake Connection
Here you will find information for resolving connection issues between Liferay Sync desktop and your server. Resolution ServerName must match the cname of the record If these do not match, the handshake will fail However, in the case that these do not match, the issue can be resolved by...
Setting Up Liferay Portal 6.1.x EE With WebLogic 11g Managed Server Settings
This article contains a basic guide for setting up Liferay 6.1.x in Weblogic 11gR1 with Managed Servers. Please note that this is not designed to be used in every specific environment; this is merely a simple guide to setting up Liferay on Weblogic.  Resolution How to set up Liferay...
Setting Up Liferay Portal 6.1 EE on JBoss 5.1 EAP
This guide will assist you in the startup of JBoss EAP 5.1 with Liferay 6.1 EE GA1. Resolution Download JBoss EAP    Download the liferay-dependencies.zip   Navigate to [L:/$JBOSS_BUNDLE/../server/default/lib]: Add the Liferay dependencies (hsql.jar, portlet.jar, portal-service.jar) Add...
False Security Issue in FCKEditor and Liferay 6.x Reported as CVE-2018-10795
Recently, a security vulnerability was filed in Mitre under CVE-2018-10795 reporting an issue in FCKEditor and Liferay Portal 6.x versions. Resolution Liferay disputed this issue because file upload is an expected feature, subject to Role-Based Access Control checks where only...
Receiving Mixed Mode Warning when ReCaptcha is enabled on site with HTTPS
This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable. The intended behavior of the Liferay Portal is to automatically reindex when any user is updated or created....
Staging Options When Using the Publication Form
After you have enabled Staging (either Local Live or Remote Live) for a site, you will notice on the dockbar in your staging site that a new "Staging" drop-down menu appears that contains a green publish button. If you click on this button, a pop-up window will appear with several...
Quick Start Guide to SAML on Liferay Portal 6.1 EE GA2
This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable. SAML (Security Assertion Markup Language) is an XML-based open standard data format for exchanging authentication...
Preventing the User Role From Accessing the Control Panel
This article explains how to prevent users from accessing the Control Panel. Resolution This functionality can be achieved in the Control Panel: Navigate to Control Panel > Users and Organizations Under the Actions drop down menu, click on "Permissions" In the Permissions page, click on...
Create a Plan for Maintaining Database-File System Consistency for Staging
Remember that Liferay’s database and file system are generally separate data sources that need to be in sync as Liferay references the file system. When backing up, make sure that these sources are backed up in a way that ensures that the two sources remain in sync.  How can I ensure the...
Portlets with WYSIWYG Editor cannot publish large articles
Information about products not created by Liferay is provided for informational purposes only and does not constitute Liferay Support recommendation nor endorsement. Liferay also does not assume any responsibility for any instructions herein or referenced regarding these products....
Liferay Sync Access Blocked by Firewall
n order for Liferay Sync to function properly, the application will need access to the Liferay Portal. In many environments, this is a straightforward connection. In some, however, the local firewall may result in the inability for Liferay Sync to work with the portal. Resolution If the...
Liferay Sync Not Verifying Portal Version
This article highlights a known issue when using Liferay Sync and Liferay Portal 6.1 EE. Resolution While using Liferay Sync, a user may experience the following error when attempting to connect to an instance of the Liferay Portal: The portal version could not be verified. The minimum...
Documents and Media Library Capacity
As many customers use the Liferay Document Library to store the bulk of their documents, a natural question arises pertaining to the data; namely, how much is too much? While this depends heavily on the specific environments, this article aims to answer the question for a generic...
Implementing NTLM Seamless Login
This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable. After successfully configuring Liferay with NTLM, a user can authenticate simply by clicking "Sign In" within...
Enabling or Disabling Directory Indexing
This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable. Starting In Liferay Portal 6.1 EE,  there is a portal.property for enabling or disabling directory indexing for...
Wiki Permission Details
Wiki Permissions can be "layered" because of the multiple permissions that can go into it. This article aims to explain the different levels that wiki permissions can happen on. Resolution Permission to the wiki can be set in the following levels: Wiki node level User level Portlet Level...
Using the Global Scope when linking assets from multiple sites for Staging
This article outlines a practical suggestion for storing and referencing content in multiple sites. Following this suggestion will help prevent errors and permissions issues for users referencing documents, media, web content, and more from multiple sites. Resolution According to the...
Changing Settings in Live, Embedded Portlets
This article outlines a practical suggestion for how to change or delete settings in live, embedded portlets. Resolution Liferay makes it possible to embed portlets in the layout template and in the theme. While changing portlet settings is very simple (just click the wrench!) for...
Changing Content Permissions from Staging Environment to Remote Live
This article outlines a practical suggestion in the case of publishing updated content permissions from a staging environment to a remote live environment. Following this suggestion will ensure that the updated permissions are indeed published to live. Resolution Due to the nature of how...
Guide for Document and Media Library in Liferay Portal 6.1 and 6.2
Liferay Support does not recommend or endorse specific third-party products over others. Liferay is not responsible for any instructions herein or referenced regarding these products. Any implementation of these principles is the responsibility of the subscriber. This is a guide for...
Increasing the Speed of Search/Indexing Times
This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable.  This article describes one Liferay properties that may increase the speed of both search and indexing in your...

Showing 2,481 to 2,520 of 8,808 entries.