exception |
Twig\Error\RuntimeError {#5864
#message: "Neither the property "price02IncTaxs" nor one of the methods "price02IncTaxs()", "getprice02IncTaxs()"/"isprice02IncTaxs()"/"hasprice02IncTaxs()" or "__call()" exist and have public access in class "Eccube\Entity\Product"."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/template/default/Product/detail.twig"
#line: 598
-lineno: 598
-name: "Product/detail.twig"
-rawMessage: "Neither the property "price02IncTaxs" nor one of the methods "price02IncTaxs()", "getprice02IncTaxs()"/"isprice02IncTaxs()"/"hasprice02IncTaxs()" or "__call()" exist and have public access in class "Eccube\Entity\Product"."
-sourcePath: "/home/xs360801/xs360801.xsrv.jp/public_html/app/template/default/Product/detail.twig"
-sourceCode: """
{#\r\n
This file is part of EC-CUBE\r\n
\r\n
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.\r\n
\r\n
http://www.ec-cube.co.jp/\r\n
\r\n
For the full copyright and license information, please view the LICENSE\r\n
file that was distributed with this source code.\r\n
#}\r\n
{% extends 'default_frame.twig' %}\r\n
\r\n
{% set body_class = 'product_page' %}\r\n
\r\n
{% block stylesheet %}\r\n
<style>\r\n
\r\n
.slick-slider {\r\n
margin-bottom: 30px;\r\n
}\r\n
\r\n
.slick-dots {\r\n
position: absolute;\r\n
bottom: -45px;\r\n
display: block;\r\n
width: 100%;\r\n
padding: 0;\r\n
list-style: none;\r\n
text-align: center;\r\n
}\r\n
\r\n
.slick-dots li {\r\n
position: relative;\r\n
display: inline-block;\r\n
width: 20px;\r\n
height: 20px;\r\n
margin: 0 5px;\r\n
padding: 0;\r\n
\r\n
cursor: pointer;\r\n
}\r\n
\r\n
.slick-dots li button {\r\n
font-size: 0;\r\n
line-height: 0;\r\n
display: block;\r\n
width: 20px;\r\n
height: 20px;\r\n
padding: 5px;\r\n
cursor: pointer;\r\n
color: transparent;\r\n
border: 0;\r\n
outline: none;\r\n
background: transparent;\r\n
}\r\n
\r\n
.slick-dots li button:hover,\r\n
.slick-dots li button:focus {\r\n
outline: none;\r\n
}\r\n
\r\n
.slick-dots li button:hover:before,\r\n
.slick-dots li button:focus:before {\r\n
opacity: 1;\r\n
}\r\n
\r\n
.slick-dots li button:before {\r\n
content: " ";\r\n
line-height: 20px;\r\n
position: absolute;\r\n
top: 0;\r\n
left: 0;\r\n
width: 12px;\r\n
height: 12px;\r\n
text-align: center;\r\n
opacity: .25;\r\n
background-color: black;\r\n
border-radius: 50%;\r\n
\r\n
}\r\n
\r\n
.slick-dots li.slick-active button:before {\r\n
opacity: .75;\r\n
background-color: black;\r\n
}\r\n
\r\n
.slick-dots li button.thumbnail img {\r\n
width: 0;\r\n
height: 0;\r\n
}\r\n
\r\n
\t.ec-productRole__number {\r\n
\t padding: 14px 0;\r\n
\t border-bottom: 1px dotted #ccc;\r\n
\t}\r\n
\r\n
\t.ec-productRole__stock {\r\n
\t padding: 14px 0;\r\n
\t border-bottom: 1px dotted #ccc;\r\n
\t}\r\n
</style>\r\n
{{ parent() }}\r\n
{# レビュー用CSSファイルの読み込み #}\r\n
<link rel="stylesheet" href="{{ asset('assets/css/review.css') }}">\r\n
{# FontAwesome CDNの追加 #}\r\n
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">\r\n
<style>\r\n
/* レビュー表示用のスタイル */\r\n
.ec-review-section {\r\n
margin-top: 3rem;\r\n
padding: 20px;\r\n
background: #f8f9fa;\r\n
border-radius: 5px;\r\n
}\r\n
.ec-review-heading {\r\n
text-align: center;\r\n
margin-bottom: 1.5rem;\r\n
font-size: 1.5rem;\r\n
border-bottom: 2px solid #525263;\r\n
padding-bottom: 10px;\r\n
}\r\n
.ec-review-item {\r\n
background: #fff;\r\n
border: 1px solid #ddd;\r\n
border-radius: 4px;\r\n
padding: 15px;\r\n
margin-bottom: 15px;\r\n
box-shadow: 0 1px 3px rgba(0,0,0,0.1);\r\n
}\r\n
.ec-review-header {\r\n
display: flex;\r\n
justify-content: space-between;\r\n
margin-bottom: 10px;\r\n
border-bottom: 1px solid #eee;\r\n
padding-bottom: 10px;\r\n
}\r\n
.ec-review-info {\r\n
display: flex;\r\n
flex-direction: column;\r\n
}\r\n
.ec-review-name {\r\n
font-weight: bold;\r\n
margin-bottom: 5px;\r\n
}\r\n
.ec-review-date {\r\n
font-size: 0.85em;\r\n
color: #888;\r\n
}\r\n
.ec-review-stars {\r\n
color: #FFD700;\r\n
font-size: 1.2em;\r\n
}\r\n
.ec-review-title {\r\n
font-weight: bold;\r\n
margin-bottom: 10px;\r\n
font-size: 1.1em;\r\n
}\r\n
.ec-review-comment {\r\n
line-height: 1.6;\r\n
}\r\n
.ec-review-product {\r\n
margin-top: 10px;\r\n
font-size: 0.9em;\r\n
text-align: right;\r\n
font-style: italic;\r\n
}\r\n
.ec-review-more {\r\n
text-align: center;\r\n
margin-top: 20px;\r\n
}\r\n
\r\n
/* 件数表示のスタイル */\r\n
.ec-review-count {\r\n
font-size: 0.8em;\r\n
font-weight: normal;\r\n
color: #666;\r\n
margin-left: 10px;\r\n
}\r\n
\r\n
/* 店名(カナ)のスタイル */\r\n
.shop-kana {\r\n
font-size: 0.9em;\r\n
color: #666;\r\n
margin-left: 10px;\r\n
}\r\n
\r\n
/* レビュー投稿ボタンのスタイル */\r\n
.ec-review-write {\r\n
text-align: center;\r\n
margin-top: 30px;\r\n
padding-top: 20px;\r\n
border-top: 1px solid #eee;\r\n
}\r\n
\r\n
.ec-inlineBtn--action {\r\n
background-color: #525263;\r\n
color: #fff;\r\n
border-color: #525263;\r\n
padding: 10px 25px;\r\n
font-weight: bold;\r\n
transition: all 0.3s;\r\n
}\r\n
\r\n
.ec-inlineBtn--action:hover {\r\n
background-color: #3e3e4a;\r\n
border-color: #3e3e4a;\r\n
color: #fff;\r\n
opacity: 0.9;\r\n
}\r\n
\r\n
/* レビューなしの表示 */\r\n
.ec-review-empty {\r\n
text-align: center;\r\n
padding: 30px 15px;\r\n
background-color: #fff;\r\n
border-radius: 4px;\r\n
border: 1px solid #ddd;\r\n
margin-bottom: 20px;\r\n
color: #888;\r\n
}\r\n
</style>\r\n
{% endblock %}\r\n
\r\n
{% block javascript %}\r\n
<script>\r\n
eccube.classCategories = {{ class_categories_as_json(Product)|raw }};\r\n
\r\n
// 規格2に選択肢を割り当てる。\r\n
function fnSetClassCategories(form, classcat_id2_selected) {\r\n
var $form = $(form);\r\n
var product_id = $form.find('input[name=product_id]').val();\r\n
var $sele1 = $form.find('select[name=classcategory_id1]');\r\n
var $sele2 = $form.find('select[name=classcategory_id2]');\r\n
eccube.setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected);\r\n
}\r\n
\r\n
{% if form.classcategory_id2 is defined %}\r\n
fnSetClassCategories(\r\n
$('#form1'), {{ form.classcategory_id2.vars.value|json_encode|raw }}\r\n
);\r\n
{% elseif form.classcategory_id1 is defined %}\r\n
eccube.checkStock($('#form1'), {{ Product.id }}, {{ form.classcategory_id1.vars.value|json_encode|raw }}, null);\r\n
{% endif %}\r\n
</script>\r\n
<script>\r\n
$(function() {\r\n
// bfcache無効化\r\n
$(window).bind('pageshow', function(event) {\r\n
if (event.originalEvent.persisted) {\r\n
location.reload(true);\r\n
}\r\n
});\r\n
\r\n
// Core Web Vital の Cumulative Layout Shift(CLS)対策のため\r\n
// img タグに width, height が付与されている.\r\n
// 630px 未満の画面サイズでは縦横比が壊れるための対策\r\n
// see https://github.com/EC-CUBE/ec-cube/pull/5023\r\n
$('.ec-grid2__cell').hide();\r\n
var removeSize = function () {\r\n
$('.slide-item').height('');\r\n
$('.slide-item img')\r\n
.removeAttr('width')\r\n
.removeAttr('height')\r\n
.removeAttr('style');\r\n
};\r\n
var slickInitial = function(slick) {\r\n
$('.ec-grid2__cell').fadeIn(1500);\r\n
var baseHeight = $(slick.target).height();\r\n
var baseWidth = $(slick.target).width();\r\n
var rate = baseWidth / baseHeight;\r\n
\r\n
$('.slide-item').height(baseHeight * rate); // 余白を削除する\r\n
// transform を使用することでCLSの影響を受けないようにする\r\n
$('.slide-item img')\r\n
.css(\r\n
{\r\n
'transform-origin': 'top left',\r\n
'transform': 'scaleY(' + rate + ')',\r\n
'transition': 'transform .1s'\r\n
}\r\n
);\r\n
// 正しいサイズに近くなったら属性を解除する\r\n
setTimeout(removeSize, 500);\r\n
};\r\n
$('.item_visual').on('init', slickInitial);\r\n
// リサイズ時は CLS の影響を受けないため属性を解除する\r\n
$(window).resize(removeSize);\r\n
$('.item_visual').slick({\r\n
dots: false,\r\n
arrows: false,\r\n
responsive: [{\r\n
breakpoint: 768,\r\n
settings: {\r\n
dots: true\r\n
}\r\n
}]\r\n
});\r\n
\r\n
$('.slideThumb').on('click', function() {\r\n
var index = $(this).attr('data-index');\r\n
$('.item_visual').slick('slickGoTo', index, false);\r\n
})\r\n
});\r\n
</script>\r\n
<script>\r\n
$(function() {\r\n
$('.add-cart').on('click', function(event) {\r\n
{% if form.classcategory_id1 is defined %}\r\n
// 規格1フォームの必須チェック\r\n
if ($('#classcategory_id1').val() == '__unselected' || $('#classcategory_id1').val() == '') {\r\n
$('#classcategory_id1')[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');\r\n
return true;\r\n
} else {\r\n
$('#classcategory_id1')[0].setCustomValidity('');\r\n
}\r\n
{% endif %}\r\n
\r\n
{% if form.classcategory_id2 is defined %}\r\n
// 規格2フォームの必須チェック\r\n
if ($('#classcategory_id2').val() == '__unselected' || $('#classcategory_id2').val() == '') {\r\n
$('#classcategory_id2')[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');\r\n
return true;\r\n
} else {\r\n
$('#classcategory_id2')[0].setCustomValidity('');\r\n
}\r\n
{% endif %}\r\n
\r\n
// 個数フォームのチェック\r\n
if ($('#quantity').val() < 1) {\r\n
$('#quantity')[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');\r\n
return true;\r\n
} else {\r\n
$('#quantity')[0].setCustomValidity('');\r\n
}\r\n
\r\n
event.preventDefault();\r\n
$form = $('#form1');\r\n
$.ajax({\r\n
url: $form.attr('action'),\r\n
type: $form.attr('method'),\r\n
data: $form.serialize(),\r\n
dataType: 'json',\r\n
beforeSend: function(xhr, settings) {\r\n
// Buttonを無効にする\r\n
$('.add-cart').prop('disabled', true);\r\n
}\r\n
}).done(function(data) {\r\n
// レスポンス内のメッセージをalertで表示\r\n
$.each(data.messages, function() {\r\n
$('#ec-modal-header').text(this);\r\n
});\r\n
\r\n
$('.ec-modal').show()\r\n
\r\n
// カートブロックを更新する\r\n
$.ajax({\r\n
url: "{{ url('block_cart') }}",\r\n
type: 'GET',\r\n
dataType: 'html'\r\n
}).done(function(html) {\r\n
$('.ec-headerRole__cart').html(html);\r\n
});\r\n
}).fail(function(data) {\r\n
alert('{{ 'カートへの追加に失敗しました。'|trans }}');\r\n
}).always(function(data) {\r\n
// Buttonを有効にする\r\n
$('.add-cart').prop('disabled', false);\r\n
});\r\n
});\r\n
});\r\n
\r\n
$('.ec-modal-wrap').on('click', function(e) {\r\n
// モーダル内の処理は外側にバブリングさせない\r\n
e.stopPropagation();\r\n
});\r\n
$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {\r\n
$('.ec-modal').hide()\r\n
});\r\n
</script>\r\n
<script type="application/ld+json">\r\n
{\r\n
"@context": "https://schema.org/",\r\n
"@type": "Product",\r\n
"name": "{{ Product.name }}",\r\n
"image": [\r\n
{% for img in Product.ProductImage %}\r\n
"{{ app.request.schemeAndHttpHost }}{{ asset(img, 'save_image') }}"{% if not loop.last %},{% endif %}\r\n
\r\n
{% else %}\r\n
"{{ app.request.schemeAndHttpHost }}{{ asset(''|no_image_product, 'save_image') }}"\r\n
{% endfor %}\r\n
],\r\n
"description": "{{ Product.description_list | default(Product.description_detail) | replace({'\n': '', '\r': ''}) | slice(0,300) }}",\r\n
{% if Product.code_min %}\r\n
"sku": "{{ Product.code_min }}",\r\n
{% endif %}\r\n
"offers": {\r\n
"@type": "Offer",\r\n
"url": "{{ url('product_detail', {'id': Product.id}) }}",\r\n
"priceCurrency": "{{ eccube_config.currency }}",\r\n
"price": {{ Product.getPrice02IncTaxMin ? Product.getPrice02IncTaxMin : 0}},\r\n
"availability": "{{ Product.stock_find ? "InStock" : "OutOfStock" }}"\r\n
}\r\n
}\r\n
</script>\r\n
{{ parent() }}\r\n
<script>\r\n
// レビュー「もっと見る」機能\r\n
$(function() {\r\n
// もっと見るボタンのクリックイベント\r\n
$('#load-more-reviews').on('click', function(e) {\r\n
e.preventDefault();\r\n
var $btn = $(this);\r\n
var offset = parseInt($btn.data('offset'));\r\n
var productId = $btn.data('product-id');\r\n
\r\n
console.log('もっと見るボタンがクリックされました。オフセット:', offset);\r\n
\r\n
// 読み込み中の表示\r\n
$btn.prop('disabled', true).text('読み込み中...');\r\n
\r\n
// ルートが存在するかチェック\r\n
try {\r\n
var reviewApiUrl = '{{ url('review_more_api') }}';\r\n
} catch (e) {\r\n
console.error('レビューAPIのルートが見つかりません:', e);\r\n
$btn.prop('disabled', false).text('もっと見る');\r\n
alert('レビュー機能は現在利用できません。');\r\n
return;\r\n
}\r\n
\r\n
// Ajaxリクエスト\r\n
$.ajax({\r\n
url: reviewApiUrl,\r\n
data: { \r\n
offset: offset,\r\n
product_id: productId\r\n
},\r\n
method: 'GET',\r\n
dataType: 'json',\r\n
success: function(data) {\r\n
console.log('データ取得成功:', data);\r\n
\r\n
if (data.error) {\r\n
console.error('サーバーエラー:', data.message);\r\n
$btn.prop('disabled', false).text('もっと見る');\r\n
return;\r\n
}\r\n
\r\n
// 追加のレビューを表示\r\n
$('#review-list').append(data.html);\r\n
\r\n
// 表示件数を更新\r\n
var currentCount = parseInt($('#displayed-count').text());\r\n
var newCount = currentCount + data.count;\r\n
$('#displayed-count').text(newCount);\r\n
\r\n
// もっとレビューがある場合\r\n
if (data.hasMore) {\r\n
$btn.data('offset', offset + data.count)\r\n
.attr('data-offset', offset + data.count) // data属性を明示的に更新\r\n
.prop('disabled', false)\r\n
.text('もっと見る');\r\n
console.log('次のオフセットに更新:', offset + data.count);\r\n
} else {\r\n
// もうレビューがない場合はボタンを非表示\r\n
$btn.hide();\r\n
console.log('すべてのレビューを表示しました');\r\n
}\r\n
},\r\n
error: function(xhr, status, error) {\r\n
console.error("エラーが発生しました:", error);\r\n
console.log("ステータス:", status);\r\n
console.log("レスポンス:", xhr.responseText);\r\n
$btn.prop('disabled', false).text('もっと見る');\r\n
alert('レビューの読み込みに失敗しました。');\r\n
}\r\n
});\r\n
});\r\n
});\r\n
</script>\r\n
{% endblock %}\r\n
\r\n
{% block main %}\r\n
\r\n
\r\n
<div class="ec-productRole">\r\n
\r\n
\r\n
<div class="ec-grid2">\r\n
\r\n
\r\n
<div class="ec-grid2__cell">\r\n
<div class="ec-sliderItemRole">\r\n
\r\n
<div class="item_visual">\r\n
{% for ProductImage in Product.ProductImage %}\r\n
<div class="slide-item"><img src="{{ asset(ProductImage, 'save_image') }}" alt="{{ loop.first ? Product.name : '' }}" width="550" height="550"{% if loop.index > 1 %} loading="lazy"{% endif %}></div>\r\n
{% else %}\r\n
<div class="slide-item"><img src="{{ asset(''|no_image_product, 'save_image') }}" alt="{{ loop.first ? Product.name : '' }}" width="550" height="550"></div>\r\n
{% endfor %}\r\n
</div>\r\n
<div class="item_nav">\r\n
{% for ProductImage in Product.ProductImage %}\r\n
<div class="slideThumb" data-index="{{ loop.index0 }}"><img src="{{ asset(ProductImage, 'save_image') }}" alt="" width="133" height="133" loading="lazy"></div>\r\n
{% endfor %}\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="ec-grid2__cell">\r\n
<div class="ec-productRole__profile">\r\n
{# 商品名 #}\r\n
<div class="ec-productRole__title">\r\n
<h2 class="ec-headingTitle">{{ Product.name }}</h2>\r\n
</div>\r\n
{# タグ #}\r\n
<ul class="ec-productRole__tags">\r\n
{% for Tag in Product.Tags %}\r\n
<li class="ec-productRole__tag tag_{{ Tag.id }}">{{ Tag }}</li>\r\n
{% endfor %}\r\n
</ul>\r\n
\r\n
{# 通常価格 #}\r\n
{% if Product.hasProductClass -%}\r\n
<div class="ec-productRole__priceRegular">\r\n
\t\t\t {% if not Product.stock_find %}\t\r\n
{% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %}\r\n
<span class="ec-productRole__priceRegularPrice">{{ '通常価格'|trans }}:<span class="price01-default">{{ Product.getPrice01IncTaxMin|price }}</span></span>\r\n
<span class="ec-productRole__priceRegularTax">{{ '税込'|trans }}</span>\r\n
\r\n
<span>{{ Product.getPrice01Min|price }}</span>\r\n
<span>{{ '本体価格'|trans }}</span>\r\n
{% endif %}\r\n
\t\t\t {% endif %}\r\n
</div>\r\n
{% endif %}\r\n
\r\n
{# 販売価格 #}\r\n
{% if not Product.hasProductClass %}\r\n
<div class="ec-productRole__price">\r\n
\t <div class="ec-price">\r\n
\t {% if Product.stock_find %}\r\n
\t <span class="ec-price__price">{{ Product.getPrice02IncTaxMin|price }}</span>\r\n
\t {% else %}\r\n
\t <span class="ec-price__price">----</span>\r\n
\t {% endif %}\r\n
\t <span class="ec-price__tax">{{ '税込'|trans }}</span>\r\n
\t </div>\r\n
</div>\r\n
{% endif %}\r\n
\r\n
<!-- 在庫表示 -->\r\n
<div>{{ '在庫情報'|trans }}</div>\r\n
<div class="ec-productRole__stock">\r\n
{% if Product.className1 is not null %}\r\n
<table summary="商品情報" class="table table-striped">\r\n
<thead>\r\n
<tr>\r\n
<th>{{ Product.className1 }}</th>\r\n
{% if form.classcategory_id2 is defined %}<th>{{ Product.className2 }}</th>{% endif %}\r\n
<th>{{ '在庫数'|trans }}</th>\r\n
<th>{{ '税込価格(本体価格)'|trans }}</th>\r\n
</tr>\r\n
</thead>\r\n
<tbody>\r\n
{% for key, classCategories1 in Product.classCategories1 %}\r\n
{% if form.classcategory_id2 is defined %}\r\n
{% for classCategories2 in Product.classCategories2(key) %}\r\n
<tr>\r\n
<td>{{ classCategories1 }}</td>\r\n
<td>{{ classCategories2 }}</td>\r\n
{% set stockIndex = loop.parent.loop.index0 * 2 + loop.index0 %}\r\n
{% set productClass = Product.productClasses[stockIndex] %}\r\n
{% if productClass.isStockUnlimited() %}\r\n
<td>{{ '20以上'|trans }}</td>\r\n
<td>{{ Product.price02IncTaxs[stockIndex]|price }}({{ Product.price02[stockIndex]|price }})</td>\r\n
{% elseif Product.stocks[stockIndex] == 0 %}\r\n
<td>{{ '売り切れ'|trans }}</td>\r\n
<td>{{ '----'|trans }}</td>\r\n
{% else %}\r\n
<td>{{ Product.stocks[stockIndex] }}</td>\r\n
<td>{{ Product.price02IncTaxs[stockIndex]|price }}({{ Product.price02[stockIndex]|price }})</td>\r\n
{% endif %}\r\n
</tr>\r\n
{% endfor %}\r\n
{% else %}\r\n
<tr>\r\n
<td>{{ classCategories1 }}</td>\r\n
{% set productClass = Product.productClasses[loop.index0] %}\r\n
{% if productClass.isStockUnlimited() %}\r\n
<td>{{ '20以上'|trans }}</td>\r\n
<td>{{ Product.price02IncTaxs[loop.index0]|price }}({{ Product.price02[loop.index0]|price }})</td>\r\n
{% elseif Product.stocks[loop.index0] == 0 %}\r\n
<td>{{ '売り切れ'|trans }}</td>\r\n
<td>{{ '----'|trans }}</td>\r\n
{% else %}\r\n
<td>{{ Product.stocks[loop.index0] }}</td>\r\n
<td>{{ Product.price02IncTaxs[loop.index0]|price }}({{ Product.price02[loop.index0]|price }})</td>\r\n
{% endif %}\r\n
</tr>\r\n
{% endif %}\r\n
{% endfor %}\r\n
</tbody>\r\n
</table>\r\n
{% else %}\r\n
在庫数: \r\n
{% set productClass = Product.productClasses[0] %}\r\n
{% if productClass.isStockUnlimited() %}\r\n
<span>{{ '無制限'|trans }}</span>\r\n
{% else %}\r\n
<span>{{ Product.stock_min }}</span>\r\n
{% endif %}\r\n
{% endif %}\r\n
</div>\r\n
\r\n
\r\n
{# 商品番号 #}\r\n
<div class="ec-productRole__number">\r\n
商品番号: <span>{{ Product.id }}</span>\r\n
</div>\r\n
\r\n
{# 商品コード #}\r\n
{% if Product.code_min is not empty %}\r\n
<div class="ec-productRole__code">\r\n
{{ '商品コード'|trans }}: <span class="product-code-default">{{ Product.code_min }}{% if Product.code_min != Product.code_max %} ~ {{ Product.code_max }}{% endif %}</span>\r\n
</div>\r\n
{% endif %}\r\n
\r\n
\r\n
\r\n
\r\n
{# 関連カテゴリ #}\r\n
{% if Product.ProductCategories is not empty %}\r\n
<div class="ec-productRole__category">\r\n
<div>{{ '関連カテゴリ'|trans }}</div>\r\n
{% for ProductCategory in Product.ProductCategories %}\r\n
[<a href="{{ url('product_list') }}?category_id={{ ProductCategory.Category.id }}">{{ ProductCategory.Category.name }}</a>]\r\n
{% endfor %}\r\n
</div>\r\n
{% endif %}\r\n
\r\n
\r\n
<form action="{{ url('product_add_cart', {id:Product.id}) }}" method="post" id="form1" name="form1">\r\n
{% if Product.stock_find %}\r\n
<div class="ec-productRole__actions">\r\n
{% if form.classcategory_id1 is defined %}\r\n
<div class="ec-select">\r\n
{{ form_row(form.classcategory_id1) }}\r\n
{{ form_errors(form.classcategory_id1) }}\r\n
</div>\r\n
{% if form.classcategory_id2 is defined %}\r\n
<div class="ec-select">\r\n
{{ form_row(form.classcategory_id2) }}\r\n
{{ form_errors(form.classcategory_id2) }}\r\n
</div>\r\n
{% endif %}\r\n
{% endif %}\r\n
<div class="ec-numberInput"><span>{{ '数量'|trans }}</span>\r\n
{{ form_widget(form.quantity) }}\r\n
{{ form_errors(form.quantity) }}\r\n
</div>\r\n
</div>\r\n
<div class="ec-productRole__btn">\r\n
<button type="submit" class="ec-blockBtn--action add-cart">\r\n
{{ 'カートに入れる'|trans }}\r\n
</button>\r\n
</div>\r\n
{% else %}\r\n
<div class="ec-productRole__btn">\r\n
<button type="button" class="ec-blockBtn--action" disabled="disabled">\r\n
{{ '売り切れ'|trans }}\r\n
</button>\r\n
</div>\r\n
{% endif %}\r\n
\r\n
{{ form_rest(form) }}\r\n
</form>\r\n
<div class="ec-modal">\r\n
<div class="ec-modal-overlay">\r\n
<div class="ec-modal-wrap">\r\n
<span class="ec-modal-close"><span class="ec-icon"><img src="{{ asset('assets/icon/cross-dark.svg') }}" alt=""/></span></span>\r\n
<div id="ec-modal-header" class="text-center">{{ 'カートに追加しました。'|trans }}</div>\r\n
<div class="ec-modal-box">\r\n
<div class="ec-role">\r\n
<span class="ec-inlineBtn--cancel">{{ 'お買い物を続ける'|trans }}</span>\r\n
<a href="{{ url('cart') }}" class="ec-inlineBtn--action">{{ 'カートへ進む'|trans }}</a>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
{% if BaseInfo.option_favorite_product %}\r\n
<form action="{{ url('product_add_favorite', {id:Product.id}) }}" method="post">\r\n
<div class="ec-productRole__btn">\r\n
{% if is_favorite == false %}\r\n
<button type="submit" id="favorite" class="ec-blockBtn--cancel">\r\n
{{ 'お気に入りに追加'|trans }}\r\n
</button>\r\n
{% else %}\r\n
<button type="submit" id="favorite" class="ec-blockBtn--cancel"\r\n
disabled="disabled">{{ 'お気に入りに追加済'|trans }}\r\n
</button>\r\n
{% endif %}\r\n
</div>\r\n
</form>\r\n
{% endif %}\r\n
\r\n
<!-- キャッチフレーズの表示 -->\r\n
{% if Product.freearea %}\r\n
<div class="product-catchphrase">\r\n
<h1>{{ include(template_from_string(Product.freearea), sandboxed = true) }}</h1>\r\n
</div>\r\n
{% endif %}\r\n
\r\n
<h2>商品情報</h2>\r\n
<div class="ec-productRole__description">{{ Product.description_detail|raw|nl2br }}\r\n
</div>\r\n
\r\n
\t\t\t\t {# 商品説明(一覧) #}\r\n
<div class="product-description">\r\n
<h2>商品説明</h2>\r\n
<p>{{ Product.description_list|raw|nl2br }}</p>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
\r\n
<!-- 関連商品の表示 -->\r\n
<div id="RelatedProduct-product_area" class="ec-shelfRole">\r\n
\t<div>{{ '関連商品'|trans }}</div>\r\n
<ul class="ec-shelfGrid">\r\n
{% for RelatedProduct in relatedProducts %}\r\n
{% set ChildProduct = RelatedProduct %}\r\n
<li class="ec-shelfGrid__item">\r\n
<a href="{{ path('product_detail', {id : ChildProduct.id}) }}">\r\n
<p class="ec-shelfGrid__item-image">\r\n
<img src="{{ asset(ChildProduct.ProductImage|first.file_name|no_image_product, 'save_image') }}" alt="{{ ChildProduct.name }}">\r\n
</p>\r\n
<p>{{ ChildProduct.name }}</p>\r\n
</a>\r\n
</li>\r\n
{% endfor %}\r\n
</ul>\r\n
</div>\r\n
{# レビュー表示セクション #}\r\n
{% if ProductReviews is defined and ProductReviews|length > 0 %}\r\n
<div class="ec-productReviews">\r\n
<h2 class="ec-heading-title">\r\n
商品レビュー \r\n
<span class="ec-productReviews__count" id="review-count">(全{{ reviewCount|default(0) }}件中 <span id="displayed-count">{{ ProductReviews|length }}</span>件表示)</span>\r\n
</h2>\r\n
\r\n
<div class="ec-productReviews__average">\r\n
<span class="ec-productReviews__averageScore">{{ averageScore|default(0)|number_format(1) }}</span>\r\n
<div class="ec-productReviews__stars">\r\n
{% for i in 1..5 %}\r\n
{% if i <= (averageScore|default(0)) %}\r\n
<i class="fas fa-star"></i>\r\n
{% elseif i-1 < (averageScore|default(0)) and i > (averageScore|default(0)) %}\r\n
<i class="fas fa-star-half-alt"></i>\r\n
{% else %}\r\n
<i class="far fa-star"></i>\r\n
{% endif %}\r\n
{% endfor %}\r\n
</div>\r\n
<span>({{ reviewCount|default(0) }}件)</span>\r\n
</div>\r\n
\r\n
<div class="ec-productReviews__list" id="review-list">\r\n
{% if ProductReviews is defined %}\r\n
{% include 'Product/review_items.twig' with {'ProductReviews': ProductReviews} %}\r\n
{% endif %}\r\n
</div>\r\n
\r\n
<div class="ec-productReviews__more">\r\n
{% if ProductReviews is defined and ProductReviews|length < (reviewCount|default(0)) %}\r\n
<button id="load-more-reviews" class="ec-inlineBtn" data-offset="{{ ProductReviews|length }}" data-product-id="{{ Product.id }}">もっと見る</button>\r\n
{% endif %}\r\n
</div>\r\n
\r\n
{# レビューを書くボタンを追加 #}\r\n
<div class="ec-productReviews__write">\r\n
<a href="{{ url('product_review_index', {'id': Product.id }) }}" class="ec-inlineBtn ec-inlineBtn--action">レビューを書く</a>\r\n
</div>\r\n
</div>\r\n
{% else %}\r\n
{# レビューがない場合でもレビュー投稿を促す #}\r\n
<div class="ec-productReviews">\r\n
<h2 class="ec-heading-title">\r\n
お客様からのレビュー\r\n
</h2>\r\n
\r\n
<div class="ec-productReviews__empty">\r\n
<p>まだレビューはありません。ぜひ最初のレビューを投稿してください。</p>\r\n
</div>\r\n
\r\n
{# レビューを書くボタンを追加 #}\r\n
<div class="ec-productReviews__write">\r\n
<a href="{{ url('product_review_index', {'id': Product.id }) }}" class="ec-inlineBtn ec-inlineBtn--action">レビューを書く</a>\r\n
</div>\r\n
</div>\r\n
{% endif %}\r\n
</div>\r\n
{% endblock %}
"""
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/template/default/Product/detail.twig:598 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› <td>{{ Product.stocks[loop.index0] }}</td>\r
› <td>{{ Product.price02IncTaxs[loop.index0]|price }}({{ Product.price02[loop.index0]|price }})</td>\r
› {% endif %}\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/twig/a0/a0921b5c9a578ae1e5be56e495039740.php:1119 {
__TwigTemplate_05f6b197cbc71c0f7e2d5a56a242f9d0->block_main($context, array $blocks = []) …
› echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 598, $this->source); })()), "price02IncTaxs", [], "any", false, false, true, 598), twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 598), [], "array", false, false, true, 598), 598, $this->source)), "html", null, true);
› echo "(";
› echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 598, $this->source); })()), "price02", [], "any", false, false, true, 598), twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 598), [], "array", false, false, true, 598), 598, $this->source)), "html", null, true);
arguments: {
$env: Twig\Environment {#709 …}
$source: Twig\Source {#5768 …}
$object: Eccube\Entity\Product {#2876 …}
$item: "price02IncTaxs"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: true
$lineno: 598
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
› try {\r
› $template->$block($context, $blocks);\r
› } catch (Error $e) {\r
arguments: {
$context: [ …25]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/twig/72/72f8684a8f039a8e92d49a294975f58d.php:396 {
__TwigTemplate_bde2f610cc2bb8428ead1755bd9745db->doDisplay(array $context, array $blocks = []) …
› echo " ";
› $this->displayBlock('main', $context, $blocks);
› // line 149
arguments: {
$name: "main"
$context: [ …19]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {\r
› $this->doDisplay($context, $blocks);\r
› } catch (Error $e) {\r
arguments: {
$context: [ …18]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {\r
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));\r
› }\r
arguments: {
$context: [ …14]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/twig/a0/a0921b5c9a578ae1e5be56e495039740.php:67 {
__TwigTemplate_05f6b197cbc71c0f7e2d5a56a242f9d0->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("default_frame.twig", "Product/detail.twig", 11);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …18]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {\r
› $this->doDisplay($context, $blocks);\r
› } catch (Error $e) {\r
arguments: {
$context: [ …18]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {\r
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));\r
› }\r
arguments: {
$context: [ …14]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {\r
› $this->display($context);\r
› } catch (\Throwable $e) {\r
arguments: {
$context: [ …5]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/TemplateWrapper.php:38 {
Twig\TemplateWrapper->render(array $context = []): string …
› {\r
› return $this->template->render($context);\r
› }\r
arguments: {
$context: [ …5]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Environment.php:280 {
Twig\Environment->render($name, array $context = []): string …
› {\r
› return $this->load($name)->render($context);\r
› }\r
arguments: {
$context: [ …5]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php:115 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener->onKernelView(KernelEvent $event) …
› } else {
› $event->setResponse(new Response($this->twig->render($template->getTemplate(), $parameters)));
› }
arguments: {
$name: "Product/detail.twig"
$context: [ …5]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:186 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response, $event);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
} |
logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#925
-records: [
"" => [
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.875+09:00"
"message" => "Deprecated: Eccube\Entity\Customer implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#58
#message: "Deprecated: Eccube\Entity\Customer implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/proxy/entity/src/Eccube/Entity/Customer.php"
#line: 34
#severity: E_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/proxy/entity/src/Eccube/Entity/Customer.php:34 {
require_once …
› */\r
› class Customer extends \Eccube\Entity\AbstractEntity implements UserInterface, PasswordAuthenticatedUserInterface, LegacyPasswordAuthenticatedUserInterface, \Serializable\r
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Kernel.php:336 {
Eccube\Kernel->loadEntityProxies() …
› foreach ($files as $file) {\r
› require_once $file->getRealPath();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Kernel.php:65 {
Eccube\Kernel->__construct(string $environment, bool $debug) …
› \r
› $this->loadEntityProxies();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:93 {
›
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.875+09:00"
"message" => "Deprecated: Eccube\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#42
#message: "Deprecated: Eccube\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/proxy/entity/src/Eccube/Entity/Member.php"
#line: 34
#severity: E_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/proxy/entity/src/Eccube/Entity/Member.php:34 {
require_once …
› */\r
› class Member extends \Eccube\Entity\AbstractEntity implements UserInterface, PasswordAuthenticatedUserInterface, LegacyPasswordAuthenticatedUserInterface, \Serializable\r
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Kernel.php:336 {
Eccube\Kernel->loadEntityProxies() …
› foreach ($files as $file) {\r
› require_once $file->getRealPath();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Kernel.php:65 {
Eccube\Kernel->__construct(string $environment, bool $debug) …
› \r
› $this->loadEntityProxies();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:93 {
›
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.875+09:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#891
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotations_CachedReaderService.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotations_CachedReaderService.php:24 {
ContainerWXzXnAI\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {\r
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotationReaderFacadeService.php:24 {
ContainerWXzXnAI\getAnnotationReaderFacadeService::do($container, $lazyLoad = true) …
›
› return $container->services['Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade'] = new \Eccube\DependencyInjection\Facade\AnnotationReaderFacade(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/dependency-injection/Container.php:229 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {\r
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);\r
› } elseif (isset($container->methodMap[$id])) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/dependency-injection/Container.php:211 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]\r
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Kernel.php:156 {
Eccube\Kernel->boot() …
› /** @var AnnotationReaderFacade $AnnotationReaderFacade */\r
› $AnnotationReaderFacade = $container->get(AnnotationReaderFacade::class);\r
› $AnnotationReader = $AnnotationReaderFacade->getAnnotationReader();\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:192 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› \r
› $this->boot();\r
› ++$this->requestStackSize;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.876+09:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#889
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotations_ReaderService.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotations_ReaderService.php:24 {
ContainerWXzXnAI\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {\r
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotations_CachedReaderService.php:26 {
ContainerWXzXnAI\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotationReaderFacadeService.php:24 {
ContainerWXzXnAI\getAnnotationReaderFacadeService::do($container, $lazyLoad = true) …
›
› return $container->services['Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade'] = new \Eccube\DependencyInjection\Facade\AnnotationReaderFacade(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/dependency-injection/Container.php:229 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {\r
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);\r
› } elseif (isset($container->methodMap[$id])) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/dependency-injection/Container.php:211 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]\r
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Kernel.php:156 {
Eccube\Kernel->boot() …
› /** @var AnnotationReaderFacade $AnnotationReaderFacade */\r
› $AnnotationReaderFacade = $container->get(AnnotationReaderFacade::class);\r
› $AnnotationReader = $AnnotationReaderFacade->getAnnotationReader();\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:192 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› \r
› $this->boot();\r
› ++$this->requestStackSize;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.876+09:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#882
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotations_CacheAdapterService.php"
#line: 24
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotations_CacheAdapterService.php:24 {
ContainerWXzXnAI\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {\r
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotations_CachedReaderService.php:26 {
ContainerWXzXnAI\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getAnnotationReaderFacadeService.php:24 {
ContainerWXzXnAI\getAnnotationReaderFacadeService::do($container, $lazyLoad = true) …
›
› return $container->services['Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade'] = new \Eccube\DependencyInjection\Facade\AnnotationReaderFacade(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/dependency-injection/Container.php:229 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {\r
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);\r
› } elseif (isset($container->methodMap[$id])) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/dependency-injection/Container.php:211 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]\r
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Kernel.php:156 {
Eccube\Kernel->boot() …
› /** @var AnnotationReaderFacade $AnnotationReaderFacade */\r
› $AnnotationReaderFacade = $container->get(AnnotationReaderFacade::class);\r
› $AnnotationReader = $AnnotationReaderFacade->getAnnotationReader();\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:192 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› \r
› $this->boot();\r
› ++$this->requestStackSize;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.063+09:00"
"message" => "PROCESS END"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"product_detail"
]
"channel" => "app"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.063+09:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.063+09:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.063+09:00"
"message" => "Commit executed."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
]
7 => [
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.877+09:00"
"message" => "Client IP: 66.249.79.201"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "front"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.878+09:00"
"message" => "INIT"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.880+09:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "product_detail"
"route_parameters" => [
"_route" => "product_detail"
"_controller" => "Eccube\Controller\ProductController::detail"
"id" => "564"
]
"request_uri" => "https://xs360801.xsrv.jp/products/detail/564"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.881+09:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.881+09:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.881+09:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.881+09:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.881+09:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.881+09:00"
"message" => "PROCESS START"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"product_detail"
]
"channel" => "app"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.881+09:00"
"message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by Eccube_KernelDevDebugContainer.php:1021, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#452
#message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by Eccube_KernelDevDebugContainer.php:1021, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
› \r
› @trigger_error($message, E_USER_DEPRECATED);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
› \r
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:68 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
› {\r
› Deprecation::trigger(\r
› 'doctrine/orm',\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:1021 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [(\dirname(__DIR__, 4).'/src/Eccube/Entity')]);
› $d->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:989 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::ContainerWXzXnAI\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost554d0f0', static fn () => \EntityManagerGhost554d0f0::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
› \r
› ($this->initializer)($instance);\r
› } catch (\Throwable $e) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
ContainerWXzXnAI\EntityManagerGhost554d0f0->__get&($name): mixed …
› \r
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {\r
› goto get_in_scope;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {\r
› return $this->metadataFactory;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
› \r
› if (! $manager->getMetadataFactory()->isTransient($class)) {\r
› return $manager;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:71 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› {\r
› $manager = $this->registry->getManagerForClass($this->entityClass);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.881+09:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:78 called by Eccube_KernelDevDebugContainer.php:1021, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#453
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:78 called by Eccube_KernelDevDebugContainer.php:1021, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
› \r
› @trigger_error($message, E_USER_DEPRECATED);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
› \r
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:78 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {\r
› Deprecation::trigger(\r
› 'doctrine/orm',\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:1021 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [(\dirname(__DIR__, 4).'/src/Eccube/Entity')]);
› $d->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:989 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::ContainerWXzXnAI\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost554d0f0', static fn () => \EntityManagerGhost554d0f0::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
› \r
› ($this->initializer)($instance);\r
› } catch (\Throwable $e) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
ContainerWXzXnAI\EntityManagerGhost554d0f0->__get&($name): mixed …
› \r
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {\r
› goto get_in_scope;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {\r
› return $this->metadataFactory;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
› \r
› if (! $manager->getMetadataFactory()->isTransient($class)) {\r
› return $manager;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:71 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› {\r
› $manager = $this->registry->getManagerForClass($this->entityClass);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.882+09:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#251
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
› \r
› @trigger_error($message, E_USER_DEPRECATED);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
› \r
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› if (PHP_VERSION_ID >= 80100) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:178 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);\r
› $this->proxyFactory = new ProxyFactory(\r
› $this,\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:1290 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:989 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::ContainerWXzXnAI\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost554d0f0', static fn () => \EntityManagerGhost554d0f0::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
› \r
› ($this->initializer)($instance);\r
› } catch (\Throwable $e) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
ContainerWXzXnAI\EntityManagerGhost554d0f0->__get&($name): mixed …
› \r
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {\r
› goto get_in_scope;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {\r
› return $this->metadataFactory;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
› \r
› if (! $manager->getMetadataFactory()->isTransient($class)) {\r
› return $manager;\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:71 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› {\r
› $manager = $this->registry->getManagerForClass($this->entityClass);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.883+09:00"
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\InitSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#231
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\InitSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› \r
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {\r
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {\r
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
› \r
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {\r
› $loadedMetadata = $this->loadMetadata($realClassName);\r
› $classNames = array_combine(\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {\r
› return $this->metadataFactory->getMetadataFor($className);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› \r
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.883+09:00"
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\SaveEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#229
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\SaveEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› \r
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {\r
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {\r
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
› \r
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {\r
› $loadedMetadata = $this->loadMetadata($realClassName);\r
› $classNames = array_combine(\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {\r
› return $this->metadataFactory->getMetadataFor($className);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› \r
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.883+09:00"
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\TaxRuleEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#221
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\TaxRuleEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› \r
› if ($this->evm->hasListeners(Events::loadClassMetadata)) {\r
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {\r
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
› \r
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {\r
› $loadedMetadata = $this->loadMetadata($realClassName);\r
› $classNames = array_combine(\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {\r
› return $this->metadataFactory->getMetadataFor($className);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› \r
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.891+09:00"
"message" => "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1719
#message: "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php"
#line: 14
#severity: E_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:14 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetExists($offset)
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:8 {
require_once …
›
› class ConfigSubData implements \ArrayAccess,\IteratorAggregate
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:86 {
Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
› } else {
› require_once $sourceFile;
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if (! isset($driverClasses[$oid])) {
› $driverClasses[$oid] = $driver->getAllClassNames();
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:26 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
› {\r
› return $this->driver->getAllClassNames();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:345 {
Doctrine\ORM\Mapping\ClassMetadataFactory->addDefaultDiscriminatorMap(ClassMetadata $class): void …
› {\r
› $allClasses = $this->driver->getAllClassNames();\r
› $fqcn = $class->getName();\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:242 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› if ($class->isRootEntity() && ! $class->isInheritanceTypeNone() && ! $class->discriminatorMap) {\r
› $this->addDefaultDiscriminatorMap($class);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {\r
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
› \r
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {\r
› $loadedMetadata = $this->loadMetadata($realClassName);\r
› $classNames = array_combine(\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {\r
› return $this->metadataFactory->getMetadataFor($className);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› \r
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.891+09:00"
"message" => "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1721
#message: "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php"
#line: 27
#severity: E_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:27 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetGet($offset)
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:8 {
require_once …
›
› class ConfigSubData implements \ArrayAccess,\IteratorAggregate
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:86 {
Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
› } else {
› require_once $sourceFile;
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if (! isset($driverClasses[$oid])) {
› $driverClasses[$oid] = $driver->getAllClassNames();
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:26 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
› {\r
› return $this->driver->getAllClassNames();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:345 {
Doctrine\ORM\Mapping\ClassMetadataFactory->addDefaultDiscriminatorMap(ClassMetadata $class): void …
› {\r
› $allClasses = $this->driver->getAllClassNames();\r
› $fqcn = $class->getName();\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:242 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› if ($class->isRootEntity() && ! $class->isInheritanceTypeNone() && ! $class->discriminatorMap) {\r
› $this->addDefaultDiscriminatorMap($class);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {\r
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
› \r
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {\r
› $loadedMetadata = $this->loadMetadata($realClassName);\r
› $classNames = array_combine(\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {\r
› return $this->metadataFactory->getMetadataFor($className);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› \r
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.891+09:00"
"message" => "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1722
#message: "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:22 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetSet($offset, $value)
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:8 {
require_once …
›
› class ConfigSubData implements \ArrayAccess,\IteratorAggregate
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:86 {
Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
› } else {
› require_once $sourceFile;
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if (! isset($driverClasses[$oid])) {
› $driverClasses[$oid] = $driver->getAllClassNames();
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:26 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
› {\r
› return $this->driver->getAllClassNames();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:345 {
Doctrine\ORM\Mapping\ClassMetadataFactory->addDefaultDiscriminatorMap(ClassMetadata $class): void …
› {\r
› $allClasses = $this->driver->getAllClassNames();\r
› $fqcn = $class->getName();\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:242 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› if ($class->isRootEntity() && ! $class->isInheritanceTypeNone() && ! $class->discriminatorMap) {\r
› $this->addDefaultDiscriminatorMap($class);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {\r
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
› \r
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {\r
› $loadedMetadata = $this->loadMetadata($realClassName);\r
› $classNames = array_combine(\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {\r
› return $this->metadataFactory->getMetadataFor($className);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› \r
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.891+09:00"
"message" => "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1723
#message: "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:39 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetUnset($offset)
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:8 {
require_once …
›
› class ConfigSubData implements \ArrayAccess,\IteratorAggregate
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:86 {
Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
› } else {
› require_once $sourceFile;
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if (! isset($driverClasses[$oid])) {
› $driverClasses[$oid] = $driver->getAllClassNames();
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:26 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
› {\r
› return $this->driver->getAllClassNames();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:345 {
Doctrine\ORM\Mapping\ClassMetadataFactory->addDefaultDiscriminatorMap(ClassMetadata $class): void …
› {\r
› $allClasses = $this->driver->getAllClassNames();\r
› $fqcn = $class->getName();\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:242 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› if ($class->isRootEntity() && ! $class->isInheritanceTypeNone() && ! $class->discriminatorMap) {\r
› $this->addDefaultDiscriminatorMap($class);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {\r
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
› \r
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {\r
› $loadedMetadata = $this->loadMetadata($realClassName);\r
› $classNames = array_combine(\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {\r
› return $this->metadataFactory->getMetadataFor($className);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› \r
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.891+09:00"
"message" => "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1724
#message: "Deprecated: Return type of Plugin\SlnPayment42\Entity\ConfigSubData::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php"
#line: 10
#severity: E_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:10 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› {
› public function getIterator() {
› return new ConfigSubData(get_object_vars($this));
}
/home/xs360801/xs360801.xsrv.jp/public_html/app/Plugin/SlnPayment42/Entity/ConfigSubData.php:8 {
require_once …
›
› class ConfigSubData implements \ArrayAccess,\IteratorAggregate
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:86 {
Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
› } else {
› require_once $sourceFile;
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if (! isset($driverClasses[$oid])) {
› $driverClasses[$oid] = $driver->getAllClassNames();
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:26 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
› {\r
› return $this->driver->getAllClassNames();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:345 {
Doctrine\ORM\Mapping\ClassMetadataFactory->addDefaultDiscriminatorMap(ClassMetadata $class): void …
› {\r
› $allClasses = $this->driver->getAllClassNames();\r
› $fqcn = $class->getName();\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:242 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› if ($class->isRootEntity() && ! $class->isInheritanceTypeNone() && ! $class->discriminatorMap) {\r
› $this->addDefaultDiscriminatorMap($class);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {\r
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
› \r
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {\r
› $loadedMetadata = $this->loadMetadata($realClassName);\r
› $classNames = array_combine(\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {\r
› return $this->metadataFactory->getMetadataFor($className);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
› \r
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {\r
› $this->initialize();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.892+09:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"charset" => "utf8mb4"
"driver" => "pdo_mysql"
"host" => "localhost"
"port" => null
"user" => "xs360801_yama"
"password" => "<redacted>"
"driverOptions" => []
"serverVersion" => "10.4.32-MariaDB"
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collation" => "utf8mb4_bin"
]
"dbname" => "xs360801_ec1"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.893+09:00"
"message" => "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:388 called by Connection.php:1659, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1800
#message: "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:388 called by Connection.php:1659, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
› \r
› @trigger_error($message, E_USER_DEPRECATED);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
› \r
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/dbal/src/Connection.php:388 {
Doctrine\DBAL\Connection->connect() …
› if ($this->_eventManager->hasListeners(Events::postConnect)) {\r
› Deprecation::trigger(\r
› 'doctrine/dbal',\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/dbal/src/Connection.php:1659 {
Doctrine\DBAL\Connection->getWrappedConnection() …
› \r
› $this->connect();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/dbal/src/Connection.php:866 {
Doctrine\DBAL\Connection->quote($value, $type = ParameterType::STRING) …
› {\r
› $connection = $this->getWrappedConnection();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/SingleTablePersister.php:157 {
Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionDiscriminatorValueSQL() …
› if ($this->class->discriminatorValue !== null) { // discriminators can be 0\r
› array_unshift($values, $this->conn->quote($this->class->discriminatorValue));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/SingleTablePersister.php:131 {
Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionSQL(array $criteria, $assoc = null) …
› \r
› return $conditionSql . $this->getSelectConditionDiscriminatorValueSQL();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1118 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getSelectSQL($criteria, $assoc = null, $lockMode = null, $limit = null, $offset = null, ?array $orderBy = null) …
› ? $this->getSelectConditionCriteriaSQL($criteria)\r
› : $this->getSelectConditionSQL($criteria, $assoc);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:772 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
› \r
› $sql = $this->getSelectSQL($criteria, $assoc, $lockMode, $limit, null, $orderBy);\r
› [$params, $types] = $this->expandParameters($criteria);\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:792 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
› {\r
› return $this->load($identifier, $entity);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:521 {
Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
› default:\r
› return $persister->loadById($sortedId);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.893+09:00"
"message" => "User Deprecated: AbstractMySQLPlatform::getName() is deprecated. Identify platforms by their class. (AbstractMySQLPlatform.php:1248 called by InitSubscriber.php:36, https://github.com/doctrine/dbal/issues/4749, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1802
#message: "User Deprecated: AbstractMySQLPlatform::getName() is deprecated. Identify platforms by their class. (AbstractMySQLPlatform.php:1248 called by InitSubscriber.php:36, https://github.com/doctrine/dbal/issues/4749, package doctrine/dbal)"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
› \r
› @trigger_error($message, E_USER_DEPRECATED);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 {
Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside(string $package, string $link, string $message, ...$args): void …
› \r
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:1248 {
Doctrine\DBAL\Platforms\AbstractMySQLPlatform->getName() …
› {\r
› Deprecation::triggerIfCalledFromOutside(\r
› 'doctrine/dbal',\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Doctrine/EventSubscriber/InitSubscriber.php:36 {
Eccube\Doctrine\EventSubscriber\InitSubscriber->postConnect(ConnectionEventArgs $args) …
› $db = $args->getConnection();
› $platform = $args->getConnection()->getDatabasePlatform()->getName();
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/dbal/src/Connection.php:396 {
Doctrine\DBAL\Connection->connect() …
› $eventArgs = new Event\ConnectionEventArgs($this);\r
› $this->_eventManager->dispatchEvent(Events::postConnect, $eventArgs);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/dbal/src/Connection.php:1659 {
Doctrine\DBAL\Connection->getWrappedConnection() …
› \r
› $this->connect();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/dbal/src/Connection.php:866 {
Doctrine\DBAL\Connection->quote($value, $type = ParameterType::STRING) …
› {\r
› $connection = $this->getWrappedConnection();\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/SingleTablePersister.php:157 {
Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionDiscriminatorValueSQL() …
› if ($this->class->discriminatorValue !== null) { // discriminators can be 0\r
› array_unshift($values, $this->conn->quote($this->class->discriminatorValue));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/SingleTablePersister.php:131 {
Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionSQL(array $criteria, $assoc = null) …
› \r
› return $conditionSql . $this->getSelectConditionDiscriminatorValueSQL();\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1118 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getSelectSQL($criteria, $assoc = null, $lockMode = null, $limit = null, $offset = null, ?array $orderBy = null) …
› ? $this->getSelectConditionCriteriaSQL($criteria)\r
› : $this->getSelectConditionSQL($criteria, $assoc);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:772 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
› \r
› $sql = $this->getSelectSQL($criteria, $assoc, $lockMode, $limit, null, $orderBy);\r
› [$params, $types] = $this->expandParameters($criteria);\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:792 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
› {\r
› return $this->load($identifier, $entity);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityManager.php:521 {
Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
› default:\r
› return $persister->loadById($sortedId);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/EntityRepository.php:197 {
Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
› {\r
› return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/BaseInfoRepository.php:44 {
Eccube\Repository\BaseInfoRepository->get($id = 1) …
› {
› $BaseInfo = $this->find($id);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
›
› $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.893+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SET SESSION time_zone = '+00:00'"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.894+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.invoice_registration_number AS invoice_registration_number_25, t0.option_product_tax_rule AS option_product_tax_rule_26, t0.option_customer_activate AS option_customer_activate_27, t0.option_remember_me AS option_remember_me_28, t0.option_mail_notifier AS option_mail_notifier_29, t0.authentication_key AS authentication_key_30, t0.php_path AS php_path_31, t0.option_point AS option_point_32, t0.basic_point_rate AS basic_point_rate_33, t0.point_conversion_rate AS point_conversion_rate_34, t0.ga_id AS ga_id_35, t0.nearest_station AS nearest_station_36, t0.regular_holiday_ids AS regular_holiday_ids_37, t0.customer_registration_point AS customer_registration_point_38, t0.site_kit_site_id AS site_kit_site_id_39, t0.site_kit_site_secret AS site_kit_site_secret_40, t0.country_id AS country_id_41, t0.pref_id AS pref_id_42, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.898+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.page_name AS page_name_1, d0_.url AS url_2, d0_.file_name AS file_name_3, d0_.edit_type AS edit_type_4, d0_.author AS author_5, d0_.description AS description_6, d0_.keyword AS keyword_7, d0_.create_date AS create_date_8, d0_.update_date AS update_date_9, d0_.meta_robots AS meta_robots_10, d0_.meta_tags AS meta_tags_11, d1_.page_id AS page_id_12, d1_.layout_id AS layout_id_13, d1_.sort_no AS sort_no_14, d2_.id AS id_15, d2_.layout_name AS layout_name_16, d2_.create_date AS create_date_17, d2_.update_date AS update_date_18, d0_.discriminator_type AS discriminator_type_19, d0_.master_page_id AS master_page_id_20, d1_.discriminator_type AS discriminator_type_21, d1_.page_id AS page_id_22, d1_.layout_id AS layout_id_23, d2_.discriminator_type AS discriminator_type_24, d2_.device_type_id AS device_type_id_25 FROM dtb_page d0_ LEFT JOIN dtb_page_layout d1_ ON d0_.id = d1_.page_id AND d1_.discriminator_type IN ('pagelayout') LEFT JOIN dtb_layout d2_ ON d1_.layout_id = d2_.id AND d2_.discriminator_type IN ('layout') WHERE (d0_.url = ?) AND d0_.discriminator_type IN ('page')"
"params" => [
1 => "product_detail"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.899+09:00"
"message" => "fallback to PC layout"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "front"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.900+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.layout_name AS layout_name_1, d0_.create_date AS create_date_2, d0_.update_date AS update_date_3, d1_.section AS section_4, d1_.block_id AS block_id_5, d1_.layout_id AS layout_id_6, d1_.block_row AS block_row_7, d2_.id AS id_8, d2_.block_name AS block_name_9, d2_.file_name AS file_name_10, d2_.use_controller AS use_controller_11, d2_.deletable AS deletable_12, d2_.create_date AS create_date_13, d2_.update_date AS update_date_14, d0_.discriminator_type AS discriminator_type_15, d0_.device_type_id AS device_type_id_16, d1_.discriminator_type AS discriminator_type_17, d1_.block_id AS block_id_18, d1_.layout_id AS layout_id_19, d2_.discriminator_type AS discriminator_type_20, d2_.device_type_id AS device_type_id_21 FROM dtb_layout d0_ LEFT JOIN dtb_block_position d1_ ON d0_.id = d1_.layout_id AND d1_.discriminator_type IN ('blockposition') LEFT JOIN dtb_block d2_ ON d1_.block_id = d2_.id AND d2_.discriminator_type IN ('block') WHERE (d0_.id = ?) AND d0_.discriminator_type IN ('layout') ORDER BY d1_.block_row ASC"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Executing statement: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Begin Transaction."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "front"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\IpAddrListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Plugin\AutoSnsPost\Event::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequestEarly"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.901+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\RestrictFileUploadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TwigInitializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TransactionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Plugin\AutoSnsPost\MainPlugin::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.902+09:00"
"message" => "LOGIC START"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"product_detail"
]
"channel" => "app"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.903+09:00"
"message" => "User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2544
#message: "User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php"
#line: 314
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:314 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->getOptions(ParamConverter $configuration, $strict = true) …
› if (isset($passedOptions['repository_method'])) {
› @trigger_error('The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity.', \E_USER_DEPRECATED);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:298 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->supports(ParamConverter $configuration) …
›
› $options = $this->getOptions($configuration, false);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:83 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
› foreach ($this->all() as $converter) {
› if ($converter->supports($configuration)) {
› if ($converter->apply($request, $configuration)) {
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
› foreach ($configurations as $configuration) {
› $this->applyConverter($request, $configuration);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
›
› $this->manager->apply($request, $configurations);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.903+09:00"
"message" => "User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2543
#message: "User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php"
#line: 314
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:314 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->getOptions(ParamConverter $configuration, $strict = true) …
› if (isset($passedOptions['repository_method'])) {
› @trigger_error('The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity.', \E_USER_DEPRECATED);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:76 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->apply(Request $request, ParamConverter $configuration) …
› $class = $configuration->getClass();
› $options = $this->getOptions($configuration);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:84 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
› if ($converter->supports($configuration)) {
› if ($converter->apply($request, $configuration)) {
› return;
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
› foreach ($configurations as $configuration) {
› $this->applyConverter($request, $configuration);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
›
› $this->manager->apply($request, $configurations);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.907+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.note AS note_2, d0_.description_list AS description_list_3, d0_.description_detail AS description_detail_4, d0_.search_word AS search_word_5, d0_.free_area AS free_area_6, d0_.create_date AS create_date_7, d0_.update_date AS update_date_8, d1_.id AS id_9, d1_.product_code AS product_code_10, d1_.stock AS stock_11, d1_.stock_unlimited AS stock_unlimited_12, d1_.sale_limit AS sale_limit_13, d1_.price01 AS price01_14, d1_.price02 AS price02_15, d1_.delivery_fee AS delivery_fee_16, d1_.visible AS visible_17, d1_.create_date AS create_date_18, d1_.update_date AS update_date_19, d1_.currency_code AS currency_code_20, d1_.point_rate AS point_rate_21, d1_.pile_width AS pile_width_22, d1_.dev_width_x AS dev_width_x_23, d1_.dev_width_y AS dev_width_y_24, d1_.dev_width_z AS dev_width_z_25, d1_.dev_weight AS dev_weight_26, d1_.jan_code AS jan_code_27, d2_.id AS id_28, d2_.backend_name AS backend_name_29, d2_.name AS name_30, d2_.sort_no AS sort_no_31, d2_.visible AS visible_32, d2_.create_date AS create_date_33, d2_.update_date AS update_date_34, d3_.id AS id_35, d3_.backend_name AS backend_name_36, d3_.name AS name_37, d3_.sort_no AS sort_no_38, d3_.visible AS visible_39, d3_.create_date AS create_date_40, d3_.update_date AS update_date_41, d4_.id AS id_42, d4_.file_name AS file_name_43, d4_.sort_no AS sort_no_44, d4_.create_date AS create_date_45, d5_.id AS id_46, d5_.create_date AS create_date_47, d0_.discriminator_type AS discriminator_type_48, d0_.creator_id AS creator_id_49, d0_.product_status_id AS product_status_id_50, d1_.discriminator_type AS discriminator_type_51, d1_.product_id AS product_id_52, d1_.sale_type_id AS sale_type_id_53, d1_.class_category_id1 AS class_category_id1_54, d1_.class_category_id2 AS class_category_id2_55, d1_.delivery_duration_id AS delivery_duration_id_56, d1_.creator_id AS creator_id_57, d2_.discriminator_type AS discriminator_type_58, d2_.class_name_id AS class_name_id_59, d2_.creator_id AS creator_id_60, d3_.discriminator_type AS discriminator_type_61, d3_.class_name_id AS class_name_id_62, d3_.creator_id AS creator_id_63, d4_.discriminator_type AS discriminator_type_64, d4_.product_id AS product_id_65, d4_.creator_id AS creator_id_66, d5_.discriminator_type AS discriminator_type_67, d5_.product_id AS product_id_68, d5_.tag_id AS tag_id_69, d5_.creator_id AS creator_id_70 FROM dtb_product d0_ INNER JOIN dtb_product_class d1_ ON d0_.id = d1_.product_id AND d1_.discriminator_type IN ('productclass') LEFT JOIN dtb_class_category d2_ ON d1_.class_category_id1 = d2_.id AND d2_.discriminator_type IN ('classcategory') LEFT JOIN dtb_class_category d3_ ON d1_.class_category_id2 = d3_.id AND d3_.discriminator_type IN ('classcategory') LEFT JOIN dtb_product_image d4_ ON d0_.id = d4_.product_id AND d4_.discriminator_type IN ('productimage') LEFT JOIN dtb_product_tag d5_ ON d0_.id = d5_.product_id AND d5_.discriminator_type IN ('producttag') WHERE (d0_.id = ? AND d1_.visible = ?) AND d0_.discriminator_type IN ('product') ORDER BY d2_.sort_no DESC, d3_.sort_no DESC, d4_.sort_no ASC"
"params" => [
1 => "564"
2 => 1
]
"types" => [
1 => 2
2 => 5
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.910+09:00"
"message" => "Deprecated: Proxies\__CG__\Eccube\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3792
#message: "Deprecated: Proxies\__CG__\Eccube\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/doctrine/orm/Proxies/__CG__EccubeEntityMember.php"
#line: 9
#severity: E_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/doctrine/orm/Proxies/__CG__EccubeEntityMember.php:9 {
require …
› */
› class Member extends \Eccube\Entity\Member implements \Doctrine\ORM\Proxy\Proxy
› {
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:212 {
Doctrine\Common\Proxy\AbstractProxyFactory->getProxyDefinition($className) …
› $this->proxyGenerator->generateProxyClass($classMetadata, $fileName);
› require $fileName;
› break;
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:111 {
Doctrine\Common\Proxy\AbstractProxyFactory->getProxy($className, array $identifier) …
› {
› $definition = $this->definitions[$className] ?? $this->getProxyDefinition($className);
› $fqcn = $definition->proxyClassName;
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:208 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
› if (! $this->isLazyGhostObjectEnabled) {
› return parent::getProxy($className, $identifier);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/UnitOfWork.php:3114 {
Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
› case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:\r
› $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);\r
› $this->registerManaged($newValue, $associatedId, []);\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:272 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->getEntity(array $data, string $dqlAlias) …
› \r
› return $this->_uow->createEntity($className, $data, $this->_hints);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:498 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateRowData(array $row, array &$result) …
› if (! isset($this->identifierMap[$dqlAlias][$id[$dqlAlias]])) {\r
› $element = $this->getEntity($data, $dqlAlias);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:149 {
Doctrine\ORM\Internal\Hydration\ObjectHydrator->hydrateAllData() …
› while ($row = $this->statement()->fetchAssociative()) {\r
› $this->hydrateRowData($row, $result);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:270 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
› try {\r
› $result = $this->hydrateAllData();\r
› } finally {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/AbstractQuery.php:1225 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
› \r
› $data = $this->_em->newHydrator($this->_hydrationMode)->hydrateAll($stmt, $rsm, $this->_hints);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/AbstractQuery.php:1166 {
Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
› \r
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/doctrine/orm/src/AbstractQuery.php:991 {
Doctrine\ORM\AbstractQuery->getSingleResult($hydrationMode = null) …
› {\r
› $result = $this->execute(null, $hydrationMode);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/src/Eccube/Repository/ProductRepository.php:93 {
Eccube\Repository\ProductRepository->findWithSortedClassCategories($productId) …
› ->getQuery()
› ->getSingleResult();
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:142 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->find($class, Request $request, $options, $name) …
› try {
› return $om->getRepository($class)->$method($id);
› } catch (NoResultException $e) {
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:91 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->apply(Request $request, ParamConverter $configuration) …
› // find by identifier?
› } elseif (false === $object = $this->find($class, $request, $options, $name)) {
› // find by criteria
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:84 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
› if ($converter->supports($configuration)) {
› if ($converter->apply($request, $configuration)) {
› return;
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
› foreach ($configurations as $configuration) {
› $this->applyConverter($request, $configuration);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
›
› $this->manager->apply($request, $configurations);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.911+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.stock AS stock_2, t0.create_date AS create_date_3, t0.update_date AS update_date_4, t0.product_class_id AS product_class_id_5, t0.creator_id AS creator_id_6, t0.discriminator_type FROM dtb_product_stock t0 WHERE t0.product_class_id = ? AND t0.discriminator_type IN ('productstock')"
"params" => [
1 => 33904
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.912+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.tax_rate AS tax_rate_2, t0.tax_adjust AS tax_adjust_3, t0.apply_date AS apply_date_4, t0.create_date AS create_date_5, t0.update_date AS update_date_6, t0.product_class_id AS product_class_id_7, t0.creator_id AS creator_id_8, t0.country_id AS country_id_9, t0.pref_id AS pref_id_10, t0.product_id AS product_id_11, t0.rounding_type_id AS rounding_type_id_12, t0.discriminator_type FROM dtb_tax_rule t0 WHERE t0.product_class_id = ? AND t0.discriminator_type IN ('taxrule')"
"params" => [
1 => 33904
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.914+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.stock AS stock_2, t0.create_date AS create_date_3, t0.update_date AS update_date_4, t0.product_class_id AS product_class_id_5, t0.creator_id AS creator_id_6, t0.discriminator_type FROM dtb_product_stock t0 WHERE t0.product_class_id = ? AND t0.discriminator_type IN ('productstock')"
"params" => [
1 => 33905
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.915+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.tax_rate AS tax_rate_1, d0_.tax_adjust AS tax_adjust_2, d0_.apply_date AS apply_date_3, d0_.create_date AS create_date_4, d0_.update_date AS update_date_5, d0_.discriminator_type AS discriminator_type_6, d0_.product_class_id AS product_class_id_7, d0_.creator_id AS creator_id_8, d0_.country_id AS country_id_9, d0_.pref_id AS pref_id_10, d0_.product_id AS product_id_11, d0_.rounding_type_id AS rounding_type_id_12 FROM dtb_tax_rule d0_ WHERE (d0_.apply_date < ? AND d0_.pref_id IS NULL AND d0_.country_id IS NULL AND d0_.product_id IS NULL AND d0_.product_class_id IS NULL) AND d0_.discriminator_type IN ('taxrule') ORDER BY d0_.apply_date DESC"
"params" => [
1 => "2025-07-06 08:50:49"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.916+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.tax_rate AS tax_rate_2, t0.tax_adjust AS tax_adjust_3, t0.apply_date AS apply_date_4, t0.create_date AS create_date_5, t0.update_date AS update_date_6, t0.product_class_id AS product_class_id_7, t0.creator_id AS creator_id_8, t0.country_id AS country_id_9, t0.pref_id AS pref_id_10, t0.product_id AS product_id_11, t0.rounding_type_id AS rounding_type_id_12, t0.discriminator_type FROM dtb_tax_rule t0 WHERE t0.product_class_id = ? AND t0.discriminator_type IN ('taxrule')"
"params" => [
1 => 33905
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Plugin\AutoSnsPost\Event::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\ForwardOnlyListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\LogListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\RateLimiterListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.917+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.918+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.918+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Eccube\EventListener\TwoFactorAuthListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.918+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerWXzXnAI\RequestPayloadValueResolverGhost4df5a3e::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.918+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.918+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.918+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.918+09:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4187
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:3154 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:2313 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {\r
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getForm_TypeExtension_Form_ValidatorService.php:27 {
ContainerWXzXnAI\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getForm_RegistryService.php:281 {
ContainerWXzXnAI\getForm_RegistryService::ContainerWXzXnAI\{closure} …
› yield 3 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));
› yield 4 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));
› yield 5 => ($container->privates['form.type_extension.upload.validator'] ?? $container->load('getForm_TypeExtension_Upload_ValidatorService'));
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
› if (isset($this->typeExtensionServices[$name])) {
› foreach ($this->typeExtensionServices[$name] as $extension) {
› $extensions[] = $extension;
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/form/FormRegistry.php:105 {
Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
› foreach ($this->extensions as $extension) {
› $typeExtensions[] = $extension->getTypeExtensions($fqcn);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/form/FormRegistry.php:81 {
Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
›
› $this->types[$name] = $this->resolveType($type);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/form/FormRegistry.php:111 {
Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
› array_merge([], ...$typeExtensions),
› $parentType ? $this->getType($parentType) : null
› );
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/form/FormRegistry.php:81 {
Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
›
› $this->types[$name] = $this->resolveType($type);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/form/FormFactory.php:52 {
Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
›
› $type = $this->registry->getType($type);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/app/Customize/Controller/CustomProductController.php:61 {
Customize\Controller\CustomProductController->detail(Request $request, Product $Product) …
› \r
› $builder = $this->formFactory->createNamedBuilder(\r
› '',\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.919+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.backend_name AS backend_name_2, t0.name AS name_3, t0.sort_no AS sort_no_4, t0.create_date AS create_date_5, t0.update_date AS update_date_6, t0.creator_id AS creator_id_7, t0.discriminator_type FROM dtb_class_name t0 WHERE t0.id = ? AND t0.discriminator_type IN ('classname')"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.921+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.status_id AS status_id_2, t0.reviewer_name AS reviewer_name_3, t0.reviewer_url AS reviewer_url_4, t0.title AS title_5, t0.comment AS comment_6, t0.recommend_level AS recommend_level_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.review_point AS review_point_10, t0.point_added AS point_added_11, t0.sex_id AS sex_id_12, t0.product_id AS product_id_13, t0.customer_id AS customer_id_14 FROM plg_review_manager_review t0 WHERE t0.product_id = ? AND t0.status_id = ? ORDER BY t0.create_date DESC"
"params" => [
1 => 564
2 => 1
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.923+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "front.product.detail.initialize"
"listener" => "Plugin\ReviewManager\Event::onProductDetailInitialize"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.924+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.note AS note_2, d0_.description_list AS description_list_3, d0_.description_detail AS description_detail_4, d0_.search_word AS search_word_5, d0_.free_area AS free_area_6, d0_.create_date AS create_date_7, d0_.update_date AS update_date_8, d0_.discriminator_type AS discriminator_type_9, d0_.creator_id AS creator_id_10, d0_.product_status_id AS product_status_id_11 FROM dtb_product d0_ INNER JOIN dtb_product_class d1_ ON d0_.id = d1_.product_id AND d1_.discriminator_type IN ('productclass') WHERE ((d0_.name LIKE ? OR d0_.search_word LIKE ?) AND d0_.product_status_id = 1 AND d0_.id <> ? AND d1_.visible = 1 AND ((d1_.stock > 0 OR d1_.stock_unlimited = 1))) AND d0_.discriminator_type IN ('product') ORDER BY d0_.update_date DESC LIMIT 564"
"params" => [
1 => "%消しゴム%"
2 => "%消しゴム%"
3 => 4
]
"types" => [
1 => 2
2 => 2
3 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.943+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.status_id AS status_id_2, t0.reviewer_name AS reviewer_name_3, t0.reviewer_url AS reviewer_url_4, t0.title AS title_5, t0.comment AS comment_6, t0.recommend_level AS recommend_level_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.review_point AS review_point_10, t0.point_added AS point_added_11, t0.sex_id AS sex_id_12, t0.product_id AS product_id_13, t0.customer_id AS customer_id_14 FROM plg_review_manager_review t0 WHERE t0.product_id = ? AND t0.status_id = ? ORDER BY t0.create_date DESC"
"params" => [
1 => 564
2 => 1
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.943+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Product/detail.twig"
"listener" => "Plugin\ReviewManager\Event::onProductDetailTemplate"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.947+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.category_name AS category_name_1, d0_.hierarchy AS hierarchy_2, d0_.sort_no AS sort_no_3, d0_.create_date AS create_date_4, d0_.update_date AS update_date_5, d1_.id AS id_6, d1_.category_name AS category_name_7, d1_.hierarchy AS hierarchy_8, d1_.sort_no AS sort_no_9, d1_.create_date AS create_date_10, d1_.update_date AS update_date_11, d2_.id AS id_12, d2_.category_name AS category_name_13, d2_.hierarchy AS hierarchy_14, d2_.sort_no AS sort_no_15, d2_.create_date AS create_date_16, d2_.update_date AS update_date_17, d3_.id AS id_18, d3_.category_name AS category_name_19, d3_.hierarchy AS hierarchy_20, d3_.sort_no AS sort_no_21, d3_.create_date AS create_date_22, d3_.update_date AS update_date_23, d4_.id AS id_24, d4_.category_name AS category_name_25, d4_.hierarchy AS hierarchy_26, d4_.sort_no AS sort_no_27, d4_.create_date AS create_date_28, d4_.update_date AS update_date_29, d0_.discriminator_type AS discriminator_type_30, d0_.parent_category_id AS parent_category_id_31, d0_.creator_id AS creator_id_32, d1_.discriminator_type AS discriminator_type_33, d1_.parent_category_id AS parent_category_id_34, d1_.creator_id AS creator_id_35, d2_.discriminator_type AS discriminator_type_36, d2_.parent_category_id AS parent_category_id_37, d2_.creator_id AS creator_id_38, d3_.discriminator_type AS discriminator_type_39, d3_.parent_category_id AS parent_category_id_40, d3_.creator_id AS creator_id_41, d4_.discriminator_type AS discriminator_type_42, d4_.parent_category_id AS parent_category_id_43, d4_.creator_id AS creator_id_44 FROM dtb_category d0_ LEFT JOIN dtb_category d1_ ON d0_.id = d1_.parent_category_id AND d1_.discriminator_type IN ('category') LEFT JOIN dtb_category d2_ ON d1_.id = d2_.parent_category_id AND d2_.discriminator_type IN ('category') LEFT JOIN dtb_category d3_ ON d2_.id = d3_.parent_category_id AND d3_.discriminator_type IN ('category') LEFT JOIN dtb_category d4_ ON d3_.id = d4_.parent_category_id AND d4_.discriminator_type IN ('category') WHERE (d0_.parent_category_id IS NULL) AND d0_.discriminator_type IN ('category') ORDER BY d0_.sort_no DESC, d1_.sort_no DESC, d2_.sort_no DESC, d3_.sort_no DESC, d4_.sort_no DESC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.972+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.973+09:00"
"message" => "Rollback executed."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "front"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.974+09:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "price02IncTaxs" nor one of the methods "price02IncTaxs()", "getprice02IncTaxs()"/"isprice02IncTaxs()"/"hasprice02IncTaxs()" or "__call()" exist and have public access in class "Eccube\Entity\Product"." at detail.twig line 598"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#5864
#message: "Neither the property "price02IncTaxs" nor one of the methods "price02IncTaxs()", "getprice02IncTaxs()"/"isprice02IncTaxs()"/"hasprice02IncTaxs()" or "__call()" exist and have public access in class "Eccube\Entity\Product"."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/app/template/default/Product/detail.twig"
#line: 598
-lineno: 598
-name: "Product/detail.twig"
-rawMessage: "Neither the property "price02IncTaxs" nor one of the methods "price02IncTaxs()", "getprice02IncTaxs()"/"isprice02IncTaxs()"/"hasprice02IncTaxs()" or "__call()" exist and have public access in class "Eccube\Entity\Product"."
-sourcePath: "/home/xs360801/xs360801.xsrv.jp/public_html/app/template/default/Product/detail.twig"
-sourceCode: """
{#\r\n
This file is part of EC-CUBE\r\n
\r\n
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.\r\n
\r\n
http://www.ec-cube.co.jp/\r\n
\r\n
For the full copyright and license information, please view the LICENSE\r\n
file that was distributed with this source code.\r\n
#}\r\n
{% extends 'default_frame.twig' %}\r\n
\r\n
{% set body_class = 'product_page' %}\r\n
\r\n
{% block stylesheet %}\r\n
<style>\r\n
\r\n
.slick-slider {\r\n
margin-bottom: 30px;\r\n
}\r\n
\r\n
.slick-dots {\r\n
position: absolute;\r\n
bottom: -45px;\r\n
display: block;\r\n
width: 100%;\r\n
padding: 0;\r\n
list-style: none;\r\n
text-align: center;\r\n
}\r\n
\r\n
.slick-dots li {\r\n
position: relative;\r\n
display: inline-block;\r\n
width: 20px;\r\n
height: 20px;\r\n
margin: 0 5px;\r\n
padding: 0;\r\n
\r\n
cursor: pointer;\r\n
}\r\n
\r\n
.slick-dots li button {\r\n
font-size: 0;\r\n
line-height: 0;\r\n
display: block;\r\n
width: 20px;\r\n
height: 20px;\r\n
padding: 5px;\r\n
cursor: pointer;\r\n
color: transparent;\r\n
border: 0;\r\n
outline: none;\r\n
background: transparent;\r\n
}\r\n
\r\n
.slick-dots li button:hover,\r\n
.slick-dots li button:focus {\r\n
outline: none;\r\n
}\r\n
\r\n
.slick-dots li button:hover:before,\r\n
.slick-dots li button:focus:before {\r\n
opacity: 1;\r\n
}\r\n
\r\n
.slick-dots li button:before {\r\n
content: " ";\r\n
line-height: 20px;\r\n
position: absolute;\r\n
top: 0;\r\n
left: 0;\r\n
width: 12px;\r\n
height: 12px;\r\n
text-align: center;\r\n
opacity: .25;\r\n
background-color: black;\r\n
border-radius: 50%;\r\n
\r\n
}\r\n
\r\n
.slick-dots li.slick-active button:before {\r\n
opacity: .75;\r\n
background-color: black;\r\n
}\r\n
\r\n
.slick-dots li button.thumbnail img {\r\n
width: 0;\r\n
height: 0;\r\n
}\r\n
\r\n
\t.ec-productRole__number {\r\n
\t padding: 14px 0;\r\n
\t border-bottom: 1px dotted #ccc;\r\n
\t}\r\n
\r\n
\t.ec-productRole__stock {\r\n
\t padding: 14px 0;\r\n
\t border-bottom: 1px dotted #ccc;\r\n
\t}\r\n
</style>\r\n
{{ parent() }}\r\n
{# レビュー用CSSファイルの読み込み #}\r\n
<link rel="stylesheet" href="{{ asset('assets/css/review.css') }}">\r\n
{# FontAwesome CDNの追加 #}\r\n
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">\r\n
<style>\r\n
/* レビュー表示用のスタイル */\r\n
.ec-review-section {\r\n
margin-top: 3rem;\r\n
padding: 20px;\r\n
background: #f8f9fa;\r\n
border-radius: 5px;\r\n
}\r\n
.ec-review-heading {\r\n
text-align: center;\r\n
margin-bottom: 1.5rem;\r\n
font-size: 1.5rem;\r\n
border-bottom: 2px solid #525263;\r\n
padding-bottom: 10px;\r\n
}\r\n
.ec-review-item {\r\n
background: #fff;\r\n
border: 1px solid #ddd;\r\n
border-radius: 4px;\r\n
padding: 15px;\r\n
margin-bottom: 15px;\r\n
box-shadow: 0 1px 3px rgba(0,0,0,0.1);\r\n
}\r\n
.ec-review-header {\r\n
display: flex;\r\n
justify-content: space-between;\r\n
margin-bottom: 10px;\r\n
border-bottom: 1px solid #eee;\r\n
padding-bottom: 10px;\r\n
}\r\n
.ec-review-info {\r\n
display: flex;\r\n
flex-direction: column;\r\n
}\r\n
.ec-review-name {\r\n
font-weight: bold;\r\n
margin-bottom: 5px;\r\n
}\r\n
.ec-review-date {\r\n
font-size: 0.85em;\r\n
color: #888;\r\n
}\r\n
.ec-review-stars {\r\n
color: #FFD700;\r\n
font-size: 1.2em;\r\n
}\r\n
.ec-review-title {\r\n
font-weight: bold;\r\n
margin-bottom: 10px;\r\n
font-size: 1.1em;\r\n
}\r\n
.ec-review-comment {\r\n
line-height: 1.6;\r\n
}\r\n
.ec-review-product {\r\n
margin-top: 10px;\r\n
font-size: 0.9em;\r\n
text-align: right;\r\n
font-style: italic;\r\n
}\r\n
.ec-review-more {\r\n
text-align: center;\r\n
margin-top: 20px;\r\n
}\r\n
\r\n
/* 件数表示のスタイル */\r\n
.ec-review-count {\r\n
font-size: 0.8em;\r\n
font-weight: normal;\r\n
color: #666;\r\n
margin-left: 10px;\r\n
}\r\n
\r\n
/* 店名(カナ)のスタイル */\r\n
.shop-kana {\r\n
font-size: 0.9em;\r\n
color: #666;\r\n
margin-left: 10px;\r\n
}\r\n
\r\n
/* レビュー投稿ボタンのスタイル */\r\n
.ec-review-write {\r\n
text-align: center;\r\n
margin-top: 30px;\r\n
padding-top: 20px;\r\n
border-top: 1px solid #eee;\r\n
}\r\n
\r\n
.ec-inlineBtn--action {\r\n
background-color: #525263;\r\n
color: #fff;\r\n
border-color: #525263;\r\n
padding: 10px 25px;\r\n
font-weight: bold;\r\n
transition: all 0.3s;\r\n
}\r\n
\r\n
.ec-inlineBtn--action:hover {\r\n
background-color: #3e3e4a;\r\n
border-color: #3e3e4a;\r\n
color: #fff;\r\n
opacity: 0.9;\r\n
}\r\n
\r\n
/* レビューなしの表示 */\r\n
.ec-review-empty {\r\n
text-align: center;\r\n
padding: 30px 15px;\r\n
background-color: #fff;\r\n
border-radius: 4px;\r\n
border: 1px solid #ddd;\r\n
margin-bottom: 20px;\r\n
color: #888;\r\n
}\r\n
</style>\r\n
{% endblock %}\r\n
\r\n
{% block javascript %}\r\n
<script>\r\n
eccube.classCategories = {{ class_categories_as_json(Product)|raw }};\r\n
\r\n
// 規格2に選択肢を割り当てる。\r\n
function fnSetClassCategories(form, classcat_id2_selected) {\r\n
var $form = $(form);\r\n
var product_id = $form.find('input[name=product_id]').val();\r\n
var $sele1 = $form.find('select[name=classcategory_id1]');\r\n
var $sele2 = $form.find('select[name=classcategory_id2]');\r\n
eccube.setClassCategories($form, product_id, $sele1, $sele2, classcat_id2_selected);\r\n
}\r\n
\r\n
{% if form.classcategory_id2 is defined %}\r\n
fnSetClassCategories(\r\n
$('#form1'), {{ form.classcategory_id2.vars.value|json_encode|raw }}\r\n
);\r\n
{% elseif form.classcategory_id1 is defined %}\r\n
eccube.checkStock($('#form1'), {{ Product.id }}, {{ form.classcategory_id1.vars.value|json_encode|raw }}, null);\r\n
{% endif %}\r\n
</script>\r\n
<script>\r\n
$(function() {\r\n
// bfcache無効化\r\n
$(window).bind('pageshow', function(event) {\r\n
if (event.originalEvent.persisted) {\r\n
location.reload(true);\r\n
}\r\n
});\r\n
\r\n
// Core Web Vital の Cumulative Layout Shift(CLS)対策のため\r\n
// img タグに width, height が付与されている.\r\n
// 630px 未満の画面サイズでは縦横比が壊れるための対策\r\n
// see https://github.com/EC-CUBE/ec-cube/pull/5023\r\n
$('.ec-grid2__cell').hide();\r\n
var removeSize = function () {\r\n
$('.slide-item').height('');\r\n
$('.slide-item img')\r\n
.removeAttr('width')\r\n
.removeAttr('height')\r\n
.removeAttr('style');\r\n
};\r\n
var slickInitial = function(slick) {\r\n
$('.ec-grid2__cell').fadeIn(1500);\r\n
var baseHeight = $(slick.target).height();\r\n
var baseWidth = $(slick.target).width();\r\n
var rate = baseWidth / baseHeight;\r\n
\r\n
$('.slide-item').height(baseHeight * rate); // 余白を削除する\r\n
// transform を使用することでCLSの影響を受けないようにする\r\n
$('.slide-item img')\r\n
.css(\r\n
{\r\n
'transform-origin': 'top left',\r\n
'transform': 'scaleY(' + rate + ')',\r\n
'transition': 'transform .1s'\r\n
}\r\n
);\r\n
// 正しいサイズに近くなったら属性を解除する\r\n
setTimeout(removeSize, 500);\r\n
};\r\n
$('.item_visual').on('init', slickInitial);\r\n
// リサイズ時は CLS の影響を受けないため属性を解除する\r\n
$(window).resize(removeSize);\r\n
$('.item_visual').slick({\r\n
dots: false,\r\n
arrows: false,\r\n
responsive: [{\r\n
breakpoint: 768,\r\n
settings: {\r\n
dots: true\r\n
}\r\n
}]\r\n
});\r\n
\r\n
$('.slideThumb').on('click', function() {\r\n
var index = $(this).attr('data-index');\r\n
$('.item_visual').slick('slickGoTo', index, false);\r\n
})\r\n
});\r\n
</script>\r\n
<script>\r\n
$(function() {\r\n
$('.add-cart').on('click', function(event) {\r\n
{% if form.classcategory_id1 is defined %}\r\n
// 規格1フォームの必須チェック\r\n
if ($('#classcategory_id1').val() == '__unselected' || $('#classcategory_id1').val() == '') {\r\n
$('#classcategory_id1')[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');\r\n
return true;\r\n
} else {\r\n
$('#classcategory_id1')[0].setCustomValidity('');\r\n
}\r\n
{% endif %}\r\n
\r\n
{% if form.classcategory_id2 is defined %}\r\n
// 規格2フォームの必須チェック\r\n
if ($('#classcategory_id2').val() == '__unselected' || $('#classcategory_id2').val() == '') {\r\n
$('#classcategory_id2')[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');\r\n
return true;\r\n
} else {\r\n
$('#classcategory_id2')[0].setCustomValidity('');\r\n
}\r\n
{% endif %}\r\n
\r\n
// 個数フォームのチェック\r\n
if ($('#quantity').val() < 1) {\r\n
$('#quantity')[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');\r\n
return true;\r\n
} else {\r\n
$('#quantity')[0].setCustomValidity('');\r\n
}\r\n
\r\n
event.preventDefault();\r\n
$form = $('#form1');\r\n
$.ajax({\r\n
url: $form.attr('action'),\r\n
type: $form.attr('method'),\r\n
data: $form.serialize(),\r\n
dataType: 'json',\r\n
beforeSend: function(xhr, settings) {\r\n
// Buttonを無効にする\r\n
$('.add-cart').prop('disabled', true);\r\n
}\r\n
}).done(function(data) {\r\n
// レスポンス内のメッセージをalertで表示\r\n
$.each(data.messages, function() {\r\n
$('#ec-modal-header').text(this);\r\n
});\r\n
\r\n
$('.ec-modal').show()\r\n
\r\n
// カートブロックを更新する\r\n
$.ajax({\r\n
url: "{{ url('block_cart') }}",\r\n
type: 'GET',\r\n
dataType: 'html'\r\n
}).done(function(html) {\r\n
$('.ec-headerRole__cart').html(html);\r\n
});\r\n
}).fail(function(data) {\r\n
alert('{{ 'カートへの追加に失敗しました。'|trans }}');\r\n
}).always(function(data) {\r\n
// Buttonを有効にする\r\n
$('.add-cart').prop('disabled', false);\r\n
});\r\n
});\r\n
});\r\n
\r\n
$('.ec-modal-wrap').on('click', function(e) {\r\n
// モーダル内の処理は外側にバブリングさせない\r\n
e.stopPropagation();\r\n
});\r\n
$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {\r\n
$('.ec-modal').hide()\r\n
});\r\n
</script>\r\n
<script type="application/ld+json">\r\n
{\r\n
"@context": "https://schema.org/",\r\n
"@type": "Product",\r\n
"name": "{{ Product.name }}",\r\n
"image": [\r\n
{% for img in Product.ProductImage %}\r\n
"{{ app.request.schemeAndHttpHost }}{{ asset(img, 'save_image') }}"{% if not loop.last %},{% endif %}\r\n
\r\n
{% else %}\r\n
"{{ app.request.schemeAndHttpHost }}{{ asset(''|no_image_product, 'save_image') }}"\r\n
{% endfor %}\r\n
],\r\n
"description": "{{ Product.description_list | default(Product.description_detail) | replace({'\n': '', '\r': ''}) | slice(0,300) }}",\r\n
{% if Product.code_min %}\r\n
"sku": "{{ Product.code_min }}",\r\n
{% endif %}\r\n
"offers": {\r\n
"@type": "Offer",\r\n
"url": "{{ url('product_detail', {'id': Product.id}) }}",\r\n
"priceCurrency": "{{ eccube_config.currency }}",\r\n
"price": {{ Product.getPrice02IncTaxMin ? Product.getPrice02IncTaxMin : 0}},\r\n
"availability": "{{ Product.stock_find ? "InStock" : "OutOfStock" }}"\r\n
}\r\n
}\r\n
</script>\r\n
{{ parent() }}\r\n
<script>\r\n
// レビュー「もっと見る」機能\r\n
$(function() {\r\n
// もっと見るボタンのクリックイベント\r\n
$('#load-more-reviews').on('click', function(e) {\r\n
e.preventDefault();\r\n
var $btn = $(this);\r\n
var offset = parseInt($btn.data('offset'));\r\n
var productId = $btn.data('product-id');\r\n
\r\n
console.log('もっと見るボタンがクリックされました。オフセット:', offset);\r\n
\r\n
// 読み込み中の表示\r\n
$btn.prop('disabled', true).text('読み込み中...');\r\n
\r\n
// ルートが存在するかチェック\r\n
try {\r\n
var reviewApiUrl = '{{ url('review_more_api') }}';\r\n
} catch (e) {\r\n
console.error('レビューAPIのルートが見つかりません:', e);\r\n
$btn.prop('disabled', false).text('もっと見る');\r\n
alert('レビュー機能は現在利用できません。');\r\n
return;\r\n
}\r\n
\r\n
// Ajaxリクエスト\r\n
$.ajax({\r\n
url: reviewApiUrl,\r\n
data: { \r\n
offset: offset,\r\n
product_id: productId\r\n
},\r\n
method: 'GET',\r\n
dataType: 'json',\r\n
success: function(data) {\r\n
console.log('データ取得成功:', data);\r\n
\r\n
if (data.error) {\r\n
console.error('サーバーエラー:', data.message);\r\n
$btn.prop('disabled', false).text('もっと見る');\r\n
return;\r\n
}\r\n
\r\n
// 追加のレビューを表示\r\n
$('#review-list').append(data.html);\r\n
\r\n
// 表示件数を更新\r\n
var currentCount = parseInt($('#displayed-count').text());\r\n
var newCount = currentCount + data.count;\r\n
$('#displayed-count').text(newCount);\r\n
\r\n
// もっとレビューがある場合\r\n
if (data.hasMore) {\r\n
$btn.data('offset', offset + data.count)\r\n
.attr('data-offset', offset + data.count) // data属性を明示的に更新\r\n
.prop('disabled', false)\r\n
.text('もっと見る');\r\n
console.log('次のオフセットに更新:', offset + data.count);\r\n
} else {\r\n
// もうレビューがない場合はボタンを非表示\r\n
$btn.hide();\r\n
console.log('すべてのレビューを表示しました');\r\n
}\r\n
},\r\n
error: function(xhr, status, error) {\r\n
console.error("エラーが発生しました:", error);\r\n
console.log("ステータス:", status);\r\n
console.log("レスポンス:", xhr.responseText);\r\n
$btn.prop('disabled', false).text('もっと見る');\r\n
alert('レビューの読み込みに失敗しました。');\r\n
}\r\n
});\r\n
});\r\n
});\r\n
</script>\r\n
{% endblock %}\r\n
\r\n
{% block main %}\r\n
\r\n
\r\n
<div class="ec-productRole">\r\n
\r\n
\r\n
<div class="ec-grid2">\r\n
\r\n
\r\n
<div class="ec-grid2__cell">\r\n
<div class="ec-sliderItemRole">\r\n
\r\n
<div class="item_visual">\r\n
{% for ProductImage in Product.ProductImage %}\r\n
<div class="slide-item"><img src="{{ asset(ProductImage, 'save_image') }}" alt="{{ loop.first ? Product.name : '' }}" width="550" height="550"{% if loop.index > 1 %} loading="lazy"{% endif %}></div>\r\n
{% else %}\r\n
<div class="slide-item"><img src="{{ asset(''|no_image_product, 'save_image') }}" alt="{{ loop.first ? Product.name : '' }}" width="550" height="550"></div>\r\n
{% endfor %}\r\n
</div>\r\n
<div class="item_nav">\r\n
{% for ProductImage in Product.ProductImage %}\r\n
<div class="slideThumb" data-index="{{ loop.index0 }}"><img src="{{ asset(ProductImage, 'save_image') }}" alt="" width="133" height="133" loading="lazy"></div>\r\n
{% endfor %}\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="ec-grid2__cell">\r\n
<div class="ec-productRole__profile">\r\n
{# 商品名 #}\r\n
<div class="ec-productRole__title">\r\n
<h2 class="ec-headingTitle">{{ Product.name }}</h2>\r\n
</div>\r\n
{# タグ #}\r\n
<ul class="ec-productRole__tags">\r\n
{% for Tag in Product.Tags %}\r\n
<li class="ec-productRole__tag tag_{{ Tag.id }}">{{ Tag }}</li>\r\n
{% endfor %}\r\n
</ul>\r\n
\r\n
{# 通常価格 #}\r\n
{% if Product.hasProductClass -%}\r\n
<div class="ec-productRole__priceRegular">\r\n
\t\t\t {% if not Product.stock_find %}\t\r\n
{% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %}\r\n
<span class="ec-productRole__priceRegularPrice">{{ '通常価格'|trans }}:<span class="price01-default">{{ Product.getPrice01IncTaxMin|price }}</span></span>\r\n
<span class="ec-productRole__priceRegularTax">{{ '税込'|trans }}</span>\r\n
\r\n
<span>{{ Product.getPrice01Min|price }}</span>\r\n
<span>{{ '本体価格'|trans }}</span>\r\n
{% endif %}\r\n
\t\t\t {% endif %}\r\n
</div>\r\n
{% endif %}\r\n
\r\n
{# 販売価格 #}\r\n
{% if not Product.hasProductClass %}\r\n
<div class="ec-productRole__price">\r\n
\t <div class="ec-price">\r\n
\t {% if Product.stock_find %}\r\n
\t <span class="ec-price__price">{{ Product.getPrice02IncTaxMin|price }}</span>\r\n
\t {% else %}\r\n
\t <span class="ec-price__price">----</span>\r\n
\t {% endif %}\r\n
\t <span class="ec-price__tax">{{ '税込'|trans }}</span>\r\n
\t </div>\r\n
</div>\r\n
{% endif %}\r\n
\r\n
<!-- 在庫表示 -->\r\n
<div>{{ '在庫情報'|trans }}</div>\r\n
<div class="ec-productRole__stock">\r\n
{% if Product.className1 is not null %}\r\n
<table summary="商品情報" class="table table-striped">\r\n
<thead>\r\n
<tr>\r\n
<th>{{ Product.className1 }}</th>\r\n
{% if form.classcategory_id2 is defined %}<th>{{ Product.className2 }}</th>{% endif %}\r\n
<th>{{ '在庫数'|trans }}</th>\r\n
<th>{{ '税込価格(本体価格)'|trans }}</th>\r\n
</tr>\r\n
</thead>\r\n
<tbody>\r\n
{% for key, classCategories1 in Product.classCategories1 %}\r\n
{% if form.classcategory_id2 is defined %}\r\n
{% for classCategories2 in Product.classCategories2(key) %}\r\n
<tr>\r\n
<td>{{ classCategories1 }}</td>\r\n
<td>{{ classCategories2 }}</td>\r\n
{% set stockIndex = loop.parent.loop.index0 * 2 + loop.index0 %}\r\n
{% set productClass = Product.productClasses[stockIndex] %}\r\n
{% if productClass.isStockUnlimited() %}\r\n
<td>{{ '20以上'|trans }}</td>\r\n
<td>{{ Product.price02IncTaxs[stockIndex]|price }}({{ Product.price02[stockIndex]|price }})</td>\r\n
{% elseif Product.stocks[stockIndex] == 0 %}\r\n
<td>{{ '売り切れ'|trans }}</td>\r\n
<td>{{ '----'|trans }}</td>\r\n
{% else %}\r\n
<td>{{ Product.stocks[stockIndex] }}</td>\r\n
<td>{{ Product.price02IncTaxs[stockIndex]|price }}({{ Product.price02[stockIndex]|price }})</td>\r\n
{% endif %}\r\n
</tr>\r\n
{% endfor %}\r\n
{% else %}\r\n
<tr>\r\n
<td>{{ classCategories1 }}</td>\r\n
{% set productClass = Product.productClasses[loop.index0] %}\r\n
{% if productClass.isStockUnlimited() %}\r\n
<td>{{ '20以上'|trans }}</td>\r\n
<td>{{ Product.price02IncTaxs[loop.index0]|price }}({{ Product.price02[loop.index0]|price }})</td>\r\n
{% elseif Product.stocks[loop.index0] == 0 %}\r\n
<td>{{ '売り切れ'|trans }}</td>\r\n
<td>{{ '----'|trans }}</td>\r\n
{% else %}\r\n
<td>{{ Product.stocks[loop.index0] }}</td>\r\n
<td>{{ Product.price02IncTaxs[loop.index0]|price }}({{ Product.price02[loop.index0]|price }})</td>\r\n
{% endif %}\r\n
</tr>\r\n
{% endif %}\r\n
{% endfor %}\r\n
</tbody>\r\n
</table>\r\n
{% else %}\r\n
在庫数: \r\n
{% set productClass = Product.productClasses[0] %}\r\n
{% if productClass.isStockUnlimited() %}\r\n
<span>{{ '無制限'|trans }}</span>\r\n
{% else %}\r\n
<span>{{ Product.stock_min }}</span>\r\n
{% endif %}\r\n
{% endif %}\r\n
</div>\r\n
\r\n
\r\n
{# 商品番号 #}\r\n
<div class="ec-productRole__number">\r\n
商品番号: <span>{{ Product.id }}</span>\r\n
</div>\r\n
\r\n
{# 商品コード #}\r\n
{% if Product.code_min is not empty %}\r\n
<div class="ec-productRole__code">\r\n
{{ '商品コード'|trans }}: <span class="product-code-default">{{ Product.code_min }}{% if Product.code_min != Product.code_max %} ~ {{ Product.code_max }}{% endif %}</span>\r\n
</div>\r\n
{% endif %}\r\n
\r\n
\r\n
\r\n
\r\n
{# 関連カテゴリ #}\r\n
{% if Product.ProductCategories is not empty %}\r\n
<div class="ec-productRole__category">\r\n
<div>{{ '関連カテゴリ'|trans }}</div>\r\n
{% for ProductCategory in Product.ProductCategories %}\r\n
[<a href="{{ url('product_list') }}?category_id={{ ProductCategory.Category.id }}">{{ ProductCategory.Category.name }}</a>]\r\n
{% endfor %}\r\n
</div>\r\n
{% endif %}\r\n
\r\n
\r\n
<form action="{{ url('product_add_cart', {id:Product.id}) }}" method="post" id="form1" name="form1">\r\n
{% if Product.stock_find %}\r\n
<div class="ec-productRole__actions">\r\n
{% if form.classcategory_id1 is defined %}\r\n
<div class="ec-select">\r\n
{{ form_row(form.classcategory_id1) }}\r\n
{{ form_errors(form.classcategory_id1) }}\r\n
</div>\r\n
{% if form.classcategory_id2 is defined %}\r\n
<div class="ec-select">\r\n
{{ form_row(form.classcategory_id2) }}\r\n
{{ form_errors(form.classcategory_id2) }}\r\n
</div>\r\n
{% endif %}\r\n
{% endif %}\r\n
<div class="ec-numberInput"><span>{{ '数量'|trans }}</span>\r\n
{{ form_widget(form.quantity) }}\r\n
{{ form_errors(form.quantity) }}\r\n
</div>\r\n
</div>\r\n
<div class="ec-productRole__btn">\r\n
<button type="submit" class="ec-blockBtn--action add-cart">\r\n
{{ 'カートに入れる'|trans }}\r\n
</button>\r\n
</div>\r\n
{% else %}\r\n
<div class="ec-productRole__btn">\r\n
<button type="button" class="ec-blockBtn--action" disabled="disabled">\r\n
{{ '売り切れ'|trans }}\r\n
</button>\r\n
</div>\r\n
{% endif %}\r\n
\r\n
{{ form_rest(form) }}\r\n
</form>\r\n
<div class="ec-modal">\r\n
<div class="ec-modal-overlay">\r\n
<div class="ec-modal-wrap">\r\n
<span class="ec-modal-close"><span class="ec-icon"><img src="{{ asset('assets/icon/cross-dark.svg') }}" alt=""/></span></span>\r\n
<div id="ec-modal-header" class="text-center">{{ 'カートに追加しました。'|trans }}</div>\r\n
<div class="ec-modal-box">\r\n
<div class="ec-role">\r\n
<span class="ec-inlineBtn--cancel">{{ 'お買い物を続ける'|trans }}</span>\r\n
<a href="{{ url('cart') }}" class="ec-inlineBtn--action">{{ 'カートへ進む'|trans }}</a>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
{% if BaseInfo.option_favorite_product %}\r\n
<form action="{{ url('product_add_favorite', {id:Product.id}) }}" method="post">\r\n
<div class="ec-productRole__btn">\r\n
{% if is_favorite == false %}\r\n
<button type="submit" id="favorite" class="ec-blockBtn--cancel">\r\n
{{ 'お気に入りに追加'|trans }}\r\n
</button>\r\n
{% else %}\r\n
<button type="submit" id="favorite" class="ec-blockBtn--cancel"\r\n
disabled="disabled">{{ 'お気に入りに追加済'|trans }}\r\n
</button>\r\n
{% endif %}\r\n
</div>\r\n
</form>\r\n
{% endif %}\r\n
\r\n
<!-- キャッチフレーズの表示 -->\r\n
{% if Product.freearea %}\r\n
<div class="product-catchphrase">\r\n
<h1>{{ include(template_from_string(Product.freearea), sandboxed = true) }}</h1>\r\n
</div>\r\n
{% endif %}\r\n
\r\n
<h2>商品情報</h2>\r\n
<div class="ec-productRole__description">{{ Product.description_detail|raw|nl2br }}\r\n
</div>\r\n
\r\n
\t\t\t\t {# 商品説明(一覧) #}\r\n
<div class="product-description">\r\n
<h2>商品説明</h2>\r\n
<p>{{ Product.description_list|raw|nl2br }}</p>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
\r\n
<!-- 関連商品の表示 -->\r\n
<div id="RelatedProduct-product_area" class="ec-shelfRole">\r\n
\t<div>{{ '関連商品'|trans }}</div>\r\n
<ul class="ec-shelfGrid">\r\n
{% for RelatedProduct in relatedProducts %}\r\n
{% set ChildProduct = RelatedProduct %}\r\n
<li class="ec-shelfGrid__item">\r\n
<a href="{{ path('product_detail', {id : ChildProduct.id}) }}">\r\n
<p class="ec-shelfGrid__item-image">\r\n
<img src="{{ asset(ChildProduct.ProductImage|first.file_name|no_image_product, 'save_image') }}" alt="{{ ChildProduct.name }}">\r\n
</p>\r\n
<p>{{ ChildProduct.name }}</p>\r\n
</a>\r\n
</li>\r\n
{% endfor %}\r\n
</ul>\r\n
</div>\r\n
{# レビュー表示セクション #}\r\n
{% if ProductReviews is defined and ProductReviews|length > 0 %}\r\n
<div class="ec-productReviews">\r\n
<h2 class="ec-heading-title">\r\n
商品レビュー \r\n
<span class="ec-productReviews__count" id="review-count">(全{{ reviewCount|default(0) }}件中 <span id="displayed-count">{{ ProductReviews|length }}</span>件表示)</span>\r\n
</h2>\r\n
\r\n
<div class="ec-productReviews__average">\r\n
<span class="ec-productReviews__averageScore">{{ averageScore|default(0)|number_format(1) }}</span>\r\n
<div class="ec-productReviews__stars">\r\n
{% for i in 1..5 %}\r\n
{% if i <= (averageScore|default(0)) %}\r\n
<i class="fas fa-star"></i>\r\n
{% elseif i-1 < (averageScore|default(0)) and i > (averageScore|default(0)) %}\r\n
<i class="fas fa-star-half-alt"></i>\r\n
{% else %}\r\n
<i class="far fa-star"></i>\r\n
{% endif %}\r\n
{% endfor %}\r\n
</div>\r\n
<span>({{ reviewCount|default(0) }}件)</span>\r\n
</div>\r\n
\r\n
<div class="ec-productReviews__list" id="review-list">\r\n
{% if ProductReviews is defined %}\r\n
{% include 'Product/review_items.twig' with {'ProductReviews': ProductReviews} %}\r\n
{% endif %}\r\n
</div>\r\n
\r\n
<div class="ec-productReviews__more">\r\n
{% if ProductReviews is defined and ProductReviews|length < (reviewCount|default(0)) %}\r\n
<button id="load-more-reviews" class="ec-inlineBtn" data-offset="{{ ProductReviews|length }}" data-product-id="{{ Product.id }}">もっと見る</button>\r\n
{% endif %}\r\n
</div>\r\n
\r\n
{# レビューを書くボタンを追加 #}\r\n
<div class="ec-productReviews__write">\r\n
<a href="{{ url('product_review_index', {'id': Product.id }) }}" class="ec-inlineBtn ec-inlineBtn--action">レビューを書く</a>\r\n
</div>\r\n
</div>\r\n
{% else %}\r\n
{# レビューがない場合でもレビュー投稿を促す #}\r\n
<div class="ec-productReviews">\r\n
<h2 class="ec-heading-title">\r\n
お客様からのレビュー\r\n
</h2>\r\n
\r\n
<div class="ec-productReviews__empty">\r\n
<p>まだレビューはありません。ぜひ最初のレビューを投稿してください。</p>\r\n
</div>\r\n
\r\n
{# レビューを書くボタンを追加 #}\r\n
<div class="ec-productReviews__write">\r\n
<a href="{{ url('product_review_index', {'id': Product.id }) }}" class="ec-inlineBtn ec-inlineBtn--action">レビューを書く</a>\r\n
</div>\r\n
</div>\r\n
{% endif %}\r\n
</div>\r\n
{% endblock %}
"""
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/app/template/default/Product/detail.twig:598 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› <td>{{ Product.stocks[loop.index0] }}</td>\r
› <td>{{ Product.price02IncTaxs[loop.index0]|price }}({{ Product.price02[loop.index0]|price }})</td>\r
› {% endif %}\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/twig/a0/a0921b5c9a578ae1e5be56e495039740.php:1119 {
__TwigTemplate_05f6b197cbc71c0f7e2d5a56a242f9d0->block_main($context, array $blocks = []) …
› echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 598, $this->source); })()), "price02IncTaxs", [], "any", false, false, true, 598), twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 598), [], "array", false, false, true, 598), 598, $this->source)), "html", null, true);
› echo "(";
› echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 598, $this->source); })()), "price02", [], "any", false, false, true, 598), twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, true, 598), [], "array", false, false, true, 598), 598, $this->source)), "html", null, true);
arguments: {
$env: Twig\Environment {#709 …}
$source: Twig\Source {#5768 …}
$object: Eccube\Entity\Product {#2876 …}
$item: "price02IncTaxs"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: true
$lineno: 598
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
› try {\r
› $template->$block($context, $blocks);\r
› } catch (Error $e) {\r
arguments: {
$context: [ …25]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/twig/72/72f8684a8f039a8e92d49a294975f58d.php:396 {
__TwigTemplate_bde2f610cc2bb8428ead1755bd9745db->doDisplay(array $context, array $blocks = []) …
› echo " ";
› $this->displayBlock('main', $context, $blocks);
› // line 149
arguments: {
$name: "main"
$context: [ …19]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {\r
› $this->doDisplay($context, $blocks);\r
› } catch (Error $e) {\r
arguments: {
$context: [ …18]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {\r
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));\r
› }\r
arguments: {
$context: [ …14]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/twig/a0/a0921b5c9a578ae1e5be56e495039740.php:67 {
__TwigTemplate_05f6b197cbc71c0f7e2d5a56a242f9d0->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("default_frame.twig", "Product/detail.twig", 11);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …18]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {\r
› $this->doDisplay($context, $blocks);\r
› } catch (Error $e) {\r
arguments: {
$context: [ …18]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {\r
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));\r
› }\r
arguments: {
$context: [ …14]
$blocks: [ …3]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {\r
› $this->display($context);\r
› } catch (\Throwable $e) {\r
arguments: {
$context: [ …5]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/TemplateWrapper.php:38 {
Twig\TemplateWrapper->render(array $context = []): string …
› {\r
› return $this->template->render($context);\r
› }\r
arguments: {
$context: [ …5]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/twig/twig/src/Environment.php:280 {
Twig\Environment->render($name, array $context = []): string …
› {\r
› return $this->load($name)->render($context);\r
› }\r
arguments: {
$context: [ …5]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php:115 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener->onKernelView(KernelEvent $event) …
› } else {
› $event->setResponse(new Response($this->twig->render($template->getTemplate(), $parameters)));
› }
arguments: {
$name: "Product/detail.twig"
$context: [ …5]
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:186 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ViewEvent($this, $request, $type, $response, $event);
› $this->dispatcher->dispatch($event, KernelEvents::VIEW);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.975+09:00"
"message" => "Twig\Error\RuntimeError: Neither the property "price02IncTaxs" nor one of the methods "price02IncTaxs()", "getprice02IncTaxs()"/"isprice02IncTaxs()"/"hasprice02IncTaxs()" or "__call()" exist and have public access in class "Eccube\Entity\Product". (uncaught exception) at /home/xs360801/xs360801.xsrv.jp/public_html/app/template/default/Product/detail.twig line 598"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Twig\Error\RuntimeError {#5864}
]
"channel" => "app"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Eccube\EventListener\TransactionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Eccube\EventListener\LogListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.038+09:00"
"message" => "LOGIC END"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"product_detail"
]
"channel" => "app"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.059+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\LogListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\MaintenanceListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.061+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
6729 => [
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "block_search_product"
"route_parameters" => [
"_route" => "block_search_product"
"_controller" => "Eccube\Controller\Block\SearchProductController::index"
]
"request_uri" => "https://xs360801.xsrv.jp/block/search_product"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\IpAddrListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Plugin\AutoSnsPost\Event::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequestEarly"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\RestrictFileUploadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.951+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TwigInitializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TransactionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Plugin\AutoSnsPost\MainPlugin::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Plugin\AutoSnsPost\Event::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\ForwardOnlyListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\LogListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\RateLimiterListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Eccube\EventListener\TwoFactorAuthListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.952+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerWXzXnAI\RequestPayloadValueResolverGhost4df5a3e::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.953+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.953+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.953+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.956+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.956+09:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.956+09:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.view"
"listener" => "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.970+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.970+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.970+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\LogListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\MaintenanceListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.971+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
10484 => [
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\IpAddrListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Plugin\AutoSnsPost\Event::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequestEarly"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.976+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.977+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.977+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\RestrictFileUploadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.977+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.977+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TwigInitializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.977+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.977+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TransactionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.977+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Plugin\AutoSnsPost\MainPlugin::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.978+09:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#10565
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
› if ($reader) {\r
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:2904 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
› {\r
› return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:2888 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer::getSerializerService($container) …
› $b = ($container->services['translator'] ?? self::getTranslatorService($container));
› $c = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/getErrorControllerService.php:30 {
ContainerWXzXnAI\getErrorControllerService::do($container, $lazyLoad = true) …
›
› return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['serializer'] ?? self::getSerializerService($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/var/cache/dev/ContainerWXzXnAI/Eccube_KernelDevDebugContainer.php:707 {
ContainerWXzXnAI\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
› \r
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/dependency-injection/Container.php:229 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {\r
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);\r
› } elseif (isset($container->methodMap[$id])) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/dependency-injection/Container.php:211 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]\r
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));\r
› }\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› if (!str_contains($controller, '::')) {\r
› $controller = $this->instantiateController($controller);\r
› \r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {\r
› $callable = $this->createController($controller);\r
› } catch (\InvalidArgumentException $e) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:164 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
› try {\r
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);\r
› } catch (\Exception $e) {\r
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
...: {
"kernel.view"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#864 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …2]
$eventName: "kernel.view"
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ViewEvent {#4253 …}
$eventName: "kernel.view"
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/xs360801/xs360801.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
$type: 1
$catch: true
}
}
/home/xs360801/xs360801.xsrv.jp/public_html/index.php:94 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#7 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Plugin\AutoSnsPost\Event::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\ForwardOnlyListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\LogListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\RateLimiterListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.984+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.985+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Eccube\EventListener\TwoFactorAuthListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.985+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerWXzXnAI\RequestPayloadValueResolverGhost4df5a3e::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.985+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.985+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791849
"timestamp_rfc3339" => "2025-07-06T17:50:49.985+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.035+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\LogListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\MaintenanceListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.036+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751791850
"timestamp_rfc3339" => "2025-07-06T17:50:50.037+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
7 => 2
6729 => 0
10484 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#924 …}
} |