https://blackcherry69.com/products/list?keyword=%E7%86%9F%E5%A5%B3&pageno=5

Exceptions

Warning: Undefined array key 58923

Exception

ErrorException

  1.             $builder $this->formFactory->createNamedBuilder(
  2.                 '',
  3.                 AddCartType::class,
  4.                 null,
  5.                 [
  6.                     'product' => $ProductsAndClassCategories[$Product->getId()],
  7.                     'allow_extra_fields' => true,
  8.                 ]
  9.             );
  10.             $addCartForm $builder->getForm();
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle() in index.php/ (line 83)
  1.         }
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs

Level Channel Message
INFO 07:16:19 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:16:19 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:16:19 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:16:19 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:16:19 php User Deprecated: The SwiftMailerHandler is deprecated since Monolog 2.6. Use SymfonyMailerHandler instead.
{
    "exception": {}
}
INFO 07:16:19 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:16:19 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:16:19 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:16:19 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:16:19 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:16:19 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:16:19 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:16:19 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:16:19 php User Deprecated: The "base_template_class" option on Twig\Environment is deprecated since Twig 2.7.0.
{
    "exception": {}
}
DEBUG 07:16:19 front Client IP: 216.73.216.139
DEBUG 07:16:19 app INIT
INFO 07:16:19 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "8963f7"
    },
    "request_uri": "https://blackcherry69.com/_profiler/8963f7",
    "method": "GET"
}
DEBUG 07:16:19 app PROCESS START
[
    "_profiler"
]
INFO 07:16:19 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:16:19 doctrine Executing query: SET SESSION time_zone = '+00:00'
{
    "sql": "SET SESSION time_zone = '+00:00'"
}
DEBUG 07:16:19 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:16:19 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:16:19 front fallback to PC layout
DEBUG 07:16:19 doctrine Executing statement: SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED
{
    "sql": "SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED"
}
DEBUG 07:16:19 doctrine Beginning transaction
DEBUG 07:16:19 front Begin Transaction.
DEBUG 07:16:19 app LOGIC START
[
    "_profiler"
]
INFO 07:16:19 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:16:19 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:16:19 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:16:19 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:16:19 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:16:19 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:16:19 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:16:19 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 58923

  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)