Re: Re: アップグレードについて(必要性と可能なアップグレード)

2019年6月29日 at 6:47

You can add the missing column to the database by running the following SQL command through PHPMyAdmin or the MySQL command line:


ALTER TABLE
Logs
ADD COLUMN
logUserID INT(10) UNSIGNED
AFTER
logIsInternal;


Then request <your-domain>/index.php/tools/required/upgrade?force=1 to continue the upgrade process.

Re: アップグレードについて(必要性と可能なアップグレード)

2019年6月30日 at 10:29
Thank you, Myq.
We are currently upgrading to concrete5 8.5.1.
Problems that depend on the environment such as PHP and DB are difficult, but thanks to the advice from the forum people have solved it.
Thank you very much.