Search Results

All Results 7167
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
#undefined is added to the URL when there is an Asset Publisher in a page
Issue After upgrading from DXP 7.0 Fix Pack 96 to Fix Pack 97, the #undefined text is appended to the URL on the portal pages. Environment Liferay DXP 7.0 Fix Pack 97 Liferay DXP 7.1 Fix Pack 21 Resolution Please install Liferay DXP 7.0 Fix Pack 99+ or Liferay DXP 7.1 Fix Pack 23+ Or...
AlloyEditor Code View no longer respects line breaks
Issue After upgrading from DXP 7.0 Fix Pack 96 to Fix Pack 97, the AlloyEditor "Code View" option no longer formats the markup. Environment Liferay DXP 7.0 Fix Pack 97 Resolution Please request a Hotfix with the LPS-127857 Additional Information Update liferay-ckeditor to...
Errors Updating Liferay Workspace
Issue I'm running into errors when attempting to update my Liferay Workspace to a higher version. Environment Liferay Developer Studio Liferay Workspace with Gradle Build Resolution If your project does not build or you're encountering errors when running any Gradle command, it likely...
Toggle Controls button missing in Liferay DXP
Issue In Liferay DXP, I no longer see the Toggle Controls button that was available in Liferay Portal. The Toggle Controls button in Portal 6.2. Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Resolution This is an intentional change implemented in LPS-63002. The Toggle...
Subscribed user does not receive email notification from Asset Publisher
Issue I set up the option for users to subscribe to Asset Publisher content I subscribe with a separate User I add new content The User does not receive any notification email Environment Liferay DXP 7.1+ Resolution The reason you are not receiving the email may be that Liferay performs...
Warnings "Attempting to upgrade X table by recreating table"
Issue During an upgrade to newer versions of the portal, warnings like "Attempting to upgrade some table by recreating table due to some reason" may be found in the logs. They can cause confusion and makes one wonder if they will have impact later or can be ignored. For example:...
Two separate java processes are created when starting Liferay 7.3
Issue When you start Liferay 7.3 you can see two new different Java processes running, while in older versions only the first one was created: org.apache.catalina.startup.Bootstrap com.liferay.petra.process.local.LocalProcessLauncher Environment Liferay 7.3. Resolution...
How do I Add More Than One Field To the Custom Mapping Sections in My 7.0 LDAP Setup?
Issue I would like to add multiple fields to the custom mappings section in my LDAP setup. Environment DXP 7.0 Resolution During LDAP setup, navigate to Control Panel > Configuration > Instance Settings, in the Configuration tab scroll down to Authentication > LDAP and select the Add...
Why Does the Site Selector Menu in the Control Panel Direct Traffic to an Empty Page?
Issue In DXP 7.1 and below, the links in the site selector menu in the control panel took me directly to the site home page. In DXP 7.2 and above, clicking on the site name in Control Panel > Sites > Sites directs me to an empty page which says "no sites were found." Environment DXP 7.2...
DLFileRank query running for a long time and taking up pool usage
Issue I am seeing a long running database query and am concerned about its impact on my environment:  insert into DLFileRank (groupId, companyId, userId, createDate, fileEntryId, active_, fileRankId) values (:1 , :2 , :3 , :4 , :5 , :6 , :7 ) Environment Portal 6.2 Resolution Similar to...
Error executing FreeMarker template with #null when rendering web content
Issue When trying to render a web content we get the following error in Liferay DXP log: 2021-02-12 11:41:48.911 ERROR [http-nio-8080-exec-9][runtime:59] Error executing FreeMarker template FreeMarker template error: The following has evaluated to null or missing: ==>...
Is it Possible to View HTML Source Code in Text Fragments?
Issue As a user, I would like to have access to the HTML source code for text fragments. Environment DXP 7.3 Resolution Alloy Editor does not currently have a source code view feature.  Additional Information It may be possible to create a custom button on the inline toolbar using the...
Increase/decrease uploaded image resolution to make to 300 DPI as standard
Issue A requirement of increasing/decreasing uploaded image DPI (resolution) to make to 300 DPI as standard. Required API which we can be called programmatically from the code to increase/decrease DPI for uploaded image. Environment Liferay 7.2 Resolution Liferay doesn't have such API...
How can I modify the Admin Theme?
Issue Sometimes we need to modify some aspects of the admin-theme, for example, to change the look and feel of web content editions. Environment Liferay DXP 7.0, 7.1 Resolution The admin-theme can not be modified directly, we need to create a new theme based on the admin-theme and then...
Roles are getting deleted
Issue While adding the roles up to 20 if chosen 20 Items per page but if try to add multiple roles further then all the roles is getting deleted except the latest one. Environment Liferay Portal 6.2 Resolution The issue has been resolved in liferay-fix-pack-portal-169-6210 or above....
Site Administrators can't edit or create Workflows
Issue A user with the Site Administrator can't create or edit workflows through Kaleo Forms Admin. When attempting to do so, the user sees that the fields are greyed out and the 'Save' button is missing. Environment DXP 7.0 Fix Pack 82+ DXP 7.1 Fix Pack 12+ DXP 7.2+ Resolution This...
How Do I Resolve "Page Not Found" Errors Thrown by Custom 404.jsp Pages in 7.3?
Issue When I navigate away from my custom 404.jsp page in 7.3, I see a "Page Not Found" error instead of the intended page. Environment Liferay DXP 7.3 Resolution A solution is described in LPS-127143, and will be released in a future fix pack. Additional Information Read this article...
A Liferay Cloud hosted website won't redirect https://mydomain to https://www.mydomain
Issue When opening a Liferay Cloud hosted website without the www part in the URL, the redirection to the site with the www part in it will not happen. Example: https://mydomain.com will not redirect to https://www.mydomain.com Environment Liferay Cloud Resolution WARNING! The below...
How do I remove items from the User Personal Bar without customizing it?
Issue There are items in the User Personal Bar by default that we aren't using or don't want users to access. We want to remove these items without creating a custom module. Environment Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution There are two different configuration areas...
Unable to use the Action button under Sites
Issue Steps to Reproduce: 1) Manually deploy Liferay on Wildfly 8.2. 2) Start up the portal and navigate to Control Panel > Sites > Add blank site. 3) Click on any Action button with to the Sites. Actual Result: The action button doesn't work. Expected Result: The Action button should be...
Unable to render forms in custom portlet anymore
Issue You have some custom code (e.g. a portlet) which programmatically renders a form But after a patch level upgrade, this does not work anymore, the form is not rendered Environment DXP 7.2 Resolution It might be that you are having this issue due to the changes introduced by...
Using data providers to populate states based on their country
Issue Create data providers for the country list and state list by using the below Liferay provided 'Rest Web Services'. localhost:8080/api/jsonws/country/get-countries and localhost:8080/api/jsonws/region/get-regions?country-Id={countryId} State list is not coming on selecting of the...
Allow users to get accurate search results for public page content when using the common search functionality
Issue After publishing to 'Live' and 'Re-indexing', when searching for the public page once again on the staging server, zero results displayed. After configuring 'Remote Staging', the search results which were appropriate earlier have even stopped coming up. Environment Liferay 7.2...
Accurate search results for public page content after configuring 'Remote Staging'
Issue No results found after publishing changes to live Steps to reproduce:  Set up a clean instance Set up another (remote environment) instance. Create a new content page in the local environment. Add a basic component (for eg. banner center). Update heading of the banner (added...
Huawei devices and Liferay Push notifications
Issue Liferay Push uses Firebase Cloud Messaging. Firebase Cloud Messaging will not send notifications to devices that don't have Google Services running on them. As of May 16, 2019, Google Services cannot run on Huawei devices. See Answering your questions on Huawei devices and Google...
Custom Category in Breadcrumb
Issue Trying to add an entry in Liferay Breadcrumb in the custom portlet.  Environment Liferay DXP 7.0 Resolution The requirement is not available out of the box in Liferay. If you want to achieve this functionality, you can achieve it through customization.  Additional Information...
New Virtual Instance cannot be created if "passwords.default.policy.check.syntax=" is set to true
Issue If I set passwords.default.policy.check.syntax=true in my portal-ext.properties file, I cannot create a New Virtual Instance I get an error in the logs: ERROR [ajp-nio-127.0.0.1-8009-exec-34][EditInstanceMVCActionCommand:121]...
Unable to preview images when selecting images in Web Content image field
Issue Unable to preview images when selecting images in Web Content image field. Environment Liferay DXP 7.1 Resolution There is a possibility the issue is caused by the missing configuration on the Adaptive Media page. The Preview 1000x0 and Thumbnail 300x300 are enabled by default on...
Only deleting pages from Staging to Remote Live
Issue I want to be able to delete pages on my Remote Live site without publishing any other changes or content from Staging to Remote Live. Environment Liferay DXP Resolution After deleting the respective pages from the Staging environment, click Publish to Live> Switch to Advanced...
How Do I Change Where Documents are Stored When Uploaded Through the Forms Upload Field?
Issue As an administrator, I would like to make the files uploaded by one user through the forms upload field hidden from other users, but I don't see a way to restrict view permissions to the Document Library root folder (where documents are stored when using the forms upload field)...
Disabling embedded Elasticsearch in DXP 7.3
Issue How to disable the Embedded Elastic Search? Environment Liferay DXP 7.3 Resolution Please refer to the steps below: Create a configuration file named "com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.config" and place this file into $Liferay-Home → osgi →...
Uploading Images through Web Content disappear after upgrade
Issue When uploading images using the image field in a web content structure, the images do not appear in the documents and media portlet. After running the upgrade to Liferay DXP 7.3 from a prior version of Liferay, the web content that contained the images that were uploaded through...
Control Panel Menu is displaying for all users
Issue All authenticated users are seeing the Control Panel displayed on the left-hand side of the screen Environment Liferay DXP Resolution Display of the control panel is controlled by the permission Portal: View Control Panel Menu If this permission has been added to any role that a...
Unable to download files bigger than 1GB: "upstream prematurely closed connection while reading upstream"
Issue You can not download big files from the Liferay DXP, in general you can have problems with files bigger than 1 GB, as commonly are some LAR files. There is an error in the webserver service's log file similar to: [error] 75#75: *344298 upstream prematurely closed connection while...
Number of unknown visitors is lower for past months than it was before in Analytics Cloud
Issue When accessing data from past months, we noticed that the number of unknown visitors is smaller that what it previously was, and keeps getting smaller when I consult the same past month over and over in time. Environment Liferay Analytics Cloud Resolution Analytics Cloud stores...
Your browser doesn‘t support pasting with the toolbar button or context menu option
Issue When trying to paste content from the clipboard into the CKEditor through the "Paste as plain text" button on Google Chrome or Mozilla Firefox, you'll receive the message: Environment Liferay DXP 7.2+ CKEditor v.4.7.0+ Google Chrome or Mozilla Firefox Resolution Use the keyboard...
How to identify the fixes included in a hotfix
Issue I want to be able to know what fixes are included in my hotfix. Environment Liferay Portal Liferay DXP Resolution The hotfix ZIP archive contains a file called fixpack_documentation.xml. All the fixes included in the hotfix should be listed under the tag <fixed-issues>. In newer...
Values of hidden form fields are not saved/submitted anymore
Issue After installing dxp-18 (DXP 7.1) or dxp-2 (DXP 7.2), values we have in form fields hidden through rules show empty after submitting the form, when viewing the form entries. Environment DXP 7.1 DXP 7.2 Resolution This change was introduced by...
Unable to initialize Elasticsearch cluster, health status is in RED
Issue When the search cluster is in RED, this results in the Liferay service (DXP) not starting or starting without search capability. A RED status usually means that the search cluster has an inconsistent status because of a data lost or data corruption. You can see the following error...
Users without Admin role cannot initiate SSO on the SP when using expando fields
Issue When using expando field as "Name Identifier Attribute Name=expando:concurid", user without Administrator role can not initiate SSO. Steps to reproduce: On IdP end Add a custom field 'field1' for user.  Go to SAML Admin > Service Provider Connections, make sure the "Name Identifier...
Additional JavaMail properties not being considered in mail server configuration
Issue JavaMail properties defined in the field Manually specify additional JavaMail properties to override the above configuration are not being considered. Environment Liferay 7.0+ Resolution Each property should be stated in a separate line. Property statement should follow the syntax...
Service keeps on restarting
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue The service running on Liferay SaaS keeps on restarting without any errors Environment Liferay SaaS Resolution When the service is on...
CDN Server location for Liferay Cloud
Issue Where are the CDN server locations? Environment Liferay Cloud Resolution CDN available in Liferay Cloud is provided by Google Cloud Platform (GCP). Please check the GCP's CDN location for more information. The CDN is enabled in all environments by default, except for dev...
Workflow is not getting triggered on a custom entity
Issue The below errors are observed on the Liferay console whenever trying to apply a 'Single Approval Workflow' on a 'Custom Entity' ERROR [com.liferay.portal.workflow.metrics.internal.petra.executor.WorkflowMetricsPortalExecutor-2][WorkflowMetricsPortalExecutor:56]...
Custom widget template for breadcrumbs doesn't get applied in control panel and breadcrumbs aren't shown
Issue When a widget template is configured via system settings in system scope it doesn't show any breadcrumb. Environment Liferay DXP 7.2. Resolution Those configurations are made inside System Settings -> Breadcrumb or inside osgi/configs in below files:...
Why does my instance have a default@liferay.com user?
Issue I see a default@liferay.com user in my database. What is the purpose of this default user? If you have a virtual instance is configured, you may see another default user with the configured mail domain (i.e. default@companydomain.com) Environment Liferay DXP Resolution...
Cannot read property 'help' of undefined error when trying to upgrade a theme to Liferay DXP 7.2
Issue While following this tutorial: https://help.liferay.com/hc/en-us/articles/360029005512-Upgrading-Your-Theme-from-Liferay-Portal-7-0-to-7-2, users may encounter the below error: $ gulp upgrade test-theme/node_modules/gulp-help/index.js:81 task = gulp.tasks[name]; ^ TypeError: Cannot...
Solr Error when searching for Users or Organizations
Issue When I perform a search for Users or Organizations, I see a blank screen and an error like the following in the logs: 2021-01-29 00:15:48.429 WARN  [http-nio-8080-exec-5][ProxyMessageListener:86] com.liferay.portal.kernel.search.SearchException: Error from server at...
How to change the HTTP port for Sidecar Elasticsearch 7
Issue Need to run two or more instances of Liferay with Elasticsearch Sidecar locally. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution The default HTTP port in Sidecar mode is 9201   If two or more 7.3 or 7.4  instances are run locally, then this port will need to be configured...
How to locate document in the directory when using Advanced File System Store
Issue I want to find where a document is located in the file system when using Advanced File System Store. Environment Liferay DXP connected to Advanced File System Store Resolution Documents that are not nested under a folder in Site Administration > Content & Data > Documents and...
Why do I see Groovy as the only script language for Kaleo Workflow Designer in Liferay DXP?
Issue When building a Kaleo Workflow definition in Liferay Portal, I was able to use different script languages. But in Liferay DXP, I see that I am only able to write a script using Groovy: Environment Upgrading from Liferay Portal (6.2 and below) to Liferay DXP (7.0 and higher)...
Loss of CKEditor functionalities on Fix Pack 9 (DXP 7.2), Fix Pack 20 (DXP 7.1) and Fix Pack 97 (DXP 7.0)
Issue After upgrading to Fix Pack 9 (DXP 7.2), Fix Pack 20 (DXP 7.1) and Fix Pack 97 (DXP 7.0) several CKEditor functionalities will no longer be operating: LPS-125443 - The "Browse Server" button is missing. LPS-125798, LPS-125296 - Certain toolbar buttons (e.g.: Smiley, SpecialChar,...
Can I use Java 11 in Jenkins to build 7.2 projects?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Liferay DXP 7.2 is compatible with JDK11, how can I have the same version on Jenkins within my Liferay PaaS project? Environment...
"Unable to initialize Elasticsearch cluster" error occurs after installing a new Fix Pack
Issue After installing a new Fix Pack on your current environment you might encounter the following errors in the logs due to Liferay Connector to Elasticsearch version update:...
Is there any limitation on the number of Properties or Data Sources in Analytics Cloud?
Issue  Is there any limit on how many data sources and properties I can add to my Workspace in Analytics Cloud? Environment Analytics Cloud Resolution There is no limit on how many data sources and properties you can add to your Workspace. However, you still need to watch out for...
Cannot view previous comments posted for a Web Content in Kaleo Workflow
Issue I am unable to view comments that I previously posted when a Web Content gets re-submitted through a Workflow. For example: User submits a Web Content through Single Approver Workflow. I assign the Workflow Task to myself, post a comment onto the Task, and approve the article. User...
Portlet drop-down menus don't collapse with a custom theme
Issue When deploying a custom theme generated using the Theme Generator, the drop-down navigation menu of a portlet (in mobile view) does not close/collapse after the menu is expanded. This behavior does not occur when the page is using Classic Theme. Environment Liferay DXP 7.3...
Kaleo Workflow Permissions missing from custom role after upgrade to DXP
Issue Permissions regarding Kaleo Workflow are lost or improperly formatted after upgrade to DXP 7.0+, for example: Environment Upgrade to DXP 7.0+ Resolution This is an intended behavior caused by a change of the permission names. A fix for this behavior has been developed...
Can't find npm jQuery portlet template for DXP 7.2 in Dev Studio
Issue I want to create a Liferay Module project for DXP 7.2 using the npm jQuery portlet template, but I am unable to find the template in the drop down: Environment Liferay Developer Studio  DXP 7.2 Resolution The npm jQuery portlet template was intentionally removed from the available...
How to resolve "User 'x' must have 'y' permission" errors encountered while performing staging publication processes
Issue Our team would like our staging managers to not be administrators, so we are only providing them with select permissions. However, publication attempts encounter errors such as:  ERROR [liferay/background_task-1][EventRemotePropagatorExportImportLifecycleListener:222] Unable to...

Showing 5,461 to 5,520 of 8,995 entries.