バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

機能要望 > 管理機能 > EC CUBE4のPHP7.3への対応について

管理機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
taka.taka
投稿日時: 2019/7/3 16:46
対応状況: −−−
新米
登録日: 2019/7/3
居住地:
投稿: 6
EC CUBE4のPHP7.3への対応について
[EC-CUBE]4.0.1
[レンタルサーバ]さくらインターネット さくらのレンタルサーバ プレミアム
[OS]FreeBSD 9.1-RELEASE-p24 amd64
[PHP]7.3.6
[データベース] MySQL 5.7
[WEBサーバ] Apache/2.4.39
[ブラウザ]Google Chrome 75.0.3770.100(Official Build) (64 ビット)
[導入プラグインの有無] なし
[カスタマイズの有無] なし
[現象]

さくらインターネットの環境でEC CUBE4.0.1を運用しています。
本日以下のようにさくらインターネット側でPHP7.3へのバージョンアップが行われました。

--- さくらインターネットからの案内 -----------------------------
ご利用のさくらのレンタルサーバにおきまして、2019年7月3日(水)に
PHPのバージョンを7.2から「7.3」へ自動的に変更させていただきます。
--------------------------------------------------------------------

すると管理画面へのログイン時に以下のようなエラーが発生してログインする事ができなくなってしましました。

以下のエラーの場合と
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /xxxx/vendor/symfony/security/Core/Authentication/Provider/UserAuthenticationProvider.php on line 71
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32768 bytes) in /xxxx/vendor/symfony/debug/Exception/OutOfMemoryException.php on line 1

以下のエラーの場合の2通りのエラーが発生します。
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /xxxx/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php on line 63
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /xxxx/vendor/symfony/debug/ErrorHandler.php on line 629

PHPへの割当メモリを2GBまで増やしても同様のエラーが発生してしまいます。
さくらインターネット側でPHPのバージョンを7.2(正確には7.2.19)へ戻すとエラーが発生しなくなるので、PHPのバージョンが原因と思われます。

本日はとりあえずPHPのバージョンを7.2に戻す事で対応していますが、さくらインターネット側で8月には強制的に7.3にバージョンアップされて7.2が選択できなくなってしまうので、大変困っております。

EC CUBE4側でPHP7.3に対応する予定はあるのでしょうか?
もしくはどこかのソースを変更すれば対応可能でしょうか?

ご存知の方がいらっしゃいましたらご教授ください。

よろしくお願いします。
nanasess
投稿日時: 2019/7/3 17:02
対応状況: −−−
登録日: 2006/9/9
居住地:
投稿: 2302
Re: EC CUBE4のPHP7.3への対応について
開発中のバージョンではPHP7.3で動いてますので、次のバージョンで対応される予定です。

https://github.com/EC-CUBE/ec-cube/pull/4045
taka.taka
投稿日時: 2019/7/3 17:16
対応状況: −−−
新米
登録日: 2019/7/3
居住地:
投稿: 6
Re: EC CUBE4のPHP7.3への対応について
大河内様、ご返信ありがとうございます。

リンク先を拝見しました。
ログイン関係でエラーが発生しますし、以下のエラーも発生していましたので、PHP7.3に起因する問題で間違いなさそうです。

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /xxx/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2718

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /xxx/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2747

このPHP7.3に対応した次のバージョンというのはいつ頃リリースされるかご存知ですか?
(リンク先を見たのですが、時期についての記載を見つけられませんでした)

でも、もう7月ですし、2019年8月には間に合いそうもないですよね。
さくらインターネット側で8月に強制的にPHP7.3に移行してしまうので、大変困りました・・・。

3tiles
投稿日時: 2019/7/3 21:08
対応状況: −−−
一人前
登録日: 2019/6/19
居住地:
投稿: 80
Re: EC CUBE4のPHP7.3への対応について
手元のPHP7.3.6環境に現行最新のEC-CUBE4.0.2のパッケージをインストールしてみましたが、管理画面のログインもできましたし、一応動いているように見えます。
次のバージョン(4.0.3?)のリリース時期は分かりませんが、4.0.2を試してみるというのも手かも知れません。
参考までに。


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

3tiles
投稿日時: 2019/7/3 22:56
対応状況: −−−
一人前
登録日: 2019/6/19
居住地:
投稿: 80
Re: EC CUBE4のPHP7.3への対応について
2重ポストっぽくてすみませんが、

https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=22324&forum=2&post_id=93322
にも書きましたが、EC-CUBE 4.0.1でもvendor以下を入れ替えると動くかもしれません。

