【洗面】ホワイトでインテリアを統一した収納充実のリフォーム

  • 0802_b3a5449
  • 0802_b3a5454
  • 0802_b3a5458
  • 0802_b3a5449
  • 0802_b3a5454
  • 0802_b3a5458
  • 工事期間2ヶ月

  • 工事費用35万円(単独工事をする場合の概算です)

  • 施工面積-

  • 間取り2LDK

  • 築年数-

  • 施工地横須賀市

3DKの間取りから2LDKにフルリノベーション

洗面室リフォーム:アクセントクロスで華やかな洗面空間が完成しました。

  • 0802_b3a5449
  • 0802_b3a5454
  • 0802_b3a5458
  • 0802_b3a5449
  • 0802_b3a5454
  • 0802_b3a5458
  • 洗面室【After】

    浴室側の壁面には黄色いアクセントクロスを貼り分けて一段と華やかな空間となりました。 洗濯機上部には棚と洗濯物を干すときにちょこっと掛けられるようなバーを取り付けました。

  • 洗面室【After】

    洗面台はシステムの化粧台とはせずに洗面ボウルと水栓を選んだ造作洗面台となっています。 洗面台の前にはエコカラットを貼り付けました。

  • 洗面室【After】

    洗面室の短辺へ洗濯機置き場と洗面台を移動しました。

条件を指定して施工例を見る

部屋・リフォーム箇所から探す

テーマから探す

Loading…
Loading the web debug toolbar…
Attempt #
unlink(): Argument #1 ($filename) must not contain any null bytes (500 Internal Server Error)

Symfony Exception

ValueError

HTTP 500 Internal Server Error

unlink(): Argument #1 ($filename) must not contain any null bytes

Exception

