Re: アップデートに失敗する

2021年3月21日 at 11:05

もう一度見直して進めてます。

エラーの確認


Doctrine \ DBAL \ Exception \ TableNotFoundException
An exception occurred while executing 'SELECT * FROM TreeFileFolderNodes WHERE treeNodeID = ?' with params ["7"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'データベース名.TreeFileFolderNodes' doesn't exist
Previous exceptions
SQLSTATE[42S02]: Base table or view not found: 1146 Table データベース名.TreeFileFolderNodes' doesn't exist (42S02)
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'データベース名.TreeFileFolderNodes' doesn't exist (42S02)


次に
SystemDatabaseMigrations テーブルに 20190309000000 にあるかの確認しましたがありませんでした。
一番近いところでは 20190301133300 と 20190225184524 でした。

なので、concrete/src/Updater/Migrations/Migrations/Version20190309000000.php の実行だとおもうのですが、concrete/src/Updater/Migrations/Migrations/ の中に Version20190309000000.php はありませんでした。

この後の「20190925072210 より大きな日付のレコードを全て削除した上で、 c5:update を再チャレンジ」にある c5:update の再チャレンジとは何でしょうか。