参考の参考までに。
(4.0.2にアップデートする方が良いとは思いますが、8月と時間が迫っておられるようなのでとりあえずの方法もあれば良いかなと思いまして)


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

taka.taka
投稿日時: 2019/7/4 16:16
対応状況: −−−
新米
登録日: 2019/7/3
居住地:
投稿: 6
Re: EC CUBE4のPHP7.3への対応について
3tiles様

アドバイスありがとうございます。
以下のスレッドにも記載しましたが、4.0.1から4.0.2へのアップデートプラグインのインストールと実行を行った所、管理画面にログインできるようになりました。
ただ、アップデート処理の途中でシステムエラー画面になってしまったので、4.0.2へのアップデートが完全に終了しているのか少し疑わしいのですが・・・。

https://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=flat&order=ASC&topic_id=22322&forum=10

とりあえずサイトの運用はできているので、様子を見てみます。
ありがとうございました。
3tiles
投稿日時: 2019/7/4 19:47
対応状況: −−−
一人前
登録日: 2019/6/19
居住地:
投稿: 80
Re: EC CUBE4のPHP7.3への対応について
スレッドを行ったり来たりしてすみませんが、

https://xoops.ec-cube.net/modules/newbb/reply.php?forum=10&post_id=93333&topic_id=22322

の件に関して、こちらのスレッドに繋げておきます。
(こっちのスレッドの方がtaka.takaさんが立てたスレッドなので。)

引用:

何かログがサーバー上に残っていて、すべての処理が正常終了しているのか確認する方法はあるでしょうか?


EC-CUBE側のログに何か残っていないでしょうか?

そこになければ、

https://help.sakura.ad.jp/hc/ja/articles/206054252-%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9%E3%83%AD%E3%82%B0%E3%81%AE%E8%A8%AD%E5%AE%9A%E3%81%A8%E7%AE%A1%E7%90%86

によれば、『 エラーログも残す 』にチェックが入っていれば、WEBサーバー(Aapache)側のエラーログとかに残っているかもしれません。


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

taka.taka
投稿日時: 2019/7/5 9:49
対応状況: −−−
新米
登録日: 2019/7/3
居住地:
投稿: 6
Re: EC CUBE4のPHP7.3への対応について
3tiles様
ご返信ありがとうございます。

EC CUBEのログ(admin)に残っており、怪しそうな箇所は以下でした。
(場所は[2019-07-04 11:14:24]の辺りです。ログ中の固有情報は置き換えてあります)

ただ、私が見てもアップデート処理が最後まで終了しているのか、途中で終わってしまっているのかはサッパリわかりません。
もしお分かりになる方がいらっしゃいましたらご教授いただけると助かります。


