Search Results

All Results 7020
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Guests can no longer see web content articles
Issue After updating a Liferay DXP 7.2 server to dxp-5+ and publishing content Guests no longer see web content articles. A fix, LPS-106146, was introduced in dxp-5 that addressed a permissions error when...
Why p_p_auth token is exposed in the URL? Could it be a security risk?
Issue On Liferay Portal 6.2, p_p_auth token is exposed in the URL. It might be considered as a security risk. Environment Liferay Portal 6.2 Resolution No attacker or other user can use p_p_auth token, only a...
Web content loses its display page when deleting the default Asset Publisher from the page
Issue We have a Widget page with an Asset Publisher on it, which is set to be the default AP on that layout We also have a web content and our page is set as its display page in the web content's...
Export of site fails with NoSuchTemplateException
Issue We want to export our site into a LAR file, but it fails with the below error on the UI: An unexpected error occurred with the publication process. Please check your portal and publishing...
Administrators can't edit form entries
Issue Form Entry Edit Functionality Missing Environment Liferay DXP 7.2 Resolution Form entries cannot be edited after they have been submitted by a user in Liferay 7.2. This is expected behavior and the option to edit...
Multi-Tenant Elasticsearch Index Names Support in DXP 7.2 FP8/SP3 and DXP 7.3+: Important Changes for Search Tunings and Workflow Metrics
Applicable Environments Liferay DXP 7.3 and 7.4 Liferay DXP 7.2 Service Pack 3+/Fix Pack 8+ (SP3+/FP8+) Elasticsearch 6.x/7.x Liferay Connector to Elasticsearch 7 v3.1.0 (for DXP 7.2) Who should read this article?...
Getting the themeDisplay object in DXP themes and layout templates
Issue In Liferay Portal 6.2, the themeDisplay object was inherited in themes and layout templates. How is it possible to get the same object in DXP? Environment Liferay DXP 7.0 Liferay...
Cannot Request Users With long userid After Patching to DE-93
Issue We use this code to secure our API calls in our customization: (request variable is an HttpServletRequest object from @Context annotation) long userId = GetterUtil.getLong(request.getRemoteUser());  user =...