掲示板

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

7年前 に florian toto によって更新されました。

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

New Member 投稿: 13 参加年月日: 17/02/06 最新の投稿
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.

添付ファイル:

7年前 に florian toto によって更新されました。

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

New Member 投稿: 13 参加年月日: 17/02/06 最新の投稿
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
7年前 に florian toto によって更新されました。

RE: Unknown column 'appimpl0_.title' in 'field list' (回答)

New Member 投稿: 13 参加年月日: 17/02/06 最新の投稿