Search Results

All Results 6965
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Exception executing batch [java.sql.BatchUpdateException: data exception: string data, right truncation ; size limit: 75 table: COMMERCEVIRTUALORDERITEM column: URL]
Issue Virtual Product URLs can contain only 75 characters Steps To Reproduce 1. Create a Minium 2. Money Order is enabled 3. Create a Virtual Product with a price 4. Into the URL, put something that contains more...
Deleted category images references are showing in 'CPAttachementFileEntry' table
Issue Steps to reproduce: 1. Start Liferay DXP 7.4 U83. 2. Navigate to Categories > Categorization 3. Create a vocabulary. 4. Inside vocabulary, create a category. 5. Now, edit this category > Navigate to Images...
Encountering NullPointerException while creating relationships using Oracle database
Issue Steps to reproduce: 1. Configure Liferay DXP 7.4 with the Oracle database. 2. Navigate  Applications Menu > Control Panel > Objects. 3. Create a custom object. 4. Create a text field and mark the unique...
Can you change the Content Ratings Widget/Page Ratings Widget's default "Star" selection when placed outside of a Collection Display?
Issue The Content Ratings/Page Ratings Widgets are alterable by changing the configurations in Site Settings > Social. When trying to change the configurations for a Content Ratings/Page Ratings Widget located...
Duplicate user errors when setting up a SAML Authentication to replace an existing Token-Based SSO
Issue When trying to set up a SAML authentication to replace existing Token-Based SSO, there are errors that populate stating that the user and/or email address is already in use.  A user with company 1xxxx and email...
Remove "Add to Page" permissions for the "Guest"/"User" role
Issue "Add to page" permissions are populated by default for the roles "Guest" or "User". Although is the intended behavior, it may not be desired in some situations. Environment DXP 7.0, DXP. 7.1, DXP...
Disabling Login Portlet
Issue How do I disable the default Login Portlet to prevent any guest accounts from being created.  Environment DXP 7.2 Resolution In order to prevent any guest accounts from being created please follow these...
How to create a filter by status using GraphQL
Issue If you need to filter by status and execute this query: query{ c { countrieses (filter:"status eq pending"){ items { status id selected } } } } You'll get this error: { "errors": [ { "message": "Exception while...