Foren

Problem with Tag portlet after upgrade from 6.1 to 6.2 CE

thumbnail
Matteo Gnocchi, geändert vor 9 Jahren.

Problem with Tag portlet after upgrade from 6.1 to 6.2 CE

Junior Member Beiträge: 33 Beitrittsdatum: 06.09.10 Neueste Beiträge
Hi
I have tried to update my liferay portal from 6.1 CE to 6.2 CE (with tomcat and JDK 6).
During the upgrade process I received the following two error messages:

14:58:20,181 ERROR [localhost-startStop-1][VerifyProperties:166] Portal property "field.editable.com.liferay.portal.model.User.emailAddress" was renamed to "field.editable.user.types"
14:58:20,181 ERROR [localhost-startStop-1][VerifyProperties:166] Portal property "field.editable.com.liferay.portal.model.User.screenName" was renamed to "field.editable.user.types"


Besides these two errors, the process finished and the server started correctly.

Now I can see all my web contents and Documents, but I cannot manage them through tags because I cannot see the old ones or add new one in the portal.
(For informations both old and new tags are saved correctly in the DB )

Can you help me?
Christophe Noel, geändert vor 9 Jahren.

RE: Problem with Tag portlet after upgrade from 6.1 to 6.2 CE

Junior Member Beiträge: 99 Beitrittsdatum: 28.09.12 Neueste Beiträge
Is there an alternative to "field.editable.com.liferay.portal.model.User.screenName" in 6.2 ?
Because this does not at all do the same as field.editable.user.types !

Thanks.
thumbnail
Juan Gonzalez, geändert vor 9 Jahren.

RE: Problem with Tag portlet after upgrade from 6.1 to 6.2 CE

Liferay Legend Beiträge: 3089 Beitrittsdatum: 28.10.08 Neueste Beiträge
Christophe Noel:
Is there an alternative to "field.editable.com.liferay.portal.model.User.screenName" in 6.2 ?
Because this does not at all do the same as field.editable.user.types !

Thanks.


Hi Christophe,

you can read the portal.properties to see how it works:

https://github.com/liferay/liferay-portal/blob/6.2.2-ga3/portal-impl/src/portal.properties#L5384-5421
Christophe Noel, geändert vor 9 Jahren.

RE: Problem with Tag portlet after upgrade from 6.1 to 6.2 CE

Junior Member Beiträge: 99 Beitrittsdatum: 28.09.12 Neueste Beiträge
Hello,

I did. But as I said, it only allows to configure things according to email domains (which is not very useful).

Note in our case we simply wanted to prevent username change of any user, because using a shibboleth plugin (in authentication mode only).

Regards.