1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

EC-CUBEプラグインを管理画面から削除できない場合の対処法

1
Last updated at Posted at 2023-04-03

FTPでファイルを削除

root/app/Plugin/[削除したいプラグインディレクトリ] を削除

composer.jsonから削除

"ec-cube/[削除したいプラグインコード]": "^4.1",

データベースからプラグインテーブルを削除

plg_[削除したいプラグイン名] テーブルごと削除

データベースのdtb_pluginから列を削除

コマンドライン

rootで
php bin/console eccube:generate:proxies

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?