バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

質問 > フロント機能 > 同一商品の規格違いか、違う商品をカートに入れるとエラーになる

フロント機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
yuuman
投稿日時: 2021/4/22 18:45
対応状況: −−−
半人前
登録日: 2021/4/5
居住地:
投稿: 13
同一商品の規格違いか、違う商品をカートに入れるとエラーになる
[EC-CUBE] 4.0.5
[環境] xampp
[PHP] 7.1.32
[データベース] mysql
[WEBサーバ] Apache
[ブラウザ] chrome
[導入プラグインの有無] 有
[カスタマイズの有無] 無


UICubeというプラグインとEC-CUBE4.0向けのテンプレート「BootCube」をいれて構築していたところ、
1つ目の商品はカートに正常に入るのですが、
同一商品の規格違いか、違う商品をカートに入れると「カートへの追加に失敗しました」というメッセージが表示されるようになりました。

エラーログは下記なのですが、修正方法をご教授いただけますと幸いです。


[2021-04-22 18:33:42] php.INFO [ec15bfd3] [01ea98b] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Calling Doctrine\\ORM\\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. at D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityManager.php:362)"} [POST, /shop/products/add_cart/7, ::1, http://localhost/shop/products/detail/7, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]


umebius
投稿日時: 2021/4/23 9:09
対応状況: −−−
登録日: 2016/7/22
居住地:
投稿: 2085
Re: 同一商品の規格違いか、違う商品をカートに入れるとエラーになる
ご記載いただいているものは該当のエラーのログではないと思いますので、
[2021-04-22 18:33:42]と言うような時間から判断して可能性があるログをまとめて記載いただいた方が良いかと思います。


----------------
EC-CUBEカスタマイズ・高速化・脆弱性対策・SEO ご相談ください。

2系・3系から4系へのバージョンアップ実績豊富

yuuman
投稿日時: 2021/4/23 9:30
対応状況: −−−
半人前
登録日: 2021/4/5
居住地:
投稿: 13
Re: 同一商品の規格違いか、違う商品をカートに入れるとエラーになる
ご連絡ありがとうございます!
このような感じでわかりますでしょうか?

数日悩んでおりまして・・
ご教授頂ければ幸いでございます。



2021-04-23 09:21:39] front.INFO [629746a6] [939e2cb] [anon.] [Eccube\Log\Logger:log:66] - カート追加処理開始 {"product_id":1449,"product_class_id":1574,"quantity":1} [POST, /shop/products/add_cart/1449, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] php.INFO [629746a6] [939e2cb] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Calling Doctrine\\ORM\\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. at D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityManager.php:362)"} [POST, /shop/products/add_cart/1449, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] php.INFO [629746a6] [939e2cb] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Calling Doctrine\\ORM\\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. at D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityManager.php:362)"} [POST, /shop/products/add_cart/1449, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] front.INFO [629746a6] [939e2cb] [anon.] [Eccube\Log\Logger:log:66] - カート追加処理完了 {"product_id":1449,"product_class_id":1574,"quantity":1} [POST, /shop/products/add_cart/1449, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] front.INFO [629746a6] [939e2cb] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["product_add_cart"] [POST, /shop/products/add_cart/1449, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] app.INFO [N/A] [939e2cb] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["product_add_cart"] [POST, /shop/products/add_cart/1449, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] front.INFO [N/A] [934afb2] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [GET, /shop/block/cart, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] request.INFO [N/A] [934afb2] [N/A] [Symfony\Component\HttpKernel\EventListener\RouterListener:onKernelRequest:123] - Matched route "block_cart". {"route":"block_cart","route_parameters":{"_controller":"Eccube\\Controller\\Block\\CartController::index","_route":"block_cart"},"request_uri":"http://localhost/shop/block/cart","method":"GET"} [GET, /shop/block/cart, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] security.INFO [629746a6] [934afb2] [anon.] [Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener:handle:60] - Populated the TokenStorage with an anonymous Token. [] [GET, /shop/block/cart, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] front.INFO [629746a6] [934afb2] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["block_cart"] [GET, /shop/block/cart, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] front.INFO [629746a6] [934afb2] [anon.] [Eccube\Log\Logger:log:66] - fallback to PC layout [] [GET, /shop/block/cart, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:39] front.INFO [629746a6] [934afb2] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["block_cart"] [GET, /shop/block/cart, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:40] front.INFO [629746a6] [934afb2] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["block_cart"] [GET, /shop/block/cart, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:40] app.INFO [N/A] [934afb2] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["block_cart"] [GET, /shop/block/cart, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:46] front.INFO [N/A] [6f42a3e] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:46] request.INFO [N/A] [6f42a3e] [N/A] [Symfony\Component\HttpKernel\EventListener\RouterListener:onKernelRequest:123] - Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Eccube\\Controller\\TopController::index","_route":"homepage"},"request_uri":"http://localhost/shop/","method":"GET"} [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:46] security.INFO [629746a6] [6f42a3e] [anon.] [Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener:handle:60] - Populated the TokenStorage with an anonymous Token. [] [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:46] front.INFO [629746a6] [6f42a3e] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["homepage"] [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:46] front.INFO [629746a6] [6f42a3e] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["homepage"] [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:46] php.INFO [629746a6] [6f42a3e] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: The "Eccube\Repository\ProductRepository" 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\\ProductRepository\" 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 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\dependency-injection\\Container.php:282)"} [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:47] php.INFO [629746a6] [6f42a3e] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: The "Eccube\Repository\ProductRepository" 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\\ProductRepository\" 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 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\dependency-injection\\Container.php:282)"} [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:47] php.INFO [629746a6] [6f42a3e] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: The "Eccube\Repository\ProductRepository" 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\\ProductRepository\" 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 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\dependency-injection\\Container.php:282)"} [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:47] php.INFO [629746a6] [6f42a3e] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: The "Eccube\Repository\ProductRepository" 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\\ProductRepository\" 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 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\dependency-injection\\Container.php:282)"} [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:47] php.INFO [629746a6] [6f42a3e] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: The "Eccube\Repository\ProductRepository" 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\\ProductRepository\" 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 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\dependency-injection\\Container.php:282)"} [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:47] php.INFO [629746a6] [6f42a3e] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: The "Eccube\Repository\ProductRepository" 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\\ProductRepository\" 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 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\dependency-injection\\Container.php:282)"} [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:47] request.INFO [629746a6] [6f42a3e] [anon.] [Symfony\Component\HttpKernel\EventListener\RouterListener:onKernelRequest:123] - Matched route "block_search_product". {"route":"block_search_product","route_parameters":{"_controller":"Eccube\\Controller\\Block\\SearchProductController::index","_route":"block_search_product"},"request_uri":"http://localhost/shop/block/search_product","method":"GET"} [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:47] front.INFO [629746a6] [6f42a3e] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["homepage"] [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:47] app.INFO [N/A] [6f42a3e] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["homepage"] [GET, /shop/, ::1, http://localhost/shop/products/detail/1449, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:48] front.INFO [N/A] [5da18a9] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:48] request.INFO [N/A] [5da18a9] [N/A] [Symfony\Component\HttpKernel\EventListener\RouterListener:onKernelRequest:123] - Matched route "product_detail". {"route":"product_detail","route_parameters":{"_controller":"Eccube\\Controller\\ProductController::detail","id":"663","_route":"product_detail"},"request_uri":"http://localhost/shop/products/detail/663","method":"GET"} [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:48] security.INFO [629746a6] [5da18a9] [anon.] [Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener:handle:60] - Populated the TokenStorage with an anonymous Token. [] [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:48] front.INFO [629746a6] [5da18a9] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["product_detail"] [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:48] front.INFO [629746a6] [5da18a9] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["product_detail"] [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:48] php.INFO [629746a6] [5da18a9] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity. at D:\\xampp\\htdocs\\shop\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:314)"} [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:48] php.INFO [629746a6] [5da18a9] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity. at D:\\xampp\\htdocs\\shop\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:314)"} [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:48] front.INFO [629746a6] [5da18a9] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["product_detail"] [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:49] app.INFO [N/A] [5da18a9] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["product_detail"] [GET, /shop/products/detail/663, ::1, http://localhost/shop/, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] front.INFO [N/A] [975658d] [N/A] [Eccube\Log\Logger:log:66] - INIT [] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] request.INFO [N/A] [975658d] [N/A] [Symfony\Component\HttpKernel\EventListener\RouterListener:onKernelRequest:123] - Matched route "product_add_cart". {"route":"product_add_cart","route_parameters":{"_controller":"Eccube\\Controller\\ProductController::addCart","id":"663","_route":"product_add_cart"},"request_uri":"http://localhost/shop/products/add_cart/663","method":"POST"} [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] security.INFO [629746a6] [975658d] [anon.] [Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener:handle:60] - Populated the TokenStorage with an anonymous Token. [] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] front.INFO [629746a6] [975658d] [anon.] [Eccube\Log\Logger:log:66] - PROCESS START ["product_add_cart"] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] front.INFO [629746a6] [975658d] [anon.] [Eccube\Log\Logger:log:66] - fallback to PC layout [] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] front.DEBUG [629746a6] [975658d] [anon.] [Eccube\Log\Logger:log:66] - Begin Transaction. [] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] front.INFO [629746a6] [975658d] [anon.] [Eccube\Log\Logger:log:66] - LOGIC START ["product_add_cart"] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] front.INFO [629746a6] [975658d] [anon.] [Eccube\Log\Logger:log:66] - カート追加処理開始 {"product_id":663,"product_class_id":623,"quantity":1} [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] php.INFO [629746a6] [975658d] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Calling Doctrine\\ORM\\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. at D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityManager.php:362)"} [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] php.INFO [629746a6] [975658d] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Calling Doctrine\\ORM\\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. at D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityManager.php:362)"} [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] php.INFO [629746a6] [975658d] [anon.] [Symfony\Component\Debug\ErrorHandler:handleError:532] - User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Calling Doctrine\\ORM\\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. at D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityManager.php:362)"} [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] front.ERROR [629746a6] [975658d] [anon.] [Eccube\Log\Logger:log:66] - システムエラーが発生しました。 ["Entity has to be managed or scheduled for removal for single computation Eccube\\Entity\\CartItem@0000000065619a410000000040cb12bb";,"D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\UnitOfWork.php",516,"#0 D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\UnitOfWork.php(344): Doctrine\\ORM\\UnitOfWork->computeSingleEntityChangeSet(Object(Eccube\\Entity\\CartItem))\n#1 D:\\xampp\\htdocs\\shop\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\EntityManager.php(368): Doctrine\\ORM\\UnitOfWork->commit(Object(Eccube\\Entity\\CartItem))\n#2 D:\\xampp\\htdocs\\shop\\var\\cache\\prod\\ContainerXkqynmg\\EntityManager_9a5be93.php(83): Doctrine\\ORM\\EntityManager->flush(Object(Eccube\\Entity\\CartItem))\n#3 D:\\xampp\\htdocs\\shop\\src\\Eccube\\Service\\CartService.php(284): EntityManager_9a5be93->flush(Object(Eccube\\Entity\\CartItem))\n#4 D:\\xampp\\htdocs\\shop\\src\\Eccube\\Service\\CartService.php(390): Eccube\\Service\\CartService->restoreCarts(Array)\n#5 D:\\xampp\\htdocs\\shop\\var\\cache\\prod\\ContainerXkqynmg\\CartService_9dde17f.php(43): Eccube\\Service\\CartService->removeProduct(Object(Eccube\\Entity\\ProductClass))\n#6 D:\\xampp\\htdocs\\shop\\src\\Eccube\\Controller\\ProductController.php(423): CartService_9dde17f->removeProduct(623)\n#7 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\http-kernel\\HttpKernel.php(151): Eccube\\Controller\\ProductController->addCart(Object(Symfony\\Component\\HttpFoundation\\Request), Object(Eccube\\Entity\\Product))\n#8 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\http-kernel\\HttpKernel.php(68): Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw(Object(Symfony\\Component\\HttpFoundation\\Request), 1)\n#9 D:\\xampp\\htdocs\\shop\\vendor\\symfony\\http-kernel\\Kernel.php(200): Symfony\\Component\\HttpKernel\\HttpKernel->handle(Object(Symfony\\Component\\HttpFoundation\\Request), 1, true)\n#10 D:\\xampp\\htdocs\\shop\\index.php(76): Symfony\\Component\\HttpKernel\\Kernel->handle(Object(Symfony\\Component\\HttpFoundation\\Request))\n#11 {main}"] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] front.INFO [629746a6] [975658d] [anon.] [Eccube\Log\Logger:log:66] - LOGIC END ["product_add_cart"] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] app.INFO [N/A] [975658d] [anon.] [Eccube\Log\Logger:log:68] - PROCESS END ["product_add_cart"] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
[2021-04-23 09:21:50] app.DEBUG [N/A] [975658d] [anon.] [Eccube\Log\Logger:log:68] - Commit executed. [] [POST, /shop/products/add_cart/663, ::1, http://localhost/shop/products/detail/663, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36]
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


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

統計情報

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

投稿数ランキング

1
seasoft
7365
2
468
3217
3
AMUAMU
2712
4
nanasess
2303
5
umebius
2085
6
yuh
1818
7
h_tanaka
1610
8
red
1567
9
mcontact
1240
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.