操作
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 (報告元)¶
操作