操作
Bug(バグ) #84
完了openpne:migrate fails in installing a plugin that doesn't have any models (モデルのないプラグインをインストールしようとすると openpne:migrate が失敗する)
開始日:
2009-10-07
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
3.8 で発生するか:
説明
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/ から得ることができる。
操作