Search Results

All Results 7156
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
CKEditor Missing Buttons When Page is Not Maximized
If the window size of the browser is not fully maximized, the CKEditor will not display all the buttons as when the browser is maximized. Resolution This behavior is a new feature implemented in Liferay Portal EE 6.2 to support mobile display. Since there are so many mobile devices being...
Audience Targeting EE Plugin Known Issues
This article outlines known issues that exist in the Audience Targeting EE plugin for Liferay 6.2 and includes links to their respective tickets for more up-to-date progress on the particular issues. Resolution Please note that the following issues are related to the setup and usage of...
Import Data Strategies
This article describes the methods that can be used during an import of a LAR file to update the data that is already present in the target Site. There are three data strategies that change the behavior for how the import process acts if the same entry is found in the Site. They are:...
Errors Exporting Password to LDAP
The fix on LPS-55208 modifies LDAPUserExporterImpl (PortalLDAPExporterImpl in Portal 6.2 EE) in a way that the user is only exported to LDAP when the user's modifiedDate field changed. When you change the password for a user only, then the call stack is a bit different and the user...
Importing Contact and Custom Field Mappings From LDAP
In some environments it may be desirable to import a user's contact information from an LDAP server. This article explains how to import custom mappings as well as contact mappings from a Microsoft Active Directory LDAP server using the following properties: ldap.contact.mappings.0=...
Thumbnails Are Not Displayed Correctly in Liferay Portal 6.2 EE SP9
This article outlines a specific known issue that exists within Liferay Portal 6.2 EE SP9 and provides a link to follow its resolution. At the time of release, there is one notable known issue with Liferay Portal 6.2 EE SP9. In this version of Liferay, the thumbnail images of folders may...
Hiding or Restricting Access to Out-of-the-Box Liferay Portlets From Non-Administrator Users
This article describes one method for how to restrict which users can add out-of-the-box (OOTB) portlets to pages. Resolution One option for limiting permissions to add OOTB Portlets to pages would be to limit the Add to Page permissions on the Liferay Portlets via the portlet-custom.xml...
User is Able to Access Web Content Functions Without Proper Permissions
This article documents a known issue in LPE-15180 where users are able to access web content functions without proper permissions. This vulnerability was fixed by the Portal-143-6210 Fix Pack. However, this fix was limited to only newly created web content. Resolution To patch this issue...
Granting Specific Roles to be Associated With a User at Creation
In some environments, every user that is created needs to be associated with a specific role. Instead of manually associating the role to every user by editing them after the user is created, there is a set of portal.properties that we can set so that all users created in the portal will...
Users Are Unable to Add Content Using CKEditor on Weblogic 12.1.1
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 article documents a...
Getting Started With Liferay Maven SDK
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. In this article we'll start by creating a new parent project for your plugins and add a portlet project to it. You...
AJP Sends Body With Status 304 If Using Tomcat 7.0.42
This article documents a reported status code of 304 when using Apache 2 and Tomcat 7.0.42 connected via mod_proxy_ajp. In addition, the article provides a solution to fix the bug. Resolution The status code 304 is caused by a bug in Tomcat 7.0.42 and can be fixed with Tomcat 7.0.43 or...
Disabling the Change Password Request When Users First Log In to Liferay
When a user first logs in to the Liferay Portal 6.1 EE, they are immediately prompted to change their password. Resolution While this request is the default setting, the setting can be changed via the control panel. Navigate to Control Panel > Password Policies In the Default Password...
Kaleo Forms Admin Assign Forms Back Button Disappears After Deleting a Chosen Form
This article outlines a known issue that exists in Kaleo Forms EE 2.1.0 for Liferay 6.2 and includes a link to the respective ticket for more up-to-date progress on the particular issue. Resolution Note the following issue is related to the use of Kaleo Forms EE 2.1.0. The corresponding...
Web Content Displayed in the Asset Publisher Portlet Is Not Updating When Edited in Portal 6.2
This article addresses a known issue with Liferay Portal 6.2 EE. The issue is that web content displayed in the Asset Publisher portlet is not being updated after editing. As a reference, please see LPS-42282. Resolution As a workaround, add the following line to your environment's...
Embedding an HTML Page as a Liferay Portal Page
This article describes how to use the HTML embed pages functionality. Liferay Portal pages are not just for displaying portlets. Users can also embed HTML documents as pages. It is up to the user to ensure that the CSS, JS, and image paths on their HTML page are correct; the Liferay...
Displaying Web Content Across Multiple Sites
Displaying content across multiple sites in the same portal instance is an out-of-the-box Liferay feature. This article provides a basic example for achieving this. Resolution The following steps comprise a basic example to demonstrate the ability to share web content across sites....
Setting 'dl.file.extensions' Property Prevents All Documents and Media File Uploads
This article describes the issue with setting dl.file.extensions portal property preventing all Documents and Media file uploads, including using the multiple filder uploader. Steps to Reproduce Add the following to your portal-ext.properties found in the Liferay Home directory:...
Creating Liferay Themes With Maven
This article contains a guide on how to add themes to a project using the Liferay Maven SDK. Resolution 1. Open command prompt or terminal and go to your project directory. 2. Next, create a theme using the Liferay platform theme template and run the following command: mvn...
Creating a Blogger Role
This article documents how to create a blogger role with the ability to view, edit and publish blog posts. Resolution Follow these basic instructions to achieve the blogger role: Navigate to Control Panel > Users and Organizations, and create an organization named Test with an...
Liferay Portal 6.0 Documentation
Liferay Portal 6.0 is a platform for creating effective business applications and solutions. It offers a robust feature set, impressive scalability, time-saving development tools, support for over 30 languages, and a flexible, scalable architecture that is open source developed and...
Configuring Log4j Logging for the Audit Portlet in Liferay Portal EE
This article demonstrates how to create a separate audit.YYYY-MM-DD.log file within ${liferay.home}/logfor audit INFO messages. It should roll over every day with this configuration.  Environment Liferay Portal EE 6.1 & 6.2 Resolution Please note: For the following procedures we will use...
Deploying Portlets, Themes and Other .war Files Correctly on Jboss 5.1
If you try to deploy a portlet or theme or any .war file on a standalone JBoss 5.1, it will fail and try to create the directory in [Jboss_home]\jboss-5.1.0.GA\standalone\deployments Resolution The issue is that deployments are not put in the correct folder. Add the property...
Deploying Liferay Artifacts to Your Own Maven Repository
As part of the Liferay Portal 6.1 release, anyone can download the created package that has a convenient script to install Liferay platform artifacts to their local repository or to a remote repository. This package doesn’t release EE versions of the artifacts to Maven Central...
Remote Staging Issues with Large Amounts of Data
This article describes known issues that have been encountered when publishing large files using Remote Staging. Resolution Affected Products Liferay Portal 6.2 EE SP5-SP10 Known Issue: Invalid checksum for LAR file error When the Staging server transfers the LAR file in smaller chunks...
Liferay Portal 5.2 Documentation
Liferay Portal 5.2 is a platform for creating effective business applications and solutions. It offers a robust feature set, impressive scalability, time-saving development tools, and a flexible, scalable architecture that is open source developed and enterprise refined. Product...
Dockbar Display Error After Patch Installation With Patching Tool
After installation of a new hotfix, the dockbar fails to display and an error message can be found in the logs: ERROR [http-bio-8080-exec-1][LiferayMethodExceptionEventHandler:34]com.liferay.portal.kernel.portlet.PortletContainerException:...
Changing the Storage Type When Using Dynamic Data List Data Definitions
When working with Dynamic Data Lists, it is possible to create your own data definition. By default, the Liferay platform stores the data definition as an xml, but you may also store it as an expando type. Resolution To change the storage type, you can override the default property...
Adding a Tag, Category, or Related Asset Does Not Increment the Version or Update the Time Stamp
This article documents a known issue with adding categories, tags or related assets to files in the Document and Media library. When you try to do this, a new version of the document is not created and the time stamp is not updated. Resolution With the introduction of LPS-37702...
Adding Portlets to Users' Private Pages By Default
This article describes how to add portlets to a user's private page by default. Resolution One way of achieving this is by creating a page anywhere in the portal with the pre-configured portlets you need, and then exporting a LAR of the page. Next, use the following property in...
Activating a Marketplace App Through a Proxy Server
If a Marketplace app activation key is acquired via OrderId, the Liferay bundle will try to validate the key by accessing www.liferay.com. This is an issue if the server requires a forward proxy to access the Internet. The Java proxy properties that would be put in JAVA_OPTS or...
No Logs in Elasticsearch
This article documents a known issue with Elasticsearch operating mode when switching from REMOTE to EMBEDDED operation. Any changes in configuration do not take effect unless the elasticsearch module is restarted on the server. Also, when going from default EMBEDDED to REMOTE...
Virtual LDAP Server Plugin Setup
The following article gives a basic use case for Liferay's Virtual LDAP Server Plugin. Liferay's EE Virtual LDAP plugin turns Liferay portal into a virtual LDAP server that can be accessed by external LDAP explorer programs or, as in the case of this article, another instance of Liferay...
Unable to Build a DXP 7.1 Theme in Developer Studio
This article documents a known issue when building a theme in DXP 7.1, using Developer Studio 3.3. Steps to Reproduce Start Liferay Developer Studio 3.3 with a 7.1 workspace project. Go to New --> Liferay Module Project with the following properties: Name: umf-v7-theme Gradle Liferay 7.1...
Utilizing the Validation Feature Within the Web Form Portlet
This article contains a brief example for how to effectively manage validation in the web forms portlet. Resolution Note that following the below reproduction steps (or something similar) will produce an error: Deploy the Web Form portlet to a page Click on the wrench and select...
Liferay Portal 6.1 Documentation
Documentation Using Liferay Portal 6.1 Whitepapers Portlet and Feature Overview WCM Quick Start Guide  , content: ドキュメンテーション Using Liferay Portal 6.1 ホワイトペーパー Portlet and Feature Overview WCM Quick Start Guide  , knowledgeArticleType: reference, legacy: true, name: Liferay Portal 6.1...
Liferay Portal 6.2 Whitepapers
Access high-level technical briefs on Liferay Portal 6.2 features, business benefits, and guides to best practices. Deployment Checklist Document Library Migrating to Liferay Portal Performance  , content: Liferay Portal 6.2の機能、ビジネス上の利点、およびベストプラクティスのガイドに関する高レベルの技術概要にアクセスします。 Deployment...
Announcement Portlet
The Announcements portlet enables the portal user to receive important messages or updates that need to be received portal-wide. For example, if a user needs to make an announcement to thousands of users who are accessing the portal, the Announcements portlet can be used to monitor the...
Social Office Upgrade
While Social Office was previously available as a separate application that could be installed on Liferay Portal EE, many of the components that were present in Social Office are now included within Liferay DXP 7.0. This means that Social Office no longer requires a separate...
Cursor Position Glitch Specific to Using CKEditor on Microsoft Edge
This article documents a known issue for customers using CKEditor in Liferay Digital Experience Platform 7.0. When editing content that uses CKEditor—such as a Message Board thread—on a Microsoft Edge browser, you might notice that the cursor cannot be placed at the end of the Subject...

該当件数: 8,982 件中 6,481 - 6,520