【OpenPNE3】already installed manually, so it will not be reinstalled. If you want to manage it automatically, delete it manually and retry this command.

【PR】
※IT系の記事は当方環境での実施内容となるため実施する場合は自己責任でお願いいたします。

opTimelinePluginを0.9.2へ上げようと、openpneディレクトリ直下で、以下のコマンドを実行したところ、失敗。

[text]
$php symfony opPlugin:install -r 0.9.2 opTimelinePlugin
 "opTimelinePlugin" is already installed manually, so it will not be reinstalled.
If you want to manage it automatically, delete it manually and retry this command.
[/text]

pluginディレクトリから該当プラグインを手動で削除し、同じコマンド以下を実行したら成功した、データも引き継がれているようです。

[text]
$cd plugindir(プラグインディレクトリ) mv opTimelinePlugin wheretodir(どこか)
$ cd openpne(OpenPNE直下のディレクトリ)
$php symfony opPlugin:install -r 0.9.2 opTimelinePlugin
$php symfony opTimelinePlugin:install
$php symfony cc
[/text]

アップデートは未だにおっかなびっくりです。

Tips

Posted by admin