Search Results

All Results 69
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Error: Please enter a valid property value
Issue Each time you add a property key or value with special characters a message pointing to the invalid string will be shown. Environment Liferay DXP 7.0, DXP 7.1, DXP 7.2, DXP 7.3, DXP 7.4 Resolution Currently this is a design decision. Some characters aren't accepted as valid key or...
Invoking Antivirus Scanning in your developments
Issue If you enable the antivirus scanning it will check files on upload to Liferay applications such as Documents and Media, Message Boards,... but you can also invoke the antivirus scan API directly from your Java classes. Environment Liferay DXP with Antivirus installed. Resolution To...
Deadline in case of multiple password reset URLs
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue If the same user requests multiple resets of the password reset URL...
Reindexing frequency when using the Search Suggestion Widget
Issue We use the Suggestion Widget in our environment. Do we need to perform a reindex every time we boot up the server? Environment Liferay DXP 7.0+ Resolution You do not need to perform a re-indexation after each restart, however, it is advised to reindex the Spell Check Indexes if the...
Keyword search ignoring description field.
Issue When using the keyword search, if you use only part of the "description string", the file you are searching for will not appear in the search result. However, when the exact string is input in the name field, the file will appear in search results. Example- 1) Upload a...
Uploading an image to a form using the 'Web Content Images' option fails
Issue Users are unable to upload a new image using the option Web Content Images. Steps to reproduce 1) Log in as the admin user. 2) Navigate to Content & Data > Forms > Create a new Form with an Image element > Publish. 3) Navigate to Site > Add a Form Widget > Display the Form created...
web.server.host property with multiple Liferay instances
Issue Which entry should be added to the web.server.host property in case there are multiple instances added on a single Liferay portal. Environment Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution In case there are multiple instances/ virtual hosts added over a...
Is Analytics Cloud GDPR-compliant?
Issue We are evaluating Liferay Analytics Cloud and we need information about GDPR compliance, location of the data centers, encryption of physical media, and data privacy. Where can I find this information? Environment Analytics Cloud Resolution Please review the following articles:...
Design > Fragments should allow resizing of HTML, CSS, and JavaScript boxes
Issue The HTML does not wrap, the boxes cannot be resized, and it is difficult to read longer HTML lines. Steps to reproduce: 1) Login as an 'Admin' user 2) Navigate to Design -> Fragments 3) Edit any Fragment by clicking on the kebab menu 4) Under the Code tab the HTML, CSS, and...
Password email notification trigger
Issue What triggers an outgoing email of the Body without password template? Environment Liferay DXP 7.3 Resolution The "Body without Password" template is used when a user creates their own account via the login portlet AND the property login.create.account.allow.custom.password=true...
Form rules do not work when using repeatable Fields Groups
Issue We have added some rules in a form, related to repeatable fields groups. Those rules show certain fields based on selected values. The issue arises when the values are repeated in the form, clicking in the 'plus' (+) button and adding a second repeatable fields group. The values...
How to do exact search in Liferay Commerce?
Issue Steps to reproduce: 1. Start Liferay DXP 7.2, Commerce version 2.2.0 2. Navigate to products. 3. Create 2-3 products (Note: create some products with the same keyword in the full description) 4. Now, search for the product within double quotes. Expected Behavior: The product with...
Need to hide Liferay Auth token as it is visible in Page source
Issue When using the burp suite tool to intercept traffic, the Liferay Auth token is visible in the Page Source, which could make the environment vulnerable in the user's view. Environment Liferay DXP 7.0+ Resolution This observed behavior is expected and poses no security risk. The...
Cannot change the HTML WYSIWYG editor in webcontent or document types
Issue In DXP 7.4, we want to change the HTML WYSIWYG editor in web content and documents and media types from CKEditor to AlloyEditor. When we try to change it using the following portal-ext.properties property, the editor is not changed:...
Product images are not visible to guest users
Issue Steps to reproduce: 1. Start Liferay 7.2 fix-pack-14 and commerce version 2.2.0 2. Sign in as an admin. 3. Navigate to catalog and create a catalog named 'Test Catalog'. 4. Now, navigate to products. Click on the '+' button and select as simple. 5. Create a product by choosing the...
Can you use group email address with Analytics Cloud?
Issue There is an e-mail address that includes some other e-mails and has a separate inbox as well. Can invites be sent to it and can be used with Analytics Cloud? Environment Analytics Cloud Resolution Group e-mail addresses can be used just like regular e-mail addresses. You can send...
Is Liferay creating cookies site base?
Issue Is Liferay creating a cookies site base? If so, where exactly on the Liferay server would all the cookies be physically kept?  Environment Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution The majority of Liferay's cookies are of the "Persistent" type. As...
When selecting a blog cover image, the uploaded video is unavailable
Issue Encountering challenges with uploading videos using the document and media portlet in blogs Steps to reproduce: 1) Navigate to Liferay DXP> Content and Data> Documents and Media 2) Upload a video (.mp4) 3) Navigate to 'Blogs' 4) Click for an 'add blog entry' 5) Select file>...
How to retrieve the layouts where a web content is displayed
Issue How to determine what page a web content is displayed on. Resolution Best approach is to use the methods of the API provided by com.liferay.journal.service.JournalContentSearchLocalServiceUtil  , content:...
How to output the list of file names in "Documents and Media
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue Is it possible to batch output a list of files in a specific folder in...
Multilingual support for password reset emails
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue When logging into Liferay, if you log in with your email address +...
Do hotfixes contain database changes?
Issue We were wondering if hotfixes contain database changes, and where you can see if a database change is included in a hotfix. Environment Applicable to all Liferay environments Resolution By default, a hotfix normally does not contain any changes to the database, except if you...
Cannot resubmit for publication a content page that has been rejected in the worklow
Issue I enabled Single Approver workflow for content pages, and I notice that after an initial content page draft has been rejected, upon editing the page again, you cannot resubmit it because the "Submit for Publication" button is disabled Steps that demonstrate the issue: 1. Global...
Empty osgi/config folder in 7.4
Issue The osgi/config folder is missing all of its config files. Environment DXP 7.4 Resolution This is expected behavior. Liferay’s default factory configurations will no longer be added as a config file in the osgi/configs folder. Instead, these default entries are now added via OSGI...
Redirect component limitations
Issue Right now redirection component is only available for pages, not intended for web contents, documents,... Resolution Currently there two limitations regarding the redirection component, both of which have a related ticket opened: LPS-112815: Redirection component isn't allowed for...
Display Page Template and Pages Navigation not showing for Private site
Issue Pages created from a Display Page Template are not showing in the Site Navigation menu on a Private site. Environment DXP 7.2 Resolution It is expected that the navigation menu display a different hierarchy in private pages versus public pages. Additional Information When on a...
'TemplateNode cannot be cast to java.lang.String' error when using certain words in structures
Issue We have a structure that has a field called 'type' and being referenced in the advanced settings When we try to preview it, we get the above-mentioned exception in our logs Environment Liferay DXP 7.4 Resolution The current behavior is expected, since there are certain keywords...
How are Unique Visitors calculated and identified?
Issue We would like to know how the Unique Visitors are calculated and what the factors are that identify a unique visitor. Environment Analytics Cloud Resolution As for unique visitors, we track known users based on a combination of factors including that user's individual ID and...
How to enable the form's Require CAPTCHA option by default?
Issue Due to security rules, I need all forms to have the Require CAPTCHA option enabled. Currently, the Require CAPTCHA option is disabled by default. Is there any way to enable this option by default? Environment Liferay DXP 7.3 Resolution Unfortunately, there is no out-of-the-box...
How to Track Data from a Knowledge Base Article in Liferay Analytics Cloud
Issue As an Analytics Cloud Workspace Admin, I would like to access the data from the Knowledge Base articles. Environment Liferay Analytics Cloud. Resolution This is currently a product limitation, however, we already have a feature request for it so it may be implemented in a future...
How is Bounce Rate calculated?
Issue We would like to know how the Bounce Rate is calculated. Environment Analytics Cloud Resolution It is calculated every 30 days. If you find that the values are too small, it is possible that there just has not been enough time to calculate an accurate % change. E.g. if your...
Differences in number between Google Analytics vs Liferay Analytics results
Issue We are currently evaluating Liferay Analytics Cloud vs. Google Analytics and have noted a strong discrepancy in the overall site metrics that are shown in the Liferay Analytics graphs for the past 30 days. We would like to understand more details about the overall calculation...
SSO at site level
Issue Is there any OOTB option to configure SAML for two sites on the same instance? Whether creating a new instance for a site would help to configure SAML? Environment Liferay DXP 7.2 Liferay DXP 7.3 Resolution Is there any OOTB option to configure SAML for two sites on the same...
Workflow task notification is not showing the changes with respect to expire date/display date
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 2. Log in as admin. 3. Enable Single Approver Workflow for Web Contents. 4. Create a new web content article. 5. Edit the Article and change the Expire Date. 6. Send the modification for Review. 7. Assign the Workflow task to yourself....
Email Notification of Web Content
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue What are some of the email notification features for web content?...
About specifying standard fonts
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue What are the standard fonts used in Liferay? Environment DXP 7.4 solution...
ClusterName is not mandatory while configuring remote ES
Issue Cluster name is not mandatory to add in 'com.liferay.portal.search.elasticsearch7.configuration.ElasticsearchConfiguration.config' file while making remote ES connection with Liferay Environment Liferay DXP 7.4 Resolution In Liferay 7.4, the cluster name field is only used to name...
Instance Name is automatically appended to Child Sites
Issue The title of a Liferay instance is being appended to the page titles of its child sites: <title>Page title - Site title - Instance title</title> Is there any out-of-the-box way to hide it on all sites as well as on a particular site so the title looks like this? <title>Page title -...
Why is the Site's Unique Visitors number is different from the Individuals' Known number?
Issue On Sites > Overview. I can see that there are a certain number of unique visitors. But this number is not equal to the number in the Individuals > Overview > Known section. Is there a difference between these values? How are these calculated? Environment Analytics Cloud Resolution...
What are the Update permissions in a page's Permissions menu?
Issue At Site Builder > Pages > ⋮ next to a page > Permissions, there are new permissions starting with the word Update. What do these do? Where can I find the documentation for this? Environment DXP 7.4 U26 and above Resolution Previously, permissions were handled at a content page...
Does CVE-2022-34305 affect Liferay?
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue Does CVE-2022-34305 affect Liferay? Environment Liferay DXP 7.0+ solution...
Polls Portlet Missing from DXP 7.3 and above
Issue I am unable to locate Polls portlet in Liferay DXP 7.3 and 7.4. Could you please confirm that those Liferay versions support Polls? If so, how can we enable it? Environment Liferay DXP 7.3+ Resolution According to Digital Experience Platform 7.3 Deprecated and Archived Items, the...
Error message is not displayed when an error occurs in JSONWS
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue Error message is not displayed when an error occurs in JSONWS Do not...
Subscribed content gets notification even if scheduled to future
Issue If a User subscribes to content to get updates when a change is published the user also gets a notification when the author saves a content scheduled for the future.  That leads to irritations because users get the notification about a changed article but see no change on the page...
Non-US-ASCII characters in the local part of email addresses
Issue Trying to add a new user with an email address containing the letter 'ñ' in the local part, it seems that is not considered a valid character. Environment Liferay Portal 6.2 Liferay DXP 7.x Resolution RFC 5322 (section 3.2.3) defines the allowed characters in the local part of an...
Special characters are converted for automatic screen name generation
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Issue When screen names are automatically generated from email addresses,...
Direct link downloads are not tracked
Issue There is a web content article with a direct link to a document/asset in our Liferay instance. After clicking on it, and visiting the Assets > Documents and Media tab, the downloaded document is not visible. Environment Analytics Cloud Resolution This is the expected behavior....
Update Page Content permission does not allow editing web content
Issue I checked the Update Page Content permission for a role, from the page permissions management, and the user who is assigned to this role, cannot edit web content within that page. Environment DXP 7.3 DXP 7.4 Resolution The Update Page Content permission applies to content pages,...
Is OAUTH2 Authentication Supported?
Issue We have our Mail Server configured to use Basic Authentication, can we configure OAUTH2 Authentication in Liferay? Environment DXP 7.3 DXP 7.4 Resolution OAUTH / OAUTH2 Authentication is not included in Liferay's core features. Basic Authentication only is supported at this time....
Prohibit users from moving pages
Issue In our project, we have a role that can edit pages and web content.  Is it possible to prohibit the role assignees from moving pages in the page overview tab? I can't seem to find a permission that disables this. Do you have any solutions? Environment Liferay DXP 7.3 Resolution We...
Can Liferay be affected by the IceApple framework?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue CrowdStrike’s Falcon Overwatch has discovered a malicious framework that targets Microsoft  Exchange servers but it can also run...
Downloaded assets are not displayed in Analytics
Issue There are assets in Liferay that are downloaded in multiple ways: hyperlinks images with links Documents and Media browser I can only see downloaded assets if they are downloaded using the Documents and Media browser. Is this the expected behavior? Environment Analytics Cloud...
How to enable Page Versioning on Content Pages?
Issue In staging, Page Versioning can only be enabled on Widget Pages. Is there a way to have a history of changes on Content Pages? If not, do you plan to add this feature in the future? Environment DXP 7.4 Resolution This is currently the expected behavior, Page Versioning is only...
Analytics Cloud - Duplicated home page under Top Pages > Visited Pages
Issue I can see that the same page - our homepage - is displayed twice under Top Pages > Visited Pages. One URL is the main www,mysite.com URL and the other one is www.mysite.com/group/portal. Environment Analytics Cloud Resolution This behavior is expected because Analytics is...
Role inherited from a segment based on a user group is not displayed in the user's role view
Issue There is a segment that includes members that are part of one or more groups. This segment is assigned to a role. When I choose a user from the user group and view the roles, the role is not listed. Environment DXP 7.2 Resolution This is the expected behavior. The user has the role...
Web Content editor view does not open in the current language of the user
Issue Suppose the user has another language or changes to another language and tries to open the web content article from a page. In that case, the article is always opened in the site's default language. Is this the expected behavior? Environment DXP 7.4 Resolution This is the expected...
Sitemap does not remove the Web Content articles even if they are not referenced by the Asset Publisher
Issue If an Asset Publisher is set as the default asset publisher for a whole site in a page, and a web content article is removed from the asset publisher, the sitemap.xml of that page still displays the previously referenced web content articles. Is this behavior expected? Environment...
No option to update imported fragment on the current site like web contents
Issue No edit option for imported fragments Steps to reproduce: 1) Create a 'Test Frag' fragment (Design->fragments) 2) Create a 'Test' Page 3) Add a fragment and web content on this page. 4) Export it and uncheck the fragments and web content options while doing so. 5) Create a new...
Changes in the fragments are not reflected when they are imported from another site
Issue Any changes to the fragment are not reflected on the page when users export the fragment from site-1 and import the exported fragment to site-2. Steps to reproduce: Note, Automatic propagation for Fragment is enabled  1) On Liferay DXP site, create a fragment 'Test Fragment' 2) On...
Copying a web content article also copies the status of the article
Issue When we use the Copy option on a web content article, the copied version will also have the status of the original one We would expect the article to be copied as a Draft, because we want to edit it before publishing Environment Liferay DXP 7.0+ Resolution The currently intended...

Showing 301 to 360 of 1,665 entries.