留言板

Unknown column 'appimpl0_.title' in 'field list'

florian toto,修改在7 年前。

Unknown column 'appimpl0_.title' in 'field list'

New Member 帖子: 13 加入日期: 17-2-6 最近的帖子
Hi

I face a problem when I upgrade liferay from 6.1 to 7.0.
I use the cmd : java -jar com.liferay.portal.tools.db.upgrade.client.jar
In my log file I have the errors logs in attachment.
It seems I have the same log as : https://issues.liferay.com/browse/LPS-64845
Yet, this issue has been marked as resolved for Tomcat 8.0.32 + MySQL 5.6.29.

I use Tomcat 8.0.32 and MySQL 5.7.17

Plz suggest.
florian toto,修改在7 年前。

RE: Unknown column 'appimpl0_.title' in 'field list'

New Member 帖子: 13 加入日期: 17-2-6 最近的帖子
I solved my problem emoticon
I manually execute these mysql requests :

alter table Marketplace_App add title VARCHAR(75)

alter table Marketplace_App add description text

alter table Marketplace_App add category VARCHAR(75)

alter table Marketplace_App add iconURL text

alter table Marketplace_App add version VARCHAR(75)

It seems my problem was solved on DXP version of liferay 7.0 but not on CE version (the version I am using) according to https://issues.liferay.com/browse/LPS-67695