ValueError

  1.             if ($csvTime >= $minimalProfileTimestamp) {
  2.                 break;
  3.             }
  4.             @unlink($this->getFilename($csvToken));
  5.             $offset += \strlen($line);
  6.         }
  7.         fclose($handle);
  8.         file_put_contents($file.'.offset'$offset);
  1.             if ($csvTime >= $minimalProfileTimestamp) {
  2.                 break;
  3.             }
  4.             @unlink($this->getFilename($csvToken));
  5.             $offset += \strlen($line);
  6.         }
  7.         fclose($handle);
  8.         file_put_contents($file.'.offset'$offset);
  1.                 $profile->getStatusCode(),
  2.             ]);
  3.             fclose($file);
  4.             if (=== mt_rand(110)) {
  5.                 $this->removeExpiredProfiles();
  6.             }
  7.         }
  8.         return true;
  9.     }
  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' => $this->storage::class]);
  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.     }
  1.         $this->priority ??= $dispatcher->getListenerPriority($eventName$this->listener);
  2.         $e $this->stopwatch->start($this->name'event_listener');
  3.         try {
  4.             ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         } finally {
  6.             if ($e->isStarted()) {
  7.                 $e->stop();
  8.             }
  9.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * @return void
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 157)
  1.         if (false === $this->booted) {
  2.             return;
  3.         }
  4.         if ($this->getHttpKernel() instanceof TerminableInterface) {
  5.             $this->getHttpKernel()->terminate($request$response);
  6.         }
  7.     }
  8.     /**
  9.      * @return void
  1.     {
  2.         $response $this->kernel->handle($this->request);
  3.         $response->send();
  4.         if ($this->kernel instanceof TerminableInterface) {
  5.             $this->kernel->terminate($this->request$response);
  6.         }
  7.         return 0;
  8.     }
  9. }
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/site/staging.usui-home.co.jp/public_html/wp/vendor/autoload_runtime.php') in public/index.php (line 7)
  1. declare(strict_types=1);
  2. use App\Kernel;
  3. require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs 2

Level Channel Message
INFO 17:12:19 request Matched route "page_reform_construction_page".
{
    "route": "page_reform_construction_page",
    "route_parameters": {
        "_route": "page_reform_construction_page",
        "_controller": "App\\Controller\\ReformController::constructionShow",
        "name": "4130"
    },
    "request_uri": "http://staging.usui-home.co.jp/reform/construction/4130",
    "method": "GET"
}
DEBUG 17:12:19 security Checking for authenticator support.
{
    "firewall_name": "main",
    "authenticators": 1
}
DEBUG 17:12:19 security Checking support on authenticator.
{
    "firewall_name": "main",
    "authenticator": "Sword\\SwordBundle\\Security\\UserAuthenticator"
}
DEBUG 17:12:19 security Authenticator does not support the request.
{
    "firewall_name": "main",
    "authenticator": "Sword\\SwordBundle\\Security\\UserAuthenticator"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "Sword\SwordBundle\EventListener\WordpressLoggedInStatusCheckEventSubscriber::checkWordpressLoggedInStatus".
{
    "event": "kernel.request",
    "listener": "Sword\\SwordBundle\\EventListener\\WordpressLoggedInStatusCheckEventSubscriber::checkWordpressLoggedInStatus"
}
DEBUG 17:12:19 event Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
}
WARNING 17:12:19 app http://staging.usui-home.co.jp/reform/construction/4130
WARNING 17:12:20 app http://staging.usui-home.co.jp/reform/construction/4130
DEBUG 17:12:20 event Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
}
DEBUG 17:12:20 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 17:12:20 event Notified event "kernel.controller" to listener "App\EventSubscriber\TwigEventSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventSubscriber\\TwigEventSubscriber::onKernelController"
}
DEBUG 17:12:20 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 17:12:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 17:12:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 17:12:20 event Notified event "kernel.controller_arguments" to listener "ContainerNR2fKu8\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerNR2fKu8\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 17:12:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
INFO 17:12:20 deprecation User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sword\SwordBundle\EventListener\WordpressTablePrefixEventListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
{
    "exception": {}
}
INFO 17:12:20 doctrine Connecting with parameters {params}
{
    "params": {
        "url": null,
        "dbname": "staging_usui_home",
        "host": "usui-home.c7zexpbaxibr.ap-northeast-1.rds.amazonaws.com",
        "user": "wordpress",
        "password": "<redacted>",
        "charset": "utf8mb4",
        "driver": "mysqli",
        "port": null,
        "driverOptions": [],
        "serverVersion": "8.1.26",
        "defaultTableOptions": []
    }
}
DEBUG 17:12:20 doctrine Executing statement: SELECT t0.ID AS ID_1, t0.post_author AS post_author_2, t0.post_date AS post_date_3, t0.post_date_gmt AS post_date_gmt_4, t0.post_content AS post_content_5, t0.post_title AS post_title_6, t0.post_excerpt AS post_excerpt_7, t0.post_status AS post_status_8, t0.comment_status AS comment_status_9, t0.ping_status AS ping_status_10, t0.post_password AS post_password_11, t0.post_name AS post_name_12, t0.to_ping AS to_ping_13, t0.pinged AS pinged_14, t0.post_modified AS post_modified_15, t0.post_modified_gmt AS post_modified_gmt_16, t0.post_content_filtered AS post_content_filtered_17, t0.post_parent AS post_parent_18, t0.guid AS guid_19, t0.menu_order AS menu_order_20, t0.post_type AS post_type_21, t0.post_mime_type AS post_mime_type_22, t0.comment_count AS comment_count_23, t24.uid AS uid_25, t24.first_name AS first_name_26, t24.last_name AS last_name_27, t24.first_name_katakana AS first_name_katakana_28, t24.last_name_katakana AS last_name_katakana_29, t24.affiliation AS affiliation_30, t24.department AS department_31, t24.license AS license_32, t24.hobby AS hobby_33, t24.greeting AS greeting_34, t24.message AS message_35, t24.created_at AS created_at_36, t24.updated_at AS updated_at_37, t24.post_uid AS post_uid_38 FROM wp_posts t0 LEFT JOIN staff_attribute t24 ON t24.post_uid = t0.ID WHERE t0.post_type = ? AND t0.post_status = ? AND t0.post_name = ? LIMIT 1 (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.ID AS ID_1, t0.post_author AS post_author_2, t0.post_date AS post_date_3, t0.post_date_gmt AS post_date_gmt_4, t0.post_content AS post_content_5, t0.post_title AS post_title_6, t0.post_excerpt AS post_excerpt_7, t0.post_status AS post_status_8, t0.comment_status AS comment_status_9, t0.ping_status AS ping_status_10, t0.post_password AS post_password_11, t0.post_name AS post_name_12, t0.to_ping AS to_ping_13, t0.pinged AS pinged_14, t0.post_modified AS post_modified_15, t0.post_modified_gmt AS post_modified_gmt_16, t0.post_content_filtered AS post_content_filtered_17, t0.post_parent AS post_parent_18, t0.guid AS guid_19, t0.menu_order AS menu_order_20, t0.post_type AS post_type_21, t0.post_mime_type AS post_mime_type_22, t0.comment_count AS comment_count_23, t24.uid AS uid_25, t24.first_name AS first_name_26, t24.last_name AS last_name_27, t24.first_name_katakana AS first_name_katakana_28, t24.last_name_katakana AS last_name_katakana_29, t24.affiliation AS affiliation_30, t24.department AS department_31, t24.license AS license_32, t24.hobby AS hobby_33, t24.greeting AS greeting_34, t24.message AS message_35, t24.created_at AS created_at_36, t24.updated_at AS updated_at_37, t24.post_uid AS post_uid_38 FROM wp_posts t0 LEFT JOIN staff_attribute t24 ON t24.post_uid = t0.ID WHERE t0.post_type = ? AND t0.post_status = ? AND t0.post_name = ? LIMIT 1",
    "params": {
        "1": "construction",
        "2": "publish",
        "3": "4130"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2
    }
}
DEBUG 17:12:20 doctrine Executing statement: SELECT t0.meta_id AS meta_id_1, t0.meta_key AS meta_key_2, t0.meta_value AS meta_value_3, t0.post_id AS post_id_4 FROM wp_postmeta t0 WHERE t0.post_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.meta_id AS meta_id_1, t0.meta_key AS meta_key_2, t0.meta_value AS meta_value_3, t0.post_id AS post_id_4 FROM wp_postmeta t0 WHERE t0.post_id = ?",
    "params": {
        "1": 4130
    },
    "types": {
        "1": 2
    }
}
DEBUG 17:12:20 doctrine Executing statement: SELECT t0.term_order AS term_order_1, t0.object_id AS object_id_2, t0.term_taxonomy_id AS term_taxonomy_id_3 FROM wp_term_relationships t0 WHERE t0.object_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.term_order AS term_order_1, t0.object_id AS object_id_2, t0.term_taxonomy_id AS term_taxonomy_id_3 FROM wp_term_relationships t0 WHERE t0.object_id = ?",
    "params": {
        "1": 4130
    },
    "types": {
        "1": 2
    }
}
DEBUG 17:12:20 doctrine Executing statement: SELECT t0.term_taxonomy_id AS term_taxonomy_id_1, t0.taxonomy AS taxonomy_2, t0.description AS description_3, t0.count AS count_4, t0.term_id AS term_id_5, t0.parent AS parent_6 FROM wp_term_taxonomy t0 WHERE t0.term_taxonomy_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.term_taxonomy_id AS term_taxonomy_id_1, t0.taxonomy AS taxonomy_2, t0.description AS description_3, t0.count AS count_4, t0.term_id AS term_id_5, t0.parent AS parent_6 FROM wp_term_taxonomy t0 WHERE t0.term_taxonomy_id = ?",
    "params": {
        "1": 31
    },
    "types": {
        "1": 2
    }
}
DEBUG 17:12:20 doctrine Executing statement: SELECT t0.term_id AS term_id_1, t0.name AS name_2, t0.slug AS slug_3, t0.term_group AS term_group_4 FROM wp_terms t0 WHERE t0.term_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.term_id AS term_id_1, t0.name AS name_2, t0.slug AS slug_3, t0.term_group AS term_group_4 FROM wp_terms t0 WHERE t0.term_id = ?",
    "params": {
        "1": 31
    },
    "types": {
        "1": 2
    }
}
DEBUG 17:12:20 doctrine Executing statement: SELECT p.id, p.post_author, p.post_date, p.post_date_gmt, p.post_content, p.post_title, p.post_excerpt, p.post_status, p.comment_status, p.ping_status, p.post_password, p.post_name, p.to_ping, p.pinged, p.post_modified, p.post_modified_gmt, p.post_content_filtered, p.post_parent, p.guid, p.menu_order, p.post_type, p.post_mime_type, p.comment_count, MAX(CASE WHEN pm_self.meta_key = '_wp_attached_file' THEN pm_self.meta_value END) AS `attached_file`, MAX(CASE WHEN pm_self.meta_key = '_wp_attachment_metadata' THEN pm_self.meta_value END) AS `attachment_metadata` FROM wp_posts p LEFT JOIN wp_postmeta pm_self ON p.id = pm_self.post_id WHERE (p.post_type = ?) AND (p.id = ?) GROUP BY p.id, p.post_author, p.post_date, p.post_date_gmt, p.post_content, p.post_title, p.post_excerpt, p.post_status, p.comment_status, p.ping_status, p.post_password, p.post_name, p.to_ping, p.pinged, p.post_modified, p.post_modified_gmt, p.post_content_filtered, p.post_parent, p.guid, p.menu_order, p.post_type, p.post_mime_type, p.comment_count, p.id LIMIT 1 (parameters: {params}, types: {types})
{
    "sql": "SELECT p.id, p.post_author, p.post_date, p.post_date_gmt, p.post_content, p.post_title, p.post_excerpt, p.post_status, p.comment_status, p.ping_status, p.post_password, p.post_name, p.to_ping, p.pinged, p.post_modified, p.post_modified_gmt, p.post_content_filtered, p.post_parent, p.guid, p.menu_order, p.post_type, p.post_mime_type, p.comment_count, MAX(CASE WHEN pm_self.meta_key = '_wp_attached_file' THEN pm_self.meta_value END) AS `attached_file`, MAX(CASE WHEN pm_self.meta_key = '_wp_attachment_metadata' THEN pm_self.meta_value END) AS `attachment_metadata` FROM wp_posts p LEFT JOIN wp_postmeta pm_self ON p.id = pm_self.post_id WHERE (p.post_type = ?) AND (p.id = ?) GROUP BY p.id, p.post_author, p.post_date, p.post_date_gmt, p.post_content, p.post_title, p.post_excerpt, p.post_status, p.comment_status, p.ping_status, p.post_password, p.post_name, p.to_ping, p.pinged, p.post_modified, p.post_modified_gmt, p.post_content_filtered, p.post_parent, p.guid, p.menu_order, p.post_type, p.post_mime_type, p.comment_count, p.id LIMIT 1",
    "params": {
        "1": "attachment",
        "2": "4009"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 17:12:20 event Notified event "kernel.response" to listener "Sword\SwordBundle\EventListener\WordpressTerminateEventListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Sword\\SwordBundle\\EventListener\\WordpressTerminateEventListener::onResponse"
}
DEBUG 17:12:20 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 17:12:20 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 17:12:20 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 17:12:20 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
CRITICAL 17:12:20 request Uncaught PHP Exception ValueError: "unlink(): Argument #1 ($filename) must not contain any null bytes" at /home/site/staging.usui-home.co.jp/public_html/wp/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 332
{
    "exception": {}
}
DEBUG 17:12:20 php Warning: unlink(/home/site/staging.usui-home.co.jp/public_html/wp/var/cache/dev/profiler/ec/1f/891fec): No such file or directory
{
    "exception": {
        "severity": 2,
        "file": "/home/site/staging.usui-home.co.jp/public_html/wp/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php",
        "line": 332,
        "trace": [
            {
                "file": "/home/site/staging.usui-home.co.jp/public_html/wp/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php",
                "line": 182,
                "function": "removeExpiredProfiles",
                "class": "Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 17:12:20 php Warning: unlink(/home/site/staging.usui-home.co.jp/public_html/wp/var/cache/dev/profiler/a0/06/4806a0): No such file or directory
DEBUG 17:12:20 php Warning: unlink(/home/site/staging.usui-home.co.jp/public_html/wp/var/cache/dev/profiler/fc/a9/72a9fc): No such file or directory
DEBUG 17:12:20 php Warning: unlink(/home/site/staging.usui-home.co.jp/public_html/wp/var/cache/dev/profiler/58/b8/3bb858): No such file or directory
DEBUG 17:12:20 php Warning: unlink(/home/site/staging.usui-home.co.jp/public_html/wp/var/cache/dev/profiler/96/af/f2af96): No such file or directory
DEBUG 17:12:20 php Warning: unlink(/home/site/staging.usui-home.co.jp/public_html/wp/var/cache/dev/profiler/65/6e/346e65): No such file or directory
DEBUG 17:12:20 php Warning: unlink(/home/site/staging.usui-home.co.jp/public_html/wp/var/cache/dev/profiler/ff/13/0813ff): No such file or directory
DEBUG 17:12:20 php Warning: unlink(/home/site/staging.usui-home.co.jp/public_html/wp/var/cache/dev/profiler/6b/a6/fba66b): No such file or directory
DEBUG 17:12:20 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
CRITICAL 17:12:20 php Uncaught Error: unlink(): Argument #1 ($filename) must not contain any null bytes
{
    "exception": {}
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "Sword\SwordBundle\EventListener\WordpressLoggedInStatusCheckEventSubscriber::checkWordpressLoggedInStatus".
{
    "event": "kernel.request",
    "listener": "Sword\\SwordBundle\\EventListener\\WordpressLoggedInStatusCheckEventSubscriber::checkWordpressLoggedInStatus"
}
DEBUG 17:12:20 event Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
}
WARNING 17:12:20 app http://staging.usui-home.co.jp/reform/construction/4130
WARNING 17:12:21 app http://staging.usui-home.co.jp/reform/construction/4130
DEBUG 17:12:21 event Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
}
DEBUG 17:12:21 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 17:12:21 event Notified event "kernel.controller" to listener "App\EventSubscriber\TwigEventSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventSubscriber\\TwigEventSubscriber::onKernelController"
}
DEBUG 17:12:21 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 17:12:21 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 17:12:21 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 17:12:21 event Notified event "kernel.controller_arguments" to listener "ContainerNR2fKu8\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerNR2fKu8\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 17:12:21 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

ValueError
ValueError:
unlink(): Argument #1 ($filename) must not contain any null bytes

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:332
  at unlink()
     (vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:332)
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles()
     (vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:182)
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write()
     (vendor/symfony/http-kernel/Profiler/Profiler.php:104)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (vendor/symfony/http-kernel/Kernel.php:157)
  at Symfony\Component\HttpKernel\Kernel->terminate()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:39)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/site/staging.usui-home.co.jp/public_html/wp/vendor/autoload_runtime.php')
     (public/index.php:7)                
Loading…
Loading the web debug toolbar…
Attempt #