Bug(バグ) #84
openpne:migrate fails in installing a plugin that doesn't have any models (モデルのないプラグインをインストールしようとすると openpne:migrate が失敗する)
100%
Description
openpne:migrate fails in installing a plugin that doesn't have any models.
openpne:migrate tries to create tables for just installed plugins. But it doesn't consider of plugins that don't have directory for models, and OpenPNE continues to create tables without inhibition. So Doctrine throws an exception, openpne:migrate fails.
You can get more information about this problem via http://www.openpne.jp/archives/3615/.
モデルのないプラグインをインストールしようとすると openpne:migrate が失敗する。
openpne:migrate はインストールしたばかりのプラグインのためにテーブルを作ろうとする。しかし、これはモデル用のディレクトリを持っていないプラグインを考慮しておらず、 OpenPNE はそれに構わずにテーブルを作ろうとするために、Doctrine は例外を投げ、 openpne:migrate が失敗する。
この問題についてのより多くの情報は http://www.openpne.jp/archives/3615/ から得ることができる。
Related issues
Associated revisions
fixed openpne:migrate that doesn't consider of plugins that don't have directory for models (fixes #84)
History
#1
Updated by Kousuke Ebihara about 14 years ago
- Target version set to OpenPNE 3.1.3.1
#2
Updated by Kousuke Ebihara about 14 years ago
- Status changed from New(新規) to Accepted(着手)
#3
Updated by Kousuke Ebihara about 14 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
更新履歴commit:"19291a606440f9610bcf4863414e69186333c8be"で適用されました。
#4
Updated by Kousuke Ebihara about 14 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
- % Done changed from 0 to 100