MENU リフォームメニュー

部屋・場所から探す

テーマから探す

  • バリアフリー化

    バリアフリー化
  • フルリノベーション

    フルリノベーション
  • RENOVATION リノベーション

    リノベーション事例一覧
    &U Natural Style Renovation

    パッケージプラン

    &U.(マンションリノベーション)

    どんな暮らし方も主語は、「あなた」。
    &U.「アンドユー」は、「空間の意匠性を高め、より自分らしい住まいにし、住み心地を向上する」ということを目的にしたリノベーションブランドです。

    THE REASON WHY USUI-HOME IS BEING SELECTED

    THE REASON WHY USUI-HOME IS BEING SELECTED

    ウスイホームが選ばれる理由

    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 19:23:23 request Matched route "page_reform_index".
    {
        "route": "page_reform_index",
        "route_parameters": {
            "_route": "page_reform_index",
            "_controller": "App\\Controller\\ReformController::index"
        },
        "request_uri": "http://staging.usui-home.co.jp/reform",
        "method": "GET"
    }
    DEBUG 19:23:23 security Checking for authenticator support.
    {
        "firewall_name": "main",
        "authenticators": 1
    }
    DEBUG 19:23:23 security Checking support on authenticator.
    {
        "firewall_name": "main",
        "authenticator": "Sword\\SwordBundle\\Security\\UserAuthenticator"
    }
    DEBUG 19:23:23 security Authenticator does not support the request.
    {
        "firewall_name": "main",
        "authenticator": "Sword\\SwordBundle\\Security\\UserAuthenticator"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "Sword\SwordBundle\EventListener\WordpressLoggedInStatusCheckEventSubscriber::checkWordpressLoggedInStatus".
    {
        "event": "kernel.request",
        "listener": "Sword\\SwordBundle\\EventListener\\WordpressLoggedInStatusCheckEventSubscriber::checkWordpressLoggedInStatus"
    }
    DEBUG 19:23:23 event Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
    }
    WARNING 19:23:26 app http://staging.usui-home.co.jp/reform
    WARNING 19:23:26 app http://staging.usui-home.co.jp/reform
    DEBUG 19:23:26 event Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
    {
        "event": "kernel.controller",
        "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
    }
    DEBUG 19:23:26 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
    {
        "event": "kernel.controller",
        "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
    }
    DEBUG 19:23:26 event Notified event "kernel.controller" to listener "App\EventSubscriber\TwigEventSubscriber::onKernelController".
    {
        "event": "kernel.controller",
        "listener": "App\\EventSubscriber\\TwigEventSubscriber::onKernelController"
    }
    DEBUG 19:23:26 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
    {
        "event": "kernel.controller",
        "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
    }
    DEBUG 19:23:26 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 19:23:26 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 19:23:26 event Notified event "kernel.controller_arguments" to listener "ContainerNR2fKu8\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
    {
        "event": "kernel.controller_arguments",
        "listener": "ContainerNR2fKu8\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
    }
    DEBUG 19:23:26 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 19:23:26 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 19:23:26 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 19:23:26 doctrine Executing statement: SELECT w0_.option_id AS option_id_0, w0_.option_name AS option_name_1, w0_.option_value AS option_value_2, w0_.autoload AS autoload_3 FROM wp_options w0_ WHERE w0_.option_name LIKE ? ORDER BY w0_.option_id ASC (parameters: {params}, types: {types})
    {
        "sql": "SELECT w0_.option_id AS option_id_0, w0_.option_name AS option_name_1, w0_.option_value AS option_value_2, w0_.autoload AS autoload_3 FROM wp_options w0_ WHERE w0_.option_name LIKE ? ORDER BY w0_.option_id ASC",
        "params": {
            "1": "options_reform_hero_media_list%"
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": "5730"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "5731"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "5733"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "5732"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "5734"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "5735"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "5738"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "5739"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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 = ? ORDER BY t0.post_date DESC LIMIT 3 (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 = ? ORDER BY t0.post_date DESC LIMIT 3",
        "params": {
            "1": "construction",
            "2": "publish"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": 4956
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": 4956
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": 46
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": 46
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": "4957"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": 1176
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": 1176
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": "3199"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": 4754
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": 4754
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": "4786"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 doctrine Executing statement: SELECT w0_.ID AS ID_0, w0_.post_author AS post_author_1, w0_.post_date AS post_date_2, w0_.post_date_gmt AS post_date_gmt_3, w0_.post_content AS post_content_4, w0_.post_title AS post_title_5, w0_.post_excerpt AS post_excerpt_6, w0_.post_status AS post_status_7, w0_.comment_status AS comment_status_8, w0_.ping_status AS ping_status_9, w0_.post_password AS post_password_10, w0_.post_name AS post_name_11, w0_.to_ping AS to_ping_12, w0_.pinged AS pinged_13, w0_.post_modified AS post_modified_14, w0_.post_modified_gmt AS post_modified_gmt_15, w0_.post_content_filtered AS post_content_filtered_16, w0_.post_parent AS post_parent_17, w0_.guid AS guid_18, w0_.menu_order AS menu_order_19, w0_.post_type AS post_type_20, w0_.post_mime_type AS post_mime_type_21, w0_.comment_count AS comment_count_22 FROM wp_posts w0_ LEFT JOIN wp_term_relationships w1_ ON w0_.ID = w1_.object_id INNER JOIN wp_term_taxonomy w2_ ON w1_.term_taxonomy_id = w2_.term_taxonomy_id INNER JOIN wp_terms w3_ ON w2_.term_id = w3_.term_id WHERE w0_.post_type = ? AND w0_.post_status = ? AND w2_.taxonomy = ? AND w2_.term_taxonomy_id IN (46) ORDER BY w0_.post_date DESC LIMIT 3 (parameters: {params}, types: {types})
    {
        "sql": "SELECT w0_.ID AS ID_0, w0_.post_author AS post_author_1, w0_.post_date AS post_date_2, w0_.post_date_gmt AS post_date_gmt_3, w0_.post_content AS post_content_4, w0_.post_title AS post_title_5, w0_.post_excerpt AS post_excerpt_6, w0_.post_status AS post_status_7, w0_.comment_status AS comment_status_8, w0_.ping_status AS ping_status_9, w0_.post_password AS post_password_10, w0_.post_name AS post_name_11, w0_.to_ping AS to_ping_12, w0_.pinged AS pinged_13, w0_.post_modified AS post_modified_14, w0_.post_modified_gmt AS post_modified_gmt_15, w0_.post_content_filtered AS post_content_filtered_16, w0_.post_parent AS post_parent_17, w0_.guid AS guid_18, w0_.menu_order AS menu_order_19, w0_.post_type AS post_type_20, w0_.post_mime_type AS post_mime_type_21, w0_.comment_count AS comment_count_22 FROM wp_posts w0_ LEFT JOIN wp_term_relationships w1_ ON w0_.ID = w1_.object_id INNER JOIN wp_term_taxonomy w2_ ON w1_.term_taxonomy_id = w2_.term_taxonomy_id INNER JOIN wp_terms w3_ ON w2_.term_id = w3_.term_id WHERE w0_.post_type = ? AND w0_.post_status = ? AND w2_.taxonomy = ? AND w2_.term_taxonomy_id IN (46) ORDER BY w0_.post_date DESC LIMIT 3",
        "params": {
            "1": "construction",
            "2": "publish",
            "3": "reform_category"
        },
        "types": {
            "1": 2,
            "2": 2,
            "3": 2
        }
    }
    DEBUG 19:23:26 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": "4957"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "3199"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "4786"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 doctrine Executing statement: SELECT w0_.option_id AS option_id_0, w0_.option_name AS option_name_1, w0_.option_value AS option_value_2, w0_.autoload AS autoload_3 FROM wp_options w0_ WHERE w0_.option_name LIKE ? ORDER BY w0_.option_id ASC (parameters: {params}, types: {types})
    {
        "sql": "SELECT w0_.option_id AS option_id_0, w0_.option_name AS option_name_1, w0_.option_value AS option_value_2, w0_.autoload AS autoload_3 FROM wp_options w0_ WHERE w0_.option_name LIKE ? ORDER BY w0_.option_id ASC",
        "params": {
            "1": "options_top_hero_media_list%"
        },
        "types": {
            "1": 2
        }
    }
    DEBUG 19:23:26 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": "1134"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "1878"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "1881"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "1882"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "1888"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "1890"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "1879"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "1880"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 doctrine Executing statement: SELECT p.id, p.post_type, p.post_name, p.post_title, p.post_status, p.post_excerpt, p.post_date, MAX(CASE WHEN pm_self.meta_key = '_thumbnail_id' THEN pm_self.meta_value END) AS `thumbnail_id`, category.term_id AS category_id, category.name AS category_name, category.slug AS category_slug FROM wp_posts p LEFT JOIN wp_postmeta pm_self ON p.id = pm_self.post_id INNER JOIN wp_term_relationships tr_0 ON p.id = tr_0.object_id INNER JOIN wp_term_taxonomy tt_0 ON tr_0.term_taxonomy_id = tt_0.term_taxonomy_id INNER JOIN wp_terms category ON tt_0.term_id = category.term_id WHERE (p.post_type = ?) AND (p.post_type = ?) AND (p.post_status = ?) AND (tt_0.taxonomy = ?) AND (category.term_id IN (?)) GROUP BY p.id, p.post_type, p.post_name, p.post_title, p.post_status, p.post_excerpt, p.post_date, category_id, category_name, category_slug ORDER BY post_date DESC LIMIT 10 (parameters: {params}, types: {types})
    {
        "sql": "SELECT p.id, p.post_type, p.post_name, p.post_title, p.post_status, p.post_excerpt, p.post_date, MAX(CASE WHEN pm_self.meta_key = '_thumbnail_id' THEN pm_self.meta_value END) AS `thumbnail_id`, category.term_id AS category_id, category.name AS category_name, category.slug AS category_slug FROM wp_posts p LEFT JOIN wp_postmeta pm_self ON p.id = pm_self.post_id INNER JOIN wp_term_relationships tr_0 ON p.id = tr_0.object_id INNER JOIN wp_term_taxonomy tt_0 ON tr_0.term_taxonomy_id = tt_0.term_taxonomy_id INNER JOIN wp_terms category ON tt_0.term_id = category.term_id WHERE (p.post_type = ?) AND (p.post_type = ?) AND (p.post_status = ?) AND (tt_0.taxonomy = ?) AND (category.term_id IN (?)) GROUP BY p.id, p.post_type, p.post_name, p.post_title, p.post_status, p.post_excerpt, p.post_date, category_id, category_name, category_slug ORDER BY post_date DESC LIMIT 10",
        "params": {
            "1": "column",
            "2": "column",
            "3": "publish",
            "4": "column_category",
            "5": 63
        },
        "types": {
            "1": 2,
            "2": 2,
            "3": 2,
            "4": 2,
            "5": 2
        }
    }
    DEBUG 19:23:26 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": "630"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    INFO 19:23:26 deprecation User Deprecated: Passing an array for the first argument to QueryBuilder::select() is deprecated, pass each value as an individual variadic argument instead. (QueryBuilder.php:670 called by TermRepository.php:49, https://github.com/doctrine/dbal/issues/3837, package doctrine/dbal)
    {
        "exception": {}
    }
    DEBUG 19:23:26 doctrine Executing statement: SELECT p.term_id, p.name, p.slug, tt.taxonomy, tt.term_taxonomy_id, tt.count FROM wp_terms p INNER JOIN wp_term_taxonomy tt ON p.term_id = tt.term_id INNER JOIN wp_term_relationships tr_0 ON tt.term_taxonomy_id = tr_0.term_taxonomy_id INNER JOIN wp_posts p_0 ON tr_0.object_id = p_0.id LEFT JOIN wp_postmeta pm_0 ON p_0.id = pm_0.post_id WHERE (p_0.id = ?) AND (taxonomy = ?) GROUP BY p.term_id, p.name, p.slug, p_0.id, tt.taxonomy (parameters: {params}, types: {types})
    {
        "sql": "SELECT p.term_id, p.name, p.slug, tt.taxonomy, tt.term_taxonomy_id, tt.count FROM wp_terms p INNER JOIN wp_term_taxonomy tt ON p.term_id = tt.term_id INNER JOIN wp_term_relationships tr_0 ON tt.term_taxonomy_id = tr_0.term_taxonomy_id INNER JOIN wp_posts p_0 ON tr_0.object_id = p_0.id LEFT JOIN wp_postmeta pm_0 ON p_0.id = pm_0.post_id WHERE (p_0.id = ?) AND (taxonomy = ?) GROUP BY p.term_id, p.name, p.slug, p_0.id, tt.taxonomy",
        "params": {
            "1": "635",
            "2": "column_tag"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "3557"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 doctrine Executing statement: SELECT p.term_id, p.name, p.slug, tt.taxonomy, tt.term_taxonomy_id, tt.count FROM wp_terms p INNER JOIN wp_term_taxonomy tt ON p.term_id = tt.term_id INNER JOIN wp_term_relationships tr_1 ON tt.term_taxonomy_id = tr_1.term_taxonomy_id INNER JOIN wp_posts p_1 ON tr_1.object_id = p_1.id LEFT JOIN wp_postmeta pm_1 ON p_1.id = pm_1.post_id WHERE (p_1.id = ?) AND (taxonomy = ?) GROUP BY p.term_id, p.name, p.slug, p_1.id, tt.taxonomy (parameters: {params}, types: {types})
    {
        "sql": "SELECT p.term_id, p.name, p.slug, tt.taxonomy, tt.term_taxonomy_id, tt.count FROM wp_terms p INNER JOIN wp_term_taxonomy tt ON p.term_id = tt.term_id INNER JOIN wp_term_relationships tr_1 ON tt.term_taxonomy_id = tr_1.term_taxonomy_id INNER JOIN wp_posts p_1 ON tr_1.object_id = p_1.id LEFT JOIN wp_postmeta pm_1 ON p_1.id = pm_1.post_id WHERE (p_1.id = ?) AND (taxonomy = ?) GROUP BY p.term_id, p.name, p.slug, p_1.id, tt.taxonomy",
        "params": {
            "1": "1369",
            "2": "column_tag"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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": "3577"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 doctrine Executing statement: SELECT p.term_id, p.name, p.slug, tt.taxonomy, tt.term_taxonomy_id, tt.count FROM wp_terms p INNER JOIN wp_term_taxonomy tt ON p.term_id = tt.term_id INNER JOIN wp_term_relationships tr_2 ON tt.term_taxonomy_id = tr_2.term_taxonomy_id INNER JOIN wp_posts p_2 ON tr_2.object_id = p_2.id LEFT JOIN wp_postmeta pm_2 ON p_2.id = pm_2.post_id WHERE (p_2.id = ?) AND (taxonomy = ?) GROUP BY p.term_id, p.name, p.slug, p_2.id, tt.taxonomy (parameters: {params}, types: {types})
    {
        "sql": "SELECT p.term_id, p.name, p.slug, tt.taxonomy, tt.term_taxonomy_id, tt.count FROM wp_terms p INNER JOIN wp_term_taxonomy tt ON p.term_id = tt.term_id INNER JOIN wp_term_relationships tr_2 ON tt.term_taxonomy_id = tr_2.term_taxonomy_id INNER JOIN wp_posts p_2 ON tr_2.object_id = p_2.id LEFT JOIN wp_postmeta pm_2 ON p_2.id = pm_2.post_id WHERE (p_2.id = ?) AND (taxonomy = ?) GROUP BY p.term_id, p.name, p.slug, p_2.id, tt.taxonomy",
        "params": {
            "1": "1456",
            "2": "column_tag"
        },
        "types": {
            "1": 2,
            "2": 2
        }
    }
    DEBUG 19:23:26 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 19:23:26 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
    {
        "event": "kernel.response",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
    }
    DEBUG 19:23:26 event Notified event "kernel.response" to listener "Sword\SwordBundle\EventListener\WordpressTerminateEventListener::onResponse".
    {
        "event": "kernel.response",
        "listener": "Sword\\SwordBundle\\EventListener\\WordpressTerminateEventListener::onResponse"
    }
    DEBUG 19:23:26 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 19:23:26 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 19:23:26 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 19:23:26 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 19:23:27 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 19:23:27 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 19:23:27 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 19:23:27 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 19:23:27 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 19:23:27 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 19:23:27 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 19:23:27 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 19:23:27 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 19:23:27 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
    {
        "event": "kernel.terminate",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
    }
    CRITICAL 19:23:27 php Uncaught Error: unlink(): Argument #1 ($filename) must not contain any null bytes
    {
        "exception": {}
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "Sword\SwordBundle\EventListener\WordpressLoggedInStatusCheckEventSubscriber::checkWordpressLoggedInStatus".
    {
        "event": "kernel.request",
        "listener": "Sword\\SwordBundle\\EventListener\\WordpressLoggedInStatusCheckEventSubscriber::checkWordpressLoggedInStatus"
    }
    DEBUG 19:23:27 event Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
    {
        "event": "kernel.request",
        "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
    }
    WARNING 19:23:27 app http://staging.usui-home.co.jp/reform
    WARNING 19:23:27 app http://staging.usui-home.co.jp/reform
    DEBUG 19:23:27 event Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
    {
        "event": "kernel.controller",
        "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
    }
    DEBUG 19:23:27 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
    {
        "event": "kernel.controller",
        "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
    }
    DEBUG 19:23:27 event Notified event "kernel.controller" to listener "App\EventSubscriber\TwigEventSubscriber::onKernelController".
    {
        "event": "kernel.controller",
        "listener": "App\\EventSubscriber\\TwigEventSubscriber::onKernelController"
    }
    DEBUG 19:23:27 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
    {
        "event": "kernel.controller",
        "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
    }
    DEBUG 19:23:27 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 19:23:27 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 19:23:27 event Notified event "kernel.controller_arguments" to listener "ContainerNR2fKu8\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
    {
        "event": "kernel.controller_arguments",
        "listener": "ContainerNR2fKu8\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
    }
    DEBUG 19:23:27 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 #