[2019-07-04 11:14:00] app.INFO [N/A] [3c2746d] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["eccube_updater401to402_admin_check_plugin_version"] [POST, /xyz/eccube_updater_401_to_402/check_plugin_version, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:02] admin.INFO [N/A] [130a2b0] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [POST, /xyz/eccube_updater_401_to_402/check_permission, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_plugin_version, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:02] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [130a2b0] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["eccube_updater401to402_admin_check_permission"] [POST, /xyz/eccube_updater_401_to_402/check_permission, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_plugin_version, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:02] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [130a2b0] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["eccube_updater401to402_admin_check_permission"] [POST, /xyz/eccube_updater_401_to_402/check_permission, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_plugin_version, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:05] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [130a2b0] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["eccube_updater401to402_admin_check_permission"] [POST, /xyz/eccube_updater_401_to_402/check_permission, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_plugin_version, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:05] app.INFO [N/A] [130a2b0] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["eccube_updater401to402_admin_check_permission"] [POST, /xyz/eccube_updater_401_to_402/check_permission, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_plugin_version, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:07] admin.INFO [N/A] [9d274a9] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [POST, /xyz/eccube_updater_401_to_402/check_source, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_permission, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:07] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [9d274a9] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["eccube_updater401to402_admin_check_source"] [POST, /xyz/eccube_updater_401_to_402/check_source, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_permission, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:07] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [9d274a9] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["eccube_updater401to402_admin_check_source"] [POST, /xyz/eccube_updater_401_to_402/check_source, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_permission, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:09] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [9d274a9] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["eccube_updater401to402_admin_check_source"] [POST, /xyz/eccube_updater_401_to_402/check_source, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_permission, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:09] app.INFO [N/A] [9d274a9] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["eccube_updater401to402_admin_check_source"] [POST, /xyz/eccube_updater_401_to_402/check_source, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_permission, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:13] admin.INFO [N/A] [942793c] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [POST, /xyz/eccube_updater_401_to_402/update_files, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:13] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [942793c] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["eccube_updater401to402_admin_update_files"] [POST, /xyz/eccube_updater_401_to_402/update_files, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:13] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [942793c] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["eccube_updater401to402_admin_update_files"] [POST, /xyz/eccube_updater_401_to_402/update_files, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:16] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [942793c] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["eccube_updater401to402_admin_update_files"] [POST, /xyz/eccube_updater_401_to_402/update_files, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:16] app.INFO [N/A] [942793c] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["eccube_updater401to402_admin_update_files"] [POST, /xyz/eccube_updater_401_to_402/update_files, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] admin.INFO [N/A] [bf56834] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] php.INFO [N/A] [bf56834] [N/A] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2 {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2 at /home/aaa-web/www/hogedomain/var/cache/prod/ContainerZaqvphn/getSensioFrameworkExtra_Routing_Loader_AnnotClassService.php:8)"} [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] php.INFO [N/A] [bf56834] [N/A] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2 {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2 at /home/aaa-web/www/hogedomain/var/cache/prod/ContainerZaqvphn/getSensioFrameworkExtra_Routing_Loader_AnnotDirService.php:8)"} [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] php.INFO [N/A] [bf56834] [N/A] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2 {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2 at /home/aaa-web/www/hogedomain/var/cache/prod/ContainerZaqvphn/getSensioFrameworkExtra_Routing_Loader_AnnotFileService.php:8)"} [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] php.INFO [N/A] [bf56834] [N/A] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: Not quoting the scalar "%count%件" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 in "/home/aaa-web/www/hogedomain/app/Plugin/AmazonPay/Resource/locale/messages.ja.yaml" on line 49. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not quoting the scalar \"%count%件\" starting with the \"%\" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 in \"/home/aaa-web/www/hogedomain/app/Plugin/AmazonPay/Resource/locale/messages.ja.yaml\" on line 49. at /home/aaa-web/www/hogedomain/vendor/symfony/yaml/Inline.php:359)"} [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] php.INFO [N/A] [bf56834] [N/A] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: Not quoting the scalar "%name% %plugin_version% は EC-CUBE %eccube_version% には対応していません。続行しますか?" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 in "/home/aaa-web/www/hogedomain/src/Eccube/Resource/locale/messages.ja.yaml" on line 1662. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not quoting the scalar \"%name% %plugin_version% は EC-CUBE %eccube_version% には対応していません。続行しますか?\" starting with the \"%\" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 in \"/home/aaa-web/www/hogedomain/src/Eccube/Resource/locale/messages.ja.yaml\" on line 1662. at /home/aaa-web/www/hogedomain/vendor/symfony/yaml/Inline.php:359)"} [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] admin.ERROR [N/A] [bf56834] [N/A] [Eccube\Log\Logger:log:64] - システムエラーが発生しました。 ["Failed to start the session because headers have already been sent by \"/home/aaa-web/www/hogedomain/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php\" at line 56.","/home/aaa-web/www/hogedomain/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php",141,"#0 /home/aaa-web/www/hogedomain/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php(295): Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage->start()\n#1 /home/aaa-web/www/hogedomain/vendor/symfony/http-foundation/Session/Session.php(256): Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage->getBag('attributes')\n#2 /home/aaa-web/www/hogedomain/vendor/symfony/http-foundation/Session/Session.php(278): Symfony\\Component\\HttpFoundation\\Session\\Session->getBag('attributes')\n#3 /home/aaa-web/www/hogedomain/vendor/symfony/http-foundation/Session/Session.php(73): Symfony\\Component\\HttpFoundation\\Session\\Session->getAttributeBag()\n#4 /home/aaa-web/www/hogedomain/vendor/symfony/security/Http/Firewall/ContextListener.php(89): Symfony\\Component\\HttpFoundation\\Session\\Session->get('_security_admin')\n#5 /home/aaa-web/www/hogedomain/vendor/symfony/security/Http/Firewall.php(111): Symfony\\Component\\Security\\Http\\Firewall\\ContextListener->handle(Object(Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent))\n#6 /home/aaa-web/www/hogedomain/vendor/symfony/security/Http/Firewall.php(84): Symfony\\Component\\Security\\Http\\Firewall->handleRequest(Object(Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent), Object(Generator))\n#7 /home/aaa-web/www/hogedomain/vendor/symfony/security-bundle/EventListener/FirewallListener.php(48): Symfony\\Component\\Security\\Http\\Firewall->onKernelRequest(Object(Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent))\n#8 /home/aaa-web/www/hogedomain/vendor/symfony/event-dispatcher/EventDispatcher.php(212): Symfony\\Bundle\\SecurityBundle\\EventListener\\FirewallListener->onKernelRequest(Object(Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent), 'kernel.request', Object(Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher))\n#9 /home/aaa-web/www/hogedomain/vendor/symfony/event-dispatcher/EventDispatcher.php(44): Symfony\\Component\\EventDispatcher\\EventDispatcher->doDispatch(Array, 'kernel.request', Object(Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent))\n#10 /home/aaa-web/www/hogedomain/vendor/symfony/http-kernel/HttpKernel.php(127): Symfony\\Component\\EventDispatcher\\EventDispatcher->dispatch('kernel.request', Object(Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent))\n#11 /home/aaa-web/www/hogedomain/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw(Object(Symfony\\Component\\HttpFoundation\\Request), 1)\n#12 /home/aaa-web/www/hogedomain/vendor/symfony/http-kernel/Kernel.php(200): Symfony\\Component\\HttpKernel\\HttpKernel->handle(Object(Symfony\\Component\\HttpFoundation\\Request), 1, true)\n#13 /home/aaa-web/www/hogedomain/index.php(74): Symfony\\Component\\HttpKernel\\Kernel->handle(Object(Symfony\\Component\\HttpFoundation\\Request))\n#14 {main}"] [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] admin.INFO [N/A] [bf56834] [N/A] [Eccube\Log\Logger:log:64] - LOGIC END ["eccube_updater401to402_admin_update_data"] [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] admin.INFO [N/A] [bf56834] [N/A] [Eccube\Log\Logger:log:64] - PROCESS END ["eccube_updater401to402_admin_update_data"] [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:24] admin.DEBUG [N/A] [bf56834] [N/A] [Eccube\Log\Logger:log:64] - Transaction is not active. Rollback skipped. [] [GET, /xyz/eccube_updater_401_to_402/update_data, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/check_source, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:28] admin.INFO [N/A] [9d0c37f] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [GET, /xyz/, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/update_data, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:28] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [9d0c37f] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["admin_homepage"] [GET, /xyz/, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/update_data, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:28] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [9d0c37f] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["admin_homepage"] [GET, /xyz/, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/update_data, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:28] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [9d0c37f] [1] [Eccube\Log\Logger:log:64] - http get_info {"url":"https://package-api.ec-cube.net/plugins/recommended","content_type":"application/json;charset=UTF-8","http_code":200,"header_size":413,"request_size":211,"filetime":-1,"ssl_verify_result":0,"redirect_count":0,"total_time":0.16849,"namelookup_time":3.1e-5,"connect_time":0.024168,"pretransfer_time":0.094598,"size_upload":0,"size_download":6417,"speed_download":38085,"speed_upload":0,"download_content_length":-1,"upload_content_length":-1,"starttransfer_time":0.168441,"redirect_time":0,"redirect_url":"","primary_ip":"133.242.233.183","certinfo":[],"primary_port":443,"local_ip":"219.94.129.62","local_port":16409,"message":""} [GET, /xyz/, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/update_data, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:29] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [9d0c37f] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["admin_homepage"] [GET, /xyz/, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/update_data, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:29] app.INFO [N/A] [9d0c37f] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["admin_homepage"] [GET, /xyz/, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/eccube_updater_401_to_402/update_data, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:29] admin.INFO [N/A] [23e7804] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [GET, /xyz/sale_chart, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:29] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [23e7804] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["admin_homepage_sale"] [GET, /xyz/sale_chart, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:29] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [23e7804] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["admin_homepage_sale"] [GET, /xyz/sale_chart, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:29] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [23e7804] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["admin_homepage_sale"] [GET, /xyz/sale_chart, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:29] app.INFO [N/A] [23e7804] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["admin_homepage_sale"] [GET, /xyz/sale_chart, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:35] admin.INFO [N/A] [aca74b6] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:35] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [aca74b6] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["admin_store_plugin"] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:35] php.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [aca74b6] [1] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "Eccube\Repository\BaseInfoRepository" 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\\Repository\\BaseInfoRepository\" 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/aaa-web/www/hogedomain/vendor/symfony/dependency-injection/Container.php:282)"} [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:35] php.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [aca74b6] [1] [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/aaa-web/www/hogedomain/vendor/symfony/dependency-injection/Container.php:282)"} [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:35] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [aca74b6] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["admin_store_plugin"] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:36] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [aca74b6] [1] [Eccube\Log\Logger:log:64] - http get_info {"url":"https://package-api.ec-cube.net/plugins/purchased","content_type":"application/json;charset=UTF-8","http_code":200,"header_size":413,"request_size":209,"filetime":-1,"ssl_verify_result":0,"redirect_count":0,"total_time":0.45533,"namelookup_time":2.7e-5,"connect_time":0.023902,"pretransfer_time":0.090128,"size_upload":0,"size_download":5174,"speed_download":11363,"speed_upload":0,"download_content_length":-1,"upload_content_length":-1,"starttransfer_time":0.455291,"redirect_time":0,"redirect_url":"","primary_ip":"133.242.233.183","certinfo":[],"primary_port":443,"local_ip":"219.94.129.62","local_port":20428,"message":""} [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:36] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [aca74b6] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["admin_store_plugin"] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:36] app.INFO [N/A] [aca74b6] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["admin_store_plugin"] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:40] admin.INFO [N/A] [b57e5d4] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:40] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [b57e5d4] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["eccube_updater401to402_admin_config"] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:40] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [b57e5d4] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["eccube_updater401to402_admin_config"] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:40] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [b57e5d4] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["eccube_updater401to402_admin_config"] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:40] app.INFO [N/A] [b57e5d4] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["eccube_updater401to402_admin_config"] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:47] admin.INFO [N/A] [f7b2c0e] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:47] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [f7b2c0e] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["admin_store_plugin"] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:47] php.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [f7b2c0e] [1] [Symfony\Component\Debug\ErrorHandler:handleError:523] - User Deprecated: The "Eccube\Repository\BaseInfoRepository" 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\\Repository\\BaseInfoRepository\" 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/aaa-web/www/hogedomain/vendor/symfony/dependency-injection/Container.php:282)"} [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:47] php.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [f7b2c0e] [1] [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/aaa-web/www/hogedomain/vendor/symfony/dependency-injection/Container.php:282)"} [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:47] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [f7b2c0e] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["admin_store_plugin"] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:48] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [f7b2c0e] [1] [Eccube\Log\Logger:log:64] - http get_info {"url":"https://package-api.ec-cube.net/plugins/purchased","content_type":"application/json;charset=UTF-8","http_code":200,"header_size":413,"request_size":209,"filetime":-1,"ssl_verify_result":0,"redirect_count":0,"total_time":0.551235,"namelookup_time":3.6e-5,"connect_time":0.024091,"pretransfer_time":0.088692,"size_upload":0,"size_download":5174,"speed_download":9386,"speed_upload":0,"download_content_length":-1,"upload_content_length":-1,"starttransfer_time":0.551194,"redirect_time":0,"redirect_url":"","primary_ip":"133.242.233.183","certinfo":[],"primary_port":443,"local_ip":"219.94.129.62","local_port":39065,"message":""} [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:48] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [f7b2c0e] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["admin_store_plugin"] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:48] app.INFO [N/A] [f7b2c0e] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["admin_store_plugin"] [GET, /xyz/store/plugin, xxx.xxx.xxx.xxx, NULL, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:51] admin.INFO [N/A] [024bfb0] [N/A] [Eccube\Log\Logger:log:64] - INIT [] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:51] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [024bfb0] [1] [Eccube\Log\Logger:log:64] - PROCESS START ["eccube_updater401to402_admin_config"] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:51] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [024bfb0] [1] [Eccube\Log\Logger:log:64] - LOGIC START ["eccube_updater401to402_admin_config"] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:51] admin.INFO [e32e79a93ae0341887cbazzzzzzzzzzz] [024bfb0] [1] [Eccube\Log\Logger:log:64] - LOGIC END ["eccube_updater401to402_admin_config"] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
[2019-07-04 11:14:51] app.INFO [N/A] [024bfb0] [1] [Eccube\Log\Logger:log:68] - PROCESS END ["eccube_updater401to402_admin_config"] [GET, /xyz/eccube_updater_401_to_402/config, xxx.xxx.xxx.xxx, https://www.hogedomain.com/xyz/store/plugin, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36]
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


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

統計情報

総メンバー数は88,074名です
総投稿数は109,599件です

投稿数ランキング

1
seasoft
7364
2
468
3217
3
AMUAMU
2712
4
nanasess
2302
5
umebius
2085
6
yuh
1812
7
h_tanaka
1605
8
red
1567
9
mcontact
1229
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
796
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.