Myq
登録日
2019年6月29日

メンバー検索

  

Myq

名前(ニックネーム)
Myq
自分のconcrete5サイト
ホームページ
自己紹介
concrete5.org のユーザー名
concrete5 Slack Team ID
Twitterアカウント
フォーラム総投稿数
1

コミュニティバッジ

投稿

1から1までを表示 (計1)

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

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.

Posted on 6月 29, 2019 at 6:47 午前