Questions tagged [liferay-6.2]

The current (June 2021) version of Liferay is 7.4 - Liferay 6.2 was released in 2013, with the last GA update in 2017. Consider upgrading asap. If you're still running Liferay 6.2 CE, at least have this security patch https://liferay.dev/blogs/-/blogs/security-patches-for-liferay-portal-6-2-7-0-and-7-1 installed. A lot more information is available in the main liferay tag.

The current (June 2021) Community Edition version of Liferay is "Liferay Portal 7.4 GA2" - the current enterprise supported version is "Liferay DXP 7.3".

Liferay Portal 6.2 (CE and EE) was released in 2013, with the last CE GA update in 2017. If you're still running this version: Consider upgrading asap. At least you definitely should have this security patch installed.

A lot more information is available in the main tag.

154 questions
1
vote
1 answer

How to retrieve User profile picture Liferay 6.2

For 6.1 there are solutions available to retrieve user profile pic like in this post, but how to get portrait image in Liferay 6.2?
Himanshu Bhandari
  • 1,769
  • 2
  • 23
  • 37
1
vote
1 answer

how to tracking event requests in liferay?

I use liferay6.2.0 CE. I enabled UBT(user behavior traking) for monitor access user(login/logout) but this can't monitor event requests. I want to track event requests in liferay without use Google Analytics . Is there a way to do this?
or123456
  • 2,091
  • 8
  • 28
  • 50
1
vote
1 answer

Keep liferay-ui:search-container while paging

I have a displaying my results. I enabled a rowChecker, so that each row becomes selectable by a check box. It is placed in a form; in this way users can select more rows, then click on my "submit" button and the action…
Pierpaolo Cira
  • 1,457
  • 17
  • 23
1
vote
1 answer

How to Export/Import Site's structure in Liferay 6.2.x

I am looking solution to export/import site structures in Liferay 6.2.x. Currently, Liferay supports the export/import of organization, roles, and user groups structures.
Neeraj Gautam
  • 164
  • 2
  • 11
0
votes
1 answer

sort of entries by the additional field "Date"

How can I sort by "date2"? That is, on the additional field "date"? <#assign orstf = objectUtil('com.liferay.portal.kernel.dao.orm.RestrictionsFactoryUtil') qry = assetEntryLocalService.dynamicQuery() /> <#if startDate??> <#assign …
0
votes
1 answer

Liferay 6.0 get WebForm-portlet data from db with java controller

I have some webform portlet used, for example to ask users if the experience in the website was good. Now I need to get the web form values and create a table to show them. I know that data are stored in liferay's DB in the Exapando (tables, ros,…
IDKN
  • 13
  • 3
0
votes
1 answer

Put the flag secure and httponly in the cookies, in Liferay 6.2 (Localhost)

I want to apply the "secure" and "httponly" flags in the following names: COOKIE_SUPPORT GUEST_LANGUAGE_ID JSESSIONID LRF_SESSION_STATE (secure only) ADRUM Inside the web.xml file the following code has been added. cookie-config image The code…
0
votes
1 answer

SSL Handshake Failure Alert for JDK7

I'm using Liferay 6.2 CE GA2 Framework which is running on JDK7. While calling Discourse Forum API using Apache httpclient it throws exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure. I think this is…
0
votes
0 answers

Problem when importing a large .lar file in liferay 6.2 Portal?

I exported a lar file from a liferay 6.2 prod env the size is 3.6G, I need this lar file to be imported in a test env( liferay 6.2 env also ) . The problem is when importing this large .lare file in the test env liferay portal it says that it cannot…
m.irouch
  • 61
  • 11
0
votes
2 answers

How do you get a list of users for a Liferay 6.2 site

I am trying to get a list of users for a Liferay 6.2 site, but I can't seem to find a way to do so. I have the groupId, which I know is correct, since I can get the documents, but the query only gets directly added users, not inherited ones (e.g.…
SamWM
  • 5,196
  • 12
  • 56
  • 85
0
votes
1 answer

How can i setup Liferay 6.2 tomcat8 server configuration in eclipse or liferay studio? Is it supportable?

Actually i am not able to configure tomcat8 server in eclipse or liferay studio as liferay plugin is showing only 6.2 with tomcat7 option not 6.2 with tomcat8. enter image description here
Amar
  • 1
0
votes
1 answer

ClassNotFoundException: net.htmlparser.jericho.Source : Newsletters

I'm working with the version of liferay 6.2.5, and the content Newsletters. My problem is this: When I try to create a template, for the newsletter; mainly when adding the HTML file. On the site, this causes me this error: Portlet is unavailable. On…
woodson
  • 31
  • 1
  • 4
  • 8
0
votes
2 answers

How to remove Public render parameter from jsp or render phase of portlet class

I have two portlets : 1. Blog Portlet. 2. Author Portlet. I used the concept of Public render parameter to send data (say key "urlTitle") from Blog portlet to Author portlet But after sending "urlTitle" from Blog portlet how can I remove the data…
0
votes
2 answers

Liferay mail is sending hostname and user information with header

I am using Liferay mail (MailServiceUtil/MailEngine) to send mails to users. I have configured mail in ServerAdministration > Mail . My code is as below: InternetAddress toAddress = new InternetAddress(emailTo); …
Varun Arya
  • 335
  • 1
  • 14
0
votes
0 answers

How to display default slider in free marketplace theme using Liferay 6.2 CE GA2

I am using Liferay 6.2 CE GA2. I have downloaded various free Marketplace theme like MADRID Theme but slider is not displaying in theme and how can i use default slider with theme?
manvi
  • 1
  • 1