Hi,
few days ago, I posted this :
http://www.liferay.com/community/forums/-/message_boards/message/6472014about a upgrade failure from LR 5.2.3 CE to LR 6.1.0 CE .
Today I think to fix modifing the following source :
Source : com.liferay.portal.upgrade.v6_0_5.UpgradeLayout.java
Origin Line 123 - 128 :
String uuid = rs.getString("uuid_");
runSQL(
"update Layout set uuid_ = '" + uuid + "' where plid = " +
plid);
New Line 123 - 129 :
if(rs.next())
{
String uuid = rs.getString("uuid_");
runSQL(
"update Layout set uuid_ = '" + uuid + "' where plid = " +
plid);
}
I compiled my version and I upgrade with Success but now whene I use for example control pannell I have many javascript Error :
Error: LiferayAUI.getJavaScriptRootPath is not a function
Source: /html/js/liferay/modules.js
Error: Liferay.Menu is not a constructor
Source: /
Liferay's Developer Staff, Do you think that my Patch is correct or that javascript error is caused by my patch ?
Thank a lot ,
Best Regards.
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.