0
¥0

現在カート内に商品はございません。

三菱ふそう CANTER取扱説明書(中古)

¥1,000 税込
メーカー 三菱ふそう
名称 CANTER
商品評価 C (中古品 - 使用感あり)
発送方法 宅急便(ヤマト運輸)
保管場所 宮城県仙台市
商品コード LP02-2793
数量
カートに追加しました。
カートへ進む
三菱ふそう CANTER取扱説明書
発行年月2003年6月
MH998416A

車両の仕様により本書の内容と一致しない場合がございます。
中古品の為、傷・汚れがあります。
ご理解いただける方のみお願い致します。

カテゴリ一覧

ページトップへ

Whoops, looks like something went wrong.

(1/1) ContextErrorException

Warning: file_put_contents(): Only 671744 of 1625803 bytes written, possibly out of free disk space

in FileProfilerStorage.php line 166
at FileProfilerStorage->write(object(Profile))in Profiler.php line 105
at Profiler->saveProfile(object(Profile))in ProfilerListener.php line 113
at ProfilerListener->onKernelTerminate(object(PostResponseEvent), 'kernel.terminate', object(TraceableEventDispatcher))in WrappedListener.php line 115
at WrappedListener->__invoke(object(PostResponseEvent), 'kernel.terminate', object(TraceableEventDispatcher))in EventDispatcher.php line 214
at EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.terminate', object(PostResponseEvent))in EventDispatcher.php line 44
at EventDispatcher->dispatch('kernel.terminate', object(PostResponseEvent))in TraceableEventDispatcher.php line 143
at TraceableEventDispatcher->dispatch('kernel.terminate', object(PostResponseEvent))in HttpKernel.php line 88
at HttpKernel->terminate(object(Request), object(Response))in Kernel.php line 165
at Kernel->terminate(object(Request), object(Response))in index.php line 78
Warning: file_put_contents(): Only 671744 of 1625803 bytes written, possibly out of free disk space (500 Internal Server Error)

Symfony Exception

ContextErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(): Only 671744 of 1625803 bytes written, possibly out of free disk space

Exception

