[4.2] プラグインの設定ボタンが表示されない
- Dominant language
- PHP
- Stars
- 788
- Forks
- 719
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 39
Description
## 概要(Overview)
- 4.1 から以降のプラグインを4.2へインストール
- インストール自体は成功するが[無効化]の隣に表示されるべき[設定]ボタンが表示されない
- キャッシュクリアをコマンドラインから実行しても改善しないです
- eccube:plugin:install, eccube:plugin:enable 等コマンドラインから試しても状況改善せず
```
root# bin/console eccube:plugin:install --code=XXXXX42
gen -> /tmp/proxy_hc3jiRGhJFlo/src/Eccube/Entity/Product.php
gen -> /tmp/proxy_hc3jiRGhJFlo/src/Eccube/Entity/Customer.php
gen -> /tmp/proxy_hc3jiRGhJFlo/src/Eccube/Entity/BaseInfo.php
gen -> /tmp/proxy_hc3jiRGhJFlo/src/Eccube/Entity/Member.php
Run bin/console cache:clear --no-warmup...
// Clearing the cache for the prod environment with debug
// false
[OK] Cache for the "prod" environment (debug=false) was successfully cleared.
[OK] Installed.
root# bin/console eccube:plugin:enable --code=XXXXX42
gen -> /var/www/vhosts/eccube/html/420b2/ec-cube/app/proxy/entity/src/Eccube/Entity/Product.php
Run bin/console cache:clear --no-warmup...
// Clearing the cache for the prod environment with debug
// false
[OK] Cache for the "prod" environment (debug=false) was successfully cleared.
[OK] Plugin Enabled.
```
ec-cube や apache のログにも特にエラーは出ていないため、どのように調査を進めれば良いかわからず。
## 期待する内容(Expect) or 要望 (Requirement)
## 再現手順(Procedure)
### 環境 (environment)
+ EC-CUBE: 4.2.0 beta2
+ PHP: 7.4.3
+ DB:
- MySQL 10.3.34-MariaDB-0ubuntu0.20.04.1
Contributor guide
Assessment
This issue has not been assessed yet.