Questions tagged [liferay-7.4]

19 questions
2
votes
0 answers

Problem with elasticsearch when deploying liferay ce 7.4 in kubernetes

I'm trying to deploy liferay ce 7.4 in kubernetes and I can't connect elasticsearch 7.14.0. I get the following error: 2022-03-19 20:06:29.375 ERROR [main][ElasticsearchEngineConfigurator:93] bundle…
NoSe
  • 99
  • 8
1
vote
1 answer

How to use a shared react widget components in other react portlets - Liferay 7.4

I have a requirement where I need to create reusable components in React and use them in other react portlets in Liferay. Here are the steps I tried: I have a react widget (reusable widget) and react portlet (consuming portlet) reusable…
Geek
  • 127
  • 1
  • 12
1
vote
1 answer

Error in plugin "gulp-sass" when deploy Liferay 7.4 theme

While migrating my Liferay 7 theme to 7.4 version, I got warnings like Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($spacer, 2) or calc($spacer /…
Geek
  • 127
  • 1
  • 12
1
vote
2 answers

Liferay service-builder fails to generate good code

I am setting up Liferay (Portal 7.4.3 ga55) development environment using Intellij (with Liferay plugin) and Gradle plugin. Created a new Liferay workspace project. Next created a service builder module and executed gradle buildService task for…
1
vote
1 answer

How to upgrade a liferay theme from 7.0 to 7.4?

I'm following the official tutorial to update a theme from 7.0 to 7.2 https://help.liferay.com/hc/es/articles/360029316831-Running-the-Upgrade-Task-for-7-0-Themes, the process is successful but I need to update to liferay 7.4 and I can't find…
Devel0per
  • 21
  • 2
1
vote
0 answers

Liferay 7 Extending EditableFragmentEntryProcessor

I want to extend functionality of EditableFragmentEntryProcessor in Liferay 7.4 ( tags in fragments) by searching in text syntaxes like {user.name} and replacing it with value from response from my external API. e.x. I type something…
Krystian K
  • 377
  • 1
  • 3
  • 13
1
vote
0 answers

What is the JournalArticle setContent(java.lang.String content) replacement in 7.4?

I am currently upgrading a module that uses setContent(), that used to be available for JournalArticle (package com.liferay.journal.model) in 7.3. I checked the guidelines…
Victor
  • 3,520
  • 3
  • 38
  • 58
0
votes
0 answers

How to assign an existing Site Template to a Site Programmatically in Liferay DXP 7.4

I have found some solutions but they are old like 2014 or more I want an updated solution to this problem. I am using Liferay DXP version 7.4 I have tried this code but its not working : LayoutSetPrototype layoutSetPrototype =…
Ali Raza
  • 1
  • 3
0
votes
0 answers

AutoLoginFilter: Current URL /health/index.html Generates Exception

This message fills the logs and makes anything else difficult to see. ERROR [ajp-nio-127.0.0.1-8009-exec-76][AutoLoginFilter:256] Current URL /health/index.html generates exception: null I don't know what is this error. I got this error log from…
0
votes
0 answers

Look and Feel Configuration pop up is blank in liferay

I am trying to migrate liferay from version 7.0 to 7.4. I am able to click on Options on right hand corner of each portlet. But, when I click on look and feel configuration Option a blank pop up appears. No contents are shown. This issue not only…
0
votes
1 answer

Liferay 7.4 circular dependency detected by gradle

I want to use multiple projects in Liferay 7.4 and am facing a circular dependency issue: Project A depends on Project B and Project B depends on Project A. When we add these dependencies in build.gradle it shows a circular dependency error in the…
0
votes
0 answers

how to get freeMarkerPortletPreferences in the nested template Liferay 7.4

Liferay 7.4, I have web content which has one field to select a web content in it. I am creating the freeMarkerPortletPreferences something like below line in web content's template (parent). <#assign freeMarkerPortletPreferences =…
0
votes
0 answers

How to get Liferay freeMarkerPortletPreferences in nested Webcontent templates?

I am trying to use portletpreference in my nested webcontent in Liferay 7.4. In the 7.4 version, there are two tables [PortletPreferences] and [PortletPreferenceValue] for Preferences. I am able to set the Preferences values but, having trouble in…
Geek
  • 127
  • 1
  • 12
0
votes
0 answers

How To retrive freeMarkerPortletPreferences in Web content templates Liferay 7.4?

I am trying to use portletpreference in my nested webcontent in Liferay 7.4. In the 7.4 version, there are two tables [PortletPreferences] and [PortletPreferenceValue] for Preferences. I am able to set the Preferences values but, having trouble in…
Geek
  • 127
  • 1
  • 12
0
votes
0 answers

Liferay 7.4.3.61 - Blob type column in service builder

Since the upgrade from 7.4.3.19 to 7.4.3.61, my custom service builder doesn't start with the following error. I tried to do an other service builder with a simple entity and it works. But when I added a Blob column, it doesn't. So is Blob column…
DyM
  • 628
  • 1
  • 6
  • 16
1
2