Exceptions
Exception
ErrorException
in
src/Eccube/Controller/ProductController.php
(line 258)
$builder = $this->formFactory->createNamedBuilder('',AddCartType::class,null,['product' => $ProductsAndClassCategories[$Product->getId()],'allow_extra_fields' => true,]);$addCartForm = $builder->getForm();
in
vendor/symfony/http-kernel/HttpKernel.php
->
index
(line 163)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 75)
{$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 202)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
}}}$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 07:25:54 | php |
User Deprecated: Since symfony/monolog-bridge 5.4: "Symfony\Bridge\Monolog\Handler\SwiftMailerHandler" is deprecated and will be removed in 6.0. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: The SwiftMailerHandler is deprecated since Monolog 2.6. Use SymfonyMailerHandler instead. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Transport_EsmtpHandler::getMailParams()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_AuthHandler" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Transport_EsmtpHandler::getRcptParams()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_AuthHandler" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_CramMd5Authenticator" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_LoginAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_PlainAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_NTLMAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Transport::ping()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_AbstractSmtpTransport" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_OutputByteStream::setReadPointer()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_StreamBuffer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: The "base_template_class" option on Twig\Environment is deprecated since Twig 2.7.0. {
"exception": {}
}
|
| DEBUG 07:25:54 | front | Client IP: 216.73.216.139 |
| DEBUG 07:25:54 | app | INIT |
| INFO 07:25:54 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "d5fbaa"
},
"request_uri": "https://blackcherry69.com/_profiler/d5fbaa",
"method": "GET"
}
|
| DEBUG 07:25:54 | app |
PROCESS START [
"_profiler"
]
|
| INFO 07:25:54 | doctrine |
Connecting with parameters {params} {
"params": {
"driver": "pdo_mysql",
"charset": "utf8mb4",
"host": "localhost",
"port": 3306,
"user": "root",
"password": "<redacted>",
"driverOptions": [],
"serverVersion": "8.0.36",
"defaultTableOptions": {
"charset": "utf8mb4",
"collation": "utf8mb4_bin"
},
"dbname": "blackcherry"
}
}
|
| DEBUG 07:25:54 | doctrine |
Executing query: SET SESSION time_zone = '+00:00' {
"sql": "SET SESSION time_zone = '+00:00'"
}
|
| DEBUG 07:25:54 | doctrine |
Executing statement: 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.addr03 AS addr03_7, t0.phone_number AS phone_number_8, t0.business_hour AS business_hour_9, t0.email01 AS email01_10, t0.email02 AS email02_11, t0.email03 AS email03_12, t0.email04 AS email04_13, t0.shop_name AS shop_name_14, t0.shop_kana AS shop_kana_15, t0.shop_name_eng AS shop_name_eng_16, t0.update_date AS update_date_17, t0.good_traded AS good_traded_18, t0.message AS message_19, t0.delivery_free_amount AS delivery_free_amount_20, t0.delivery_free_quantity AS delivery_free_quantity_21, t0.option_mypage_order_status_display AS option_mypage_order_status_display_22, t0.option_nostock_hidden AS option_nostock_hidden_23, t0.option_favorite_product AS option_favorite_product_24, t0.option_product_delivery_fee AS option_product_delivery_fee_25, t0.invoice_registration_number AS invoice_registration_number_26, t0.option_product_tax_rule AS option_product_tax_rule_27, t0.option_customer_activate AS option_customer_activate_28, t0.option_remember_me AS option_remember_me_29, t0.option_mail_notifier AS option_mail_notifier_30, t0.authentication_key AS authentication_key_31, t0.php_path AS php_path_32, t0.option_point AS option_point_33, t0.basic_point_rate AS basic_point_rate_34, t0.point_conversion_rate AS point_conversion_rate_35, t0.site_kit_site_id AS site_kit_site_id_36, t0.site_kit_site_secret AS site_kit_site_secret_37, t0.country_id AS country_id_38, t0.pref_id AS pref_id_39, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo') (parameters: {params}, types: {types}) {
"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.addr03 AS addr03_7, t0.phone_number AS phone_number_8, t0.business_hour AS business_hour_9, t0.email01 AS email01_10, t0.email02 AS email02_11, t0.email03 AS email03_12, t0.email04 AS email04_13, t0.shop_name AS shop_name_14, t0.shop_kana AS shop_kana_15, t0.shop_name_eng AS shop_name_eng_16, t0.update_date AS update_date_17, t0.good_traded AS good_traded_18, t0.message AS message_19, t0.delivery_free_amount AS delivery_free_amount_20, t0.delivery_free_quantity AS delivery_free_quantity_21, t0.option_mypage_order_status_display AS option_mypage_order_status_display_22, t0.option_nostock_hidden AS option_nostock_hidden_23, t0.option_favorite_product AS option_favorite_product_24, t0.option_product_delivery_fee AS option_product_delivery_fee_25, t0.invoice_registration_number AS invoice_registration_number_26, t0.option_product_tax_rule AS option_product_tax_rule_27, t0.option_customer_activate AS option_customer_activate_28, t0.option_remember_me AS option_remember_me_29, t0.option_mail_notifier AS option_mail_notifier_30, t0.authentication_key AS authentication_key_31, t0.php_path AS php_path_32, t0.option_point AS option_point_33, t0.basic_point_rate AS basic_point_rate_34, t0.point_conversion_rate AS point_conversion_rate_35, t0.site_kit_site_id AS site_kit_site_id_36, t0.site_kit_site_secret AS site_kit_site_secret_37, t0.country_id AS country_id_38, t0.pref_id AS pref_id_39, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 07:25:54 | doctrine |
Executing statement: 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') (parameters: {params}, types: {types}) {
"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": "_profiler"
},
"types": {
"1": 2
}
}
|
| INFO 07:25:54 | front | fallback to PC layout |
| DEBUG 07:25:54 | doctrine |
Executing statement: SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED {
"sql": "SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED"
}
|
| DEBUG 07:25:54 | doctrine | Beginning transaction |
| DEBUG 07:25:54 | front | Begin Transaction. |
| DEBUG 07:25:54 | app |
LOGIC START [
"_profiler"
]
|
| INFO 07:25:54 | php |
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface" class is deprecated, use "Symfony\Component\PasswordHasher\PasswordHasherInterface" instead. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Mime_ContentEncoder::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Swift_Mime_ContentEncoder_QpContentEncoderProxy" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_Encoder::encodeString()" might add "string" as a native return type declaration in the future. Do the same in implementation "Swift_Mime_ContentEncoder_QpContentEncoderProxy" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 07:25:54 | php |
User Deprecated: Method "Swift_InputByteStream::write()" might add "int" as a native return type declaration in the future. Do the same in implementation "Swift_KeyCache_SimpleKeyCacheInputStream" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| DEBUG 07:25:54 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_no AS sort_no_3, t0.create_date AS create_date_4, t0.update_date AS update_date_5, t0.slug AS slug_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.noindex_flg AS noindex_flg_9 FROM plg_maker t0 ORDER BY t0.name ASC {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_no AS sort_no_3, t0.create_date AS create_date_4, t0.update_date AS update_date_5, t0.slug AS slug_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.noindex_flg AS noindex_flg_9 FROM plg_maker t0 ORDER BY t0.name ASC"
}
|
Stack Trace
|
ErrorException
|
|---|
ErrorException:
Warning: Undefined array key 59909
at src/Eccube/Controller/ProductController.php:258
at Eccube\Controller\ProductController->index()
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle()
(index.php/:83)
|