Symfony\Component\Debug\Exception\ ContextErrorException

  1.             'url' => $profile->getUrl(),
  2.             'time' => $profile->getTime(),
  3.             'status_code' => $profile->getStatusCode(),
  4.         ];
  5.         if (false === file_put_contents($fileserialize($data))) {
  6.             return false;
  7.         }
  8.         if (!$profileIndexed) {
  9.             // Add to index
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
ProfilerListener->onKernelTerminate(object(PostResponseEvent), 'kernel.terminate', object(TraceableEventDispatcher)) in /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php (line 115)
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         \call_user_func($this->listener$event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
WrappedListener->__invoke(object(PostResponseEvent), 'kernel.terminate', object(TraceableEventDispatcher)) in /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/event-dispatcher/EventDispatcher.php (line 214)
  1.     {
  2.         foreach ($listeners as $listener) {
  3.             if ($event->isPropagationStopped()) {
  4.                 break;
  5.             }
  6.             \call_user_func($listener$event$eventName$this);
  7.         }
  8.     }
  9.     /**
  10.      * Sorts the internal list of listeners for the given event by priority.
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.terminate', object(PostResponseEvent)) in /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/event-dispatcher/EventDispatcher.php (line 44)
  1.         if (null === $event) {
  2.             $event = new Event();
  3.         }
  4.         if ($listeners $this->getListeners($eventName)) {
  5.             $this->doDispatch($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
EventDispatcher->dispatch('kernel.terminate', object(PostResponseEvent)) in /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php (line 143)
  1.         try {
  2.             $this->preDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($eventName$event);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
TraceableEventDispatcher->dispatch('kernel.terminate', object(PostResponseEvent)) in /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/HttpKernel.php (line 88)
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this$request$response));
  7.     }
  8.     /**
  9.      * @internal
  10.      */
HttpKernel->terminate(object(Request), object(Response)) in /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/Kernel.php (line 165)
  1.         if (false === $this->booted) {
  2.             return;
  3.         }
  4.         if ($this->getHttpKernel() instanceof TerminableInterface) {
  5.             $this->getHttpKernel()->terminate($request$response);
  6.         }
  7.     }
  8.     /**
  9.      * {@inheritdoc}
Kernel->terminate(object(Request), object(Response)) in /home/homepage/www/zealgp/zealgp/stg.5carto.com/index.php (line 78)
  1. }
  2. $kernel = new Kernel($env$debug);
  3. $response $kernel->handle($request);
  4. $response->send();
  5. $kernel->terminate($request$response);

Logs 3

Level Channel Message
INFO 19:08:40 php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
INFO 19:08:40 php User Deprecated: The type "datetime" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Eccube\Doctrine\DBAL\Types\UTCDateTimeType::requiresSQLCommentHint()."
INFO 19:08:40 php User Deprecated: The type "datetimetz" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Eccube\Doctrine\DBAL\Types\UTCDateTimeTzType::requiresSQLCommentHint()."
INFO 19:08:40 front INIT
INFO 19:08:40 request Matched route "product_detail".
INFO 19:08:40 security Populated the TokenStorage with an anonymous Token.
INFO 19:08:40 front PROCESS START
DEBUG 19:08:40 doctrine SET SESSION time_zone = '+00:00'
DEBUG 19:08:40 doctrine 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.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')
DEBUG 19:08:40 doctrine SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED
DEBUG 19:08:40 doctrine "START TRANSACTION"
DEBUG 19:08:40 front Begin Transaction.
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\IpAddrListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\LogListener::onKernelRequestEarly".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\LogListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\TwigInitializeListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\TransactionListener::onKernelRequest".
INFO 19:08:40 front LOGIC START
INFO 19:08:40 php User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity.
INFO 19:08:40 php User Deprecated: The repository_method option of @ParamConverter is deprecated and will be removed in 6.0. Use the expr option or @Entity.
DEBUG 19:08:40 doctrine 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, d2_.id AS id_22, d2_.backend_name AS backend_name_23, d2_.name AS name_24, d2_.sort_no AS sort_no_25, d2_.visible AS visible_26, d2_.create_date AS create_date_27, d2_.update_date AS update_date_28, d3_.id AS id_29, d3_.backend_name AS backend_name_30, d3_.name AS name_31, d3_.sort_no AS sort_no_32, d3_.visible AS visible_33, d3_.create_date AS create_date_34, d3_.update_date AS update_date_35, d4_.id AS id_36, d4_.file_name AS file_name_37, d4_.sort_no AS sort_no_38, d4_.create_date AS create_date_39, d5_.id AS id_40, d5_.create_date AS create_date_41, d0_.discriminator_type AS discriminator_type_42, d0_.creator_id AS creator_id_43, d0_.product_status_id AS product_status_id_44, d1_.discriminator_type AS discriminator_type_45, d1_.product_id AS product_id_46, d1_.sale_type_id AS sale_type_id_47, d1_.class_category_id1 AS class_category_id1_48, d1_.class_category_id2 AS class_category_id2_49, d1_.delivery_duration_id AS delivery_duration_id_50, d1_.creator_id AS creator_id_51, d2_.discriminator_type AS discriminator_type_52, d2_.class_name_id AS class_name_id_53, d2_.creator_id AS creator_id_54, d3_.discriminator_type AS discriminator_type_55, d3_.class_name_id AS class_name_id_56, d3_.creator_id AS creator_id_57, d4_.discriminator_type AS discriminator_type_58, d4_.product_id AS product_id_59, d4_.creator_id AS creator_id_60, d5_.discriminator_type AS discriminator_type_61, d5_.product_id AS product_id_62, d5_.tag_id AS tag_id_63, d5_.creator_id AS creator_id_64 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
DEBUG 19:08:40 doctrine SELECT t0.id AS id_1, t0.purchase_date AS purchase_date_2, t0.stock_type AS stock_type_3, t0.zeal_stock_status AS zeal_stock_status_4, t0.inflow AS inflow_5, t0.stock_yard AS stock_yard_6, t0.storage_location_details AS storage_location_details_7, t0.person_in_charge AS person_in_charge_8, t0.supplier AS supplier_9, t0.purchase_price AS purchase_price_10, t0.item_evaluation AS item_evaluation_11, t0.remarks AS remarks_12, t0.sold_price AS sold_price_13, t0.listing_cost AS listing_cost_14, t0.expenses AS expenses_15, t0.bid_cost AS bid_cost_16, t0.shipping_fee AS shipping_fee_17, t0.profit AS profit_18, t0.incentive AS incentive_19, t0.product_hash AS product_hash_20, t0.zaiko_id AS zaiko_id_21, t0.product_detail AS product_detail_22, t0.price_negotiation_flg AS price_negotiation_flg_23, t0.maker AS maker_24, t0.meisho AS meisho_25, t0.yahoo_id AS yahoo_id_26, t0.yahoo_start_price AS yahoo_start_price_27, t0.yahoo_status AS yahoo_status_28, t0.crm_id AS crm_id_29, t0.product_id AS product_id_30, t0.branch_id AS branch_id_31 FROM plg_zeal_product_extension t0 WHERE t0.product_id = ?
DEBUG 19:08:40 doctrine SELECT t0.id AS id_1, t0.explanation AS explanation_2, t0.sort_no AS sort_no_3, t0.product_id AS product_id_4 FROM plg_zeal_product_pick_up t0 WHERE t0.product_id = ?
DEBUG 19:08:40 doctrine 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')
DEBUG 19:08:40 doctrine 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')
DEBUG 19:08:40 doctrine 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
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Eccube\EventListener\ForwardOnlyListener::onController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Eccube\EventListener\LogListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
DEBUG 19:08:40 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
DEBUG 19:08:40 doctrine SELECT t0.product_id AS product_id_1, t0.category_id AS category_id_2, t0.product_id AS product_id_3, t0.category_id AS category_id_4, t0.discriminator_type FROM dtb_product_category t0 WHERE t0.product_id = ? AND t0.discriminator_type IN ('productcategory')
DEBUG 19:08:40 doctrine SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.hierarchy AS hierarchy_3, t0.sort_no AS sort_no_4, t0.create_date AS create_date_5, t0.update_date AS update_date_6, t0.parent_category_id AS parent_category_id_7, t0.creator_id AS creator_id_8, t0.discriminator_type FROM dtb_category t0 WHERE t0.id = ? AND t0.discriminator_type IN ('category')
DEBUG 19:08:40 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.insert_button_flg AS insert_button_flg_3 FROM plg_product_contact4_config t0 WHERE t0.id = ?
DEBUG 19:08:40 event Notified event "Product/detail.twig" to listener "Plugin\ProductContact4\Event::onRenderProductDetail".
INFO 19:08:40 request Matched route "block_search_product".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\IpAddrListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\LogListener::onKernelRequestEarly".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\LogListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\TwigInitializeListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\TransactionListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Eccube\EventListener\ForwardOnlyListener::onController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Eccube\EventListener\LogListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
DEBUG 19:08:40 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
WARNING 19:08:40 translation Translation not found.
DEBUG 19:08:40 event Notified event "kernel.view" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView".
DEBUG 19:08:40 event Listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView" stopped propagation of the event "kernel.view".
DEBUG 19:08:40 doctrine 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')
DEBUG 19:08:40 event Notified event "kernel.response" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Eccube\EventListener\LogListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
DEBUG 19:08:40 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_no AS sort_no_3, t0.discriminator_type FROM mtb_sale_type t0 WHERE t0.id = ? AND t0.discriminator_type IN ('saletype')
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
INFO 19:08:40 request Matched route "block_search_product".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\IpAddrListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\LogListener::onKernelRequestEarly".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\LogListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\TwigInitializeListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\TransactionListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Eccube\EventListener\ForwardOnlyListener::onController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Eccube\EventListener\LogListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
DEBUG 19:08:40 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
WARNING 19:08:40 translation Translation not found.
DEBUG 19:08:40 event Notified event "kernel.view" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView".
DEBUG 19:08:40 event Listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView" stopped propagation of the event "kernel.view".
DEBUG 19:08:40 doctrine 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')
DEBUG 19:08:40 event Notified event "kernel.response" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Eccube\EventListener\LogListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
WARNING 19:08:40 translation Translation not found.
INFO 19:08:40 front LOGIC END
DEBUG 19:08:40 doctrine 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')
DEBUG 19:08:40 event Notified event "kernel.response" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Eccube\EventListener\LogListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
DEBUG 19:08:40 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
INFO 19:08:40 app PROCESS END
DEBUG 19:08:40 doctrine "COMMIT"
DEBUG 19:08:40 doctrine "START TRANSACTION"
DEBUG 19:08:40 app Commit executed.
DEBUG 19:08:40 event Notified event "kernel.terminate" to listener "Eccube\EventListener\LogListener::onKernelTerminate".
DEBUG 19:08:40 event Notified event "kernel.terminate" to listener "Eccube\EventListener\TransactionListener::onKernelTerminate".
DEBUG 19:08:40 event Notified event "kernel.terminate" to listener "SystemService_f79b835::disableMaintenanceEvent".
DEBUG 19:08:40 event Notified event "kernel.terminate" to listener "Eccube\Util\CacheUtil::forceClearCache".
DEBUG 19:08:40 event Notified event "kernel.terminate" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate".
DEBUG 19:08:40 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
CRITICAL 19:08:40 php Uncaught Warning: file_put_contents(): Only 671744 of 1625803 bytes written, possibly out of free disk space
DEBUG 19:08:40 doctrine "ROLLBACK"
DEBUG 19:08:40 doctrine "START TRANSACTION"
DEBUG 19:08:40 app Rollback executed.
ERROR 19:08:40 app Symfony\Component\Debug\Exception\ContextErrorException: Warning: file_put_contents(): Only 671744 of 1625803 bytes written, possibly out of free disk space (uncaught exception) at /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 166
CRITICAL 19:08:40 request Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(): Only 671744 of 1625803 bytes written, possibly out of free disk space" at /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 166
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\IpAddrListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\LogListener::onKernelRequestEarly".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\LogListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\TwigInitializeListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.request" to listener "Eccube\EventListener\TransactionListener::onKernelRequest".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Eccube\EventListener\ForwardOnlyListener::onController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Eccube\EventListener\LogListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
DEBUG 19:08:40 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
DEBUG 19:08:40 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".

Stack Trace

ContextErrorException

Symfony\Component\Debug\Exception\ContextErrorException:
Warning: file_put_contents(): Only 671744 of 1625803 bytes written, possibly out of free disk space

  at /home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:166
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/Profiler/Profiler.php:105)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:113)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(PostResponseEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(PostResponseEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/event-dispatcher/EventDispatcher.php:214)
  at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.terminate', object(PostResponseEvent))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/event-dispatcher/EventDispatcher.php:44)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.terminate', object(PostResponseEvent))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:143)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.terminate', object(PostResponseEvent))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/HttpKernel.php:88)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/vendor/symfony/http-kernel/Kernel.php:165)
  at Symfony\Component\HttpKernel\Kernel->terminate(object(Request), object(Response))
     (/home/homepage/www/zealgp/zealgp/stg.5carto.com/index.php:78)