バージョン選択

フォーラム

メニュー

オンライン状況

43 人のユーザが現在オンラインです。 (37 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 43
もっと...

サイト内検索

質問 > 管理機能 > ソーシャルボタン追加プラグイン

管理機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
mymy
投稿日時: 2019/7/1 19:31
対応状況: −−−
新米
登録日: 2019/7/1
居住地:
投稿: 5
ソーシャルボタン追加プラグイン
ソーシャルボタン追加プラグインを使用停止しようと、
プラグイン管理画面から停止ボタンをクリックしたところ、
500エラーが発生、管理画面を含むページが閲覧不可となってしまいました。
解決法ご存じの方ご教示いただけないでしょうか?


----------------
EC-CUBE 4.0.2
PHP 7.3.6
[導入プラグインの有無] ソーシャルボタン追加プラグイン・メンテナンスプラグイン・商品並び替えプラグイン・Facebook連携プラグイン EC-CUBE4対応版(停止中)・商品一覧ページレイアウトプラグイン for EC-CUBE4
[カスタマイズの有無]レイアウト変更の為、デフォルトのtwigファイルをベースにカスタマイズ。cssはuser_dataフォルダ内customize.cssにてデザイン修正。
データベース等デザインにかかわらない部分は変更しておりません。
3tiles
投稿日時: 2019/7/1 19:53
対応状況: −−−
一人前
登録日: 2019/6/19
居住地:
投稿: 80
Re: ソーシャルボタン追加プラグイン
ソーシャルボタン追加プラグイン プラグイン
https://www.ec-cube.net/products/detail.php?product_id=1776
でしょうか?

エラーログ等エラーの詳細とか分かりますでしょうか?

外しているかもしれませんが、
https://qiita.com/nanasess/items/583683eb94947aebea44
によれば、無効化時にも起こり得るそうなので、参考にしてみてはどうでしょうか?


----------------
スリータイルズ
WEBメディア「WEBshiru(ウェブシル)」

mymy
投稿日時: 2019/7/2 16:39
対応状況: −−−
新米
登録日: 2019/7/1
居住地:
投稿: 5
Re: ソーシャルボタン追加プラグイン
エラーログは下記の通りです。

[Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "Eccube\Service\Composer\ComposerApiService" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Eccube\\Service\\Composer\\ComposerApiService\" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. at /home/●●●●/www/●●●●.net/www/vendor/symfony/dependency-injection/Container.php:282)"}



また、コマンドからbin/console cache:clear --no-warmupを実行しようとすると下記のエラーが出るためキャッシュのクリアも不可能です。


In FileLoader.php line 168:

There is no extension able to load the configuration for "user_data" (in /home/●●●●/www/●●●●.net/www/app/config/eccube/packages/framewor
k.yaml). Looked for namespace "user_data", found "framework", "security", "doctrine_cache", "doctrine", "doctrine_migrations", "doctrine_fixtures", "s
ensio_framework_extra", "monolog", "swiftmailer", "twig", "mobile_detect", "knp_paginator", "eccube" in /home/●●●●/www/●●●●.net/www/app/
config/eccube/packages/framework.yaml (which is loaded in resource "/home/●●●●/www/●●●●.net/www/app/config/eccube/packages/framework.yam
l").


In YamlFileLoader.php line 704:

There is no extension able to load the configuration for "user_data" (in /home/●●●●/www/●●●●.net/www/app/config/eccube/packages/framewor
k.yaml). Looked for namespace "user_data", found "framework", "security", "doctrine_cache", "doctrine", "doctrine_migrations", "doctrine_fixtures", "s
ensio_framework_extra", "monolog", "swiftmailer", "twig", "mobile_detect", "knp_paginator", "eccube" 」
3tiles
投稿日時: 2019/7/2 22:09
対応状況: −−−
一人前
登録日: 2019/6/19
居住地:
投稿: 80
Re: ソーシャルボタン追加プラグイン
引用:

[Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "Eccube\Service\Composer\ComposerApiService" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Eccube\\Service\\Composer\\ComposerApiService\" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead. at /home/●●●●/www/●●●●.net/www/vendor/symfony/dependency-injection/Container.php:282)"}

E_USER_DEPRECATEDレベルのエラーっぽいので、これは直接の原因となったエラーではないような気がしなくもないです。
CRITICALやERROR等のレベルのエラーとかありませんでしたでしょうか?

引用:

また、コマンドからbin/console cache:clear --no-warmupを実行しようとすると下記のエラーが出るためキャッシュのクリアも不可能です。


もう一方の
引用:

## キャッシュの強制削除
rm -rf /path/to/ec-cube/var/cache/*

のやり方の方はどうでしょうか?


----------------
スリータイルズ
WEBメディア「WEBshiru(ウェブシル)」

スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,880名です
総投稿数は110,000件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2313
5
umebius
2085
6
yuh
1819
7
h_tanaka
1646
8
red
1570
9
mcontact
1295
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.