操作
Bug(バグ) #518
完了Failed install when there is empty DB (空のDBが存在する時にインストールに失敗する。)
開始日:
2010-01-20
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
3.8 で発生するか:
説明
Overview (概要)¶
Failed install when there is empty DB.
(空のDBが存在する時にインストールに失敗する。)
Causes (原因)¶
When there is a config/database.yml and you install the new plugin, opPlugin:install task is written in sns_config table.
However, the error occurs if the table doesn't exist.
(config/database.yml が存在し、新しいプラグインをインストールしたときに、
opPlugin:installタスクはsns_configテーブルに書き込みを行います。
しかし、そのテーブルが存在しないならば、エラーが発生します。)
Reproduction method (再現方法)¶
- execute a openpne:install task. (openpne:installタスクを実行)
- uninstall some plugin of bundle by opPlugin:uninstall task. (バンドルプラグインをopPlugin:uninstall taskでアンインストール)
- create the empty DB. (空のDBを作成)
- execute a openpne:install task again. At this time, empty DB is set. (再びopenpne:installを行う。このとき空のDBを指定する)
Source (報告元)¶
Shogo Kawahara さんがほぼ15年前に更新
- ステータス を Accepted(着手) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
更新履歴commit:"b88978e3dbcb5267194d45f8262a999ca0aa07c9"で適用されました。
Shogo Kawahara さんがほぼ15年前に更新
更新履歴commit:"d56878342da8516ffc46e00cbca03fee6e1e610c"で適用されました。
Kousuke Ebihara さんが14年以上前に更新
- ステータス を Pending Review(レビュー待ち) から Fixed(完了) に変更
- 進捗率 を 50 から 100 に変更
操作