Deprecated: Constant E_STRICT is deprecated in /home/ccoste/codes/coste/www/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/ccoste/codes/coste/www/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

GET http://www.coste.codes/public/de/blog/posts/sunt-seculaes-transferre-talis-camerarius-fluctuies

Log Messages

Level (All)
Channel (4)
Time Message
silenced Warning: Zend OPcache API is restricted by "restrict_api" configuration directive
info Matched route
"blog_post"
.
debug Checking for authenticator support.
debug Checking support on authenticator.
debug Authenticator does not support the request.
debug Checking support on authenticator.
debug Authenticator does not support the request.
info Connecting with parameters
0 of 0
[â–¼ "use_savepoints" => true "driver" => "pdo_sqlite" "host" => "localhost" "port" => null "user" => "root" "password" => null "driverOptions" => [] "defaultTableOptions" => [] "path" => "/home/ccoste/codes/coste/www/data/database.sqlite" "charset" => "utf8" ]
debug Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1"
(parameters:
0 of 0
[â–¼ 1 => "sunt-seculaes-transferre-talis-camerarius-fluctuies" ]
, types:
0 of 0
[â–¼ 1 => 2 ]
)
debug Executing statement:
"SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ?"
(parameters:
0 of 0
[â–¼ 1 => 1 ]
, types:
0 of 0
[â–¼ 1 => 1 ]
)
debug Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC"
(parameters:
0 of 0
[â–¼ 1 => 26 ]
, types:
0 of 0
[â–¼ 1 => 1 ]
)
debug Executing statement:
"SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC"
(parameters:
0 of 0
[â–¼ 1 => 26 ]
, types:
0 of 0
[â–¼ 1 => 1 ]
)
debug Executing statement:
"SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ?"
(parameters:
0 of 0
[â–¼ 1 => 3 ]
, types:
0 of 0
[â–¼ 1 => 1 ]
)

Container Compilation Logs (0)

Log messages generated during the compilation of the service container.

There are no compiler log messages.

Notice: fwrite(): Write of 70 bytes failed with errno=122 Disk quota exceeded (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Notice: fwrite(): Write of 70 bytes failed with errno=122 Disk quota exceeded

ErrorException

Show exception properties
0 of 0
ErrorException {#2093 â–¼ #severity: E_NOTICE }
  1.      * Write to stream
  2.      * @param resource $stream
  3.      */
  4.     protected function streamWrite($streamLogRecord $record): void
  5.     {
  6.         fwrite($stream, (string) $record->formatted);
  7.     }
  8.     private function customErrorHandler(int $codestring $msg): bool
  9.     {
  10.         $this->errorMessage preg_replace('{^(fopen|mkdir)\(.*?\): }'''$msg);
  1.         if ($this->useLocking) {
  2.             // ignoring errors here, there's not much we can do about them
  3.             flock($streamLOCK_EX);
  4.         }
  5.         $this->streamWrite($stream$record);
  6.         if ($this->useLocking) {
  7.             flock($streamLOCK_UN);
  8.         }
  9.     }
  1.             $record $this->processRecord($record);
  2.         }
  3.         $record->formatted $this->getFormatter()->format($record);
  4.         $this->write($record);
  5.         return false === $this->bubble;
  6.     }
  7.     /**
  1.                 }
  2.                 // once the record is initialized, send it to all handlers as long as the bubbling chain is not interrupted
  3.                 try {
  4.                     $handled true;
  5.                     if (true === $handler->handle(clone $record)) {
  6.                         break;
  7.                     }
  8.                 } catch (Throwable $e) {
  9.                     $this->handleException($e$record);
  1.      * @param string|Stringable $message The log message
  2.      * @param mixed[]           $context The log context
  3.      */
  4.     public function info(string|\Stringable $message, array $context = []): void
  5.     {
  6.         $this->addRecord(Level::Info, (string) $message$context);
  7.     }
  8.     /**
  9.      * Adds a log record at the NOTICE level.
  10.      *
  1.         $this->logger $logger;
  2.     }
  3.     public function __destruct()
  4.     {
  5.         $this->logger->info('Disconnecting');
  6.     }
  7.     public function prepare(string $sql): DriverStatement
  8.     {
  9.         return new Statement(
Connection->__destruct()