$handlerKey = key($this->handlers);
break;
}
next($this->handlers);
}
if (null === $handlerKey) {
return false;
}
if (!static::$timezone) {
static::$timezone = new \DateTimeZone(date_default_timezone_get() ?: 'UTC');
}
// php7.1+ always has microseconds enabled, so we do not need this hack
if ($this->microsecondTimestamps && PHP_VERSION_ID < 70100) {
$ts = \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)), static::$timezone);
} else {
$ts = new \DateTime(null, static::$timezone);
}
$ts->setTimezone(static::$timezone);
$record = array(
'message' => (string) $message,
'context' => $context,
'level' => $level,
'level_name' => $levelName,
'channel' => $this->name,
'datetime' => $ts,
'extra' => array(),
);
foreach ($this->processors as $processor) {
$record = call_user_func($processor, $record);
}
while ($handler = current($this->handlers)) {
if (true === $handler->handle($record)) {
break;
"DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
$handlerKey = key($this->handlers);
break;
}
next($this->handlers);
}
if (null === $handlerKey) {
return false;
}
if (!static::$timezone) {
static::$timezone = new \DateTimeZone(date_default_timezone_get() ?: 'UTC');
}
// php7.1+ always has microseconds enabled, so we do not need this hack
if ($this->microsecondTimestamps && PHP_VERSION_ID < 70100) {
$ts = \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)), static::$timezone);
} else {
$ts = new \DateTime(null, static::$timezone);
}
$ts->setTimezone(static::$timezone);
$record = array(
'message' => (string) $message,
'context' => $context,
'level' => $level,
'level_name' => $levelName,
'channel' => $this->name,
'datetime' => $ts,
'extra' => array(),
);
foreach ($this->processors as $processor) {
$record = call_user_func($processor, $record);
}
while ($handler = current($this->handlers)) {
if (true === $handler->handle($record)) {
break;
null
DateTimeZone {}
*
* @param string $message The log message
* @param array $context The log context
* @return Boolean Whether the record has been processed
*/
public function addError($message, array $context = array())
{
return $this->addRecord(static::ERROR, $message, $context);
}
/**
* Adds a log record at the CRITICAL level.
*
* @param string $message The log message
* @param array $context The log context
* @return Boolean Whether the record has been processed
*/
public function addCritical($message, array $context = array())
{
return $this->addRecord(static::CRITICAL, $message, $context);
}
/**
* Adds a log record at the ALERT level.
*
* @param string $message The log message
* @param array $context The log context
* @return Boolean Whether the record has been processed
*/
public function addAlert($message, array $context = array())
{
return $this->addRecord(static::ALERT, $message, $context);
}
/**
* Adds a log record at the EMERGENCY level.
*
* @param string $message The log message
* @param array $context The log context
* @return Boolean Whether the record has been processed
500
""" During inheritance of IteratorAggregate: Uncaught Whoops\Exception\ErrorException: Return type of RocketTheme\Toolbox\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php:248\n Stack trace:\n #0 /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php(11): Whoops\Run->handleError(8192, 'Return type of ...', '/home/venissie/...', 248)\n #1 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n #2 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n #3 /home/venissie/grav/system/src/Grav/Common/Session.php(13): Composer\Autoload\ClassLoader->loadClass('RocketTheme\\Too...')\n #4 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n #5 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n #6 /home/venissie/grav/system/src/Grav/Common/Grav.php(432): Composer\Autoload\ClassLoader->loadClass('Grav\\Common\\Ses...')\n #7 /home/venissie/grav/vendor/pimple/pimple/src/Pimple/Container.php(118): Grav\Common\Grav->Grav\Common\{closure}(Object(Grav\Common\Grav))\n #8 /home/venissie/grav/system/src/Grav/Common/Processors/InitializeProcessor.php(35): Pimple\Container->offsetGet('session')\n #9 /home/venissie/grav/system/src/Grav/Common/Grav.php(132): Grav\Common\Processors\InitializeProcessor->process()\n #10 /home/venissie/grav/system/src/Grav/Common/Grav.php(379): Grav\Common\Grav->Grav\Common\{closure}()\n #11 [internal function]: Grav\Common\Grav::Grav\Common\{closure}('init', 'Initialize', Object(Closure))\n #12 /home/venissie/grav/system/src/Grav/Common/Grav.php(355): call_user_func_array(Object(Closure), Array)\n #13 /home/venissie/grav/system/src/Grav/Common/Grav.php(131): Grav\Common\Grav->__call('measureTime', Array)\n #14 /home/venissie/grav/index.php(52): Grav\Common\Grav->process()\n #15 {main} - Trace: #0 /home/venissie/grav/vendor/filp/whoops/src/Whoops/Run.php(378): Whoops\Run->handleError(1, 'During inherita...', '/home/venissie/...', 11)\n #1 /home/venissie/grav/system/src/Grav/Common/Errors/SystemFacade.php(36): Whoops\Run->handleShutdown()\n #2 [internal function]: Grav\Common\Errors\SystemFacade->handleShutdown()\n #3 {main} """
[]
}
if (method_exists('Whoops\Util\Misc', 'isAjaxRequest')) { //Whoops 2.0
if (Whoops\Util\Misc::isAjaxRequest() || $jsonRequest) {
$whoops->pushHandler(new Whoops\Handler\JsonResponseHandler);
}
} elseif (function_exists('Whoops\isAjaxRequest')) { //Whoops 2.0.0-alpha
if (Whoops\isAjaxRequest() || $jsonRequest) {
$whoops->pushHandler(new Whoops\Handler\JsonResponseHandler);
}
} else { //Whoops 1.x
$json_page = new Whoops\Handler\JsonResponseHandler;
$json_page->onlyForAjaxRequests(true);
}
if (isset($config['log']) && $config['log']) {
$logger = $grav['log'];
$whoops->pushHandler(function($exception, $inspector, $run) use ($logger) {
try {
$logger->addCritical($exception->getMessage() . ' - Trace: ' . $exception->getTraceAsString());
} catch (\Exception $e) {
echo $e;
}
}, 'log');
}
$whoops->register();
}
}
""" During inheritance of IteratorAggregate: Uncaught Whoops\Exception\ErrorException: Return type of RocketTheme\Toolbox\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php:248\n Stack trace:\n #0 /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php(11): Whoops\Run->handleError(8192, 'Return type of ...', '/home/venissie/...', 248)\n #1 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n #2 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n #3 /home/venissie/grav/system/src/Grav/Common/Session.php(13): Composer\Autoload\ClassLoader->loadClass('RocketTheme\\Too...')\n #4 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n #5 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n #6 /home/venissie/grav/system/src/Grav/Common/Grav.php(432): Composer\Autoload\ClassLoader->loadClass('Grav\\Common\\Ses...')\n #7 /home/venissie/grav/vendor/pimple/pimple/src/Pimple/Container.php(118): Grav\Common\Grav->Grav\Common\{closure}(Object(Grav\Common\Grav))\n #8 /home/venissie/grav/system/src/Grav/Common/Processors/InitializeProcessor.php(35): Pimple\Container->offsetGet('session')\n #9 /home/venissie/grav/system/src/Grav/Common/Grav.php(132): Grav\Common\Processors\InitializeProcessor->process()\n #10 /home/venissie/grav/system/src/Grav/Common/Grav.php(379): Grav\Common\Grav->Grav\Common\{closure}()\n #11 [internal function]: Grav\Common\Grav::Grav\Common\{closure}('init', 'Initialize', Object(Closure))\n #12 /home/venissie/grav/system/src/Grav/Common/Grav.php(355): call_user_func_array(Object(Closure), Array)\n #13 /home/venissie/grav/system/src/Grav/Common/Grav.php(131): Grav\Common\Grav->__call('measureTime', Array)\n #14 /home/venissie/grav/index.php(52): Grav\Common\Grav->process()\n #15 {main} - Trace: #0 /home/venissie/grav/vendor/filp/whoops/src/Whoops/Run.php(378): Whoops\Run->handleError(1, 'During inherita...', '/home/venissie/...', 11)\n #1 /home/venissie/grav/system/src/Grav/Common/Errors/SystemFacade.php(36): Whoops\Run->handleShutdown()\n #2 [internal function]: Grav\Common\Errors\SystemFacade->handleShutdown()\n #3 {main} """
'Argument to ' . __METHOD__ . ' must be valid callable'
);
}
$this->callable = $callable;
}
/**
* @return int|null
*/
public function handle()
{
$exception = $this->getException();
$inspector = $this->getInspector();
$run = $this->getRun();
$callable = $this->callable;
// invoke the callable directly, to get simpler stacktraces (in comparison to call_user_func).
// this assumes that $callable is a properly typed php-callable, which we check in __construct().
return $callable($exception, $inspector, $run);
}
}
ErrorException {
#message: """
During inheritance of IteratorAggregate: Uncaught Whoops\Exception\ErrorException: Return type of RocketTheme\Toolbox\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php:248\n
Stack trace:\n
#0 /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php(11): Whoops\Run->handleError(8192, 'Return type of ...', '/home/venissie/...', 248)\n
#1 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n
#2 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n
#3 /home/venissie/grav/system/src/Grav/Common/Session.php(13): Composer\Autoload\ClassLoader->loadClass('RocketTheme\\Too...')\n
#4 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n
#5 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n
#6 /home/venissie/grav/system/src/Grav/Common/Grav.php(432): Composer\Autoload\ClassLoader->loadClass('Grav\\Common\\Ses...')\n
#7 /home/venissie/grav/vendor/pimple/pimple/src/Pimple/Container.php(118): Grav\Common\Grav->Grav\Common\{closure}(Object(Grav\Common\Grav))\n
#8 /home/venissie/grav/system/src/Grav/Common/Processors/InitializeProcessor.php(35): Pimple\Container->offsetGet('session')\n
#9 /home/venissie/grav/system/src/Grav/Common/Grav.php(132): Grav\Common\Processors\InitializeProcessor->process()\n
#10 /home/venissie/grav/system/src/Grav/Common/Grav.php(379): Grav\Common\Grav->Grav\Common\{closure}()\n
#11 [internal function]: Grav\Common\Grav::Grav\Common\{closure}('init', 'Initialize', Object(Closure))\n
#12 /home/venissie/grav/system/src/Grav/Common/Grav.php(355): call_user_func_array(Object(Closure), Array)\n
#13 /home/venissie/grav/system/src/Grav/Common/Grav.php(131): Grav\Common\Grav->__call('measureTime', Array)\n
#14 /home/venissie/grav/index.php(52): Grav\Common\Grav->process()\n
#15 {main}
"""
#code: 1
#file: "/home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php"
#line: 11
#severity: E_ERROR
}
Inspector {}
Run {}
// Capture output produced while handling the exception,
// we might want to send it straight away to the client,
// or return it silently.
$this->system->startOutputBuffering();
// Just in case there are no handlers:
$handlerResponse = null;
$handlerContentType = null;
foreach (array_reverse($this->handlerStack) as $handler) {
$handler->setRun($this);
$handler->setInspector($inspector);
$handler->setException($exception);
// The HandlerInterface does not require an Exception passed to handle()
// and neither of our bundled handlers use it.
// However, 3rd party handlers may have already relied on this parameter,
// and removing it would be possibly breaking for users.
$handlerResponse = $handler->handle($exception);
// Collect the content type for possible sending in the headers.
$handlerContentType = method_exists($handler, 'contentType') ? $handler->contentType() : null;
if (in_array($handlerResponse, [Handler::LAST_HANDLER, Handler::QUIT])) {
// The Handler has handled the exception in some way, and
// wishes to quit execution (Handler::QUIT), or skip any
// other handlers (Handler::LAST_HANDLER). If $this->allowQuit
// is false, Handler::QUIT behaves like Handler::LAST_HANDLER
break;
}
}
$willQuit = $handlerResponse == Handler::QUIT && $this->allowQuit();
$output = $this->system->cleanOutputBuffer();
// If we're allowed to, send output generated by handlers directly
// to the output, otherwise, and if the script doesn't quit, return
// it so that it may be used by the caller
ErrorException {
#message: """
During inheritance of IteratorAggregate: Uncaught Whoops\Exception\ErrorException: Return type of RocketTheme\Toolbox\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php:248\n
Stack trace:\n
#0 /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php(11): Whoops\Run->handleError(8192, 'Return type of ...', '/home/venissie/...', 248)\n
#1 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n
#2 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n
#3 /home/venissie/grav/system/src/Grav/Common/Session.php(13): Composer\Autoload\ClassLoader->loadClass('RocketTheme\\Too...')\n
#4 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n
#5 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n
#6 /home/venissie/grav/system/src/Grav/Common/Grav.php(432): Composer\Autoload\ClassLoader->loadClass('Grav\\Common\\Ses...')\n
#7 /home/venissie/grav/vendor/pimple/pimple/src/Pimple/Container.php(118): Grav\Common\Grav->Grav\Common\{closure}(Object(Grav\Common\Grav))\n
#8 /home/venissie/grav/system/src/Grav/Common/Processors/InitializeProcessor.php(35): Pimple\Container->offsetGet('session')\n
#9 /home/venissie/grav/system/src/Grav/Common/Grav.php(132): Grav\Common\Processors\InitializeProcessor->process()\n
#10 /home/venissie/grav/system/src/Grav/Common/Grav.php(379): Grav\Common\Grav->Grav\Common\{closure}()\n
#11 [internal function]: Grav\Common\Grav::Grav\Common\{closure}('init', 'Initialize', Object(Closure))\n
#12 /home/venissie/grav/system/src/Grav/Common/Grav.php(355): call_user_func_array(Object(Closure), Array)\n
#13 /home/venissie/grav/system/src/Grav/Common/Grav.php(131): Grav\Common\Grav->__call('measureTime', Array)\n
#14 /home/venissie/grav/index.php(52): Grav\Common\Grav->process()\n
#15 {main}
"""
#code: 1
#file: "/home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php"
#line: 11
#severity: E_ERROR
}
public function handleError($level, $message, $file = null, $line = null)
{
if ($level & $this->system->getErrorReportingLevel()) {
foreach ($this->silencedPatterns as $entry) {
$pathMatches = (bool) preg_match($entry["pattern"], $file);
$levelMatches = $level & $entry["levels"];
if ($pathMatches && $levelMatches) {
// Ignore the error, abort handling
// See https://github.com/filp/whoops/issues/418
return true;
}
}
// XXX we pass $level for the "code" param only for BC reasons.
// see https://github.com/filp/whoops/issues/267
$exception = new ErrorException($message, /*code*/ $level, /*severity*/ $level, $file, $line);
if ($this->canThrowExceptions) {
throw $exception;
} else {
$this->handleException($exception);
}
// Do not propagate errors which were already handled by Whoops.
return true;
}
// Propagate error to the next handler, allows error_get_last() to
// work on silenced errors.
return false;
}
/**
* Special case to deal with Fatal errors and the like.
*/
public function handleShutdown()
{
// If we reached this step, we are in shutdown handler.
// An exception thrown in a shutdown handler will not be propagated
// to the exception handler. Pass that information along.
$this->canThrowExceptions = false;
ErrorException {
#message: """
During inheritance of IteratorAggregate: Uncaught Whoops\Exception\ErrorException: Return type of RocketTheme\Toolbox\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php:248\n
Stack trace:\n
#0 /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php(11): Whoops\Run->handleError(8192, 'Return type of ...', '/home/venissie/...', 248)\n
#1 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n
#2 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n
#3 /home/venissie/grav/system/src/Grav/Common/Session.php(13): Composer\Autoload\ClassLoader->loadClass('RocketTheme\\Too...')\n
#4 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n
#5 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n
#6 /home/venissie/grav/system/src/Grav/Common/Grav.php(432): Composer\Autoload\ClassLoader->loadClass('Grav\\Common\\Ses...')\n
#7 /home/venissie/grav/vendor/pimple/pimple/src/Pimple/Container.php(118): Grav\Common\Grav->Grav\Common\{closure}(Object(Grav\Common\Grav))\n
#8 /home/venissie/grav/system/src/Grav/Common/Processors/InitializeProcessor.php(35): Pimple\Container->offsetGet('session')\n
#9 /home/venissie/grav/system/src/Grav/Common/Grav.php(132): Grav\Common\Processors\InitializeProcessor->process()\n
#10 /home/venissie/grav/system/src/Grav/Common/Grav.php(379): Grav\Common\Grav->Grav\Common\{closure}()\n
#11 [internal function]: Grav\Common\Grav::Grav\Common\{closure}('init', 'Initialize', Object(Closure))\n
#12 /home/venissie/grav/system/src/Grav/Common/Grav.php(355): call_user_func_array(Object(Closure), Array)\n
#13 /home/venissie/grav/system/src/Grav/Common/Grav.php(131): Grav\Common\Grav->__call('measureTime', Array)\n
#14 /home/venissie/grav/index.php(52): Grav\Common\Grav->process()\n
#15 {main}
"""
#code: 1
#file: "/home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php"
#line: 11
#severity: E_ERROR
}
// Propagate error to the next handler, allows error_get_last() to
// work on silenced errors.
return false;
}
/**
* Special case to deal with Fatal errors and the like.
*/
public function handleShutdown()
{
// If we reached this step, we are in shutdown handler.
// An exception thrown in a shutdown handler will not be propagated
// to the exception handler. Pass that information along.
$this->canThrowExceptions = false;
$error = $this->system->getLastError();
if ($error && Misc::isLevelFatal($error['type'])) {
// If there was a fatal error,
// it was not handled in handleError yet.
$this->handleError(
$error['type'],
$error['message'],
$error['file'],
$error['line']
);
}
}
/**
* In certain scenarios, like in shutdown handler, we can not throw exceptions
* @var bool
*/
private $canThrowExceptions = true;
/**
* Echo something to the browser
* @param string $output
* @return $this
*/
private function writeToOutputNow($output)
1
""" During inheritance of IteratorAggregate: Uncaught Whoops\Exception\ErrorException: Return type of RocketTheme\Toolbox\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php:248\n Stack trace:\n #0 /home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php(11): Whoops\Run->handleError(8192, 'Return type of ...', '/home/venissie/...', 248)\n #1 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n #2 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n #3 /home/venissie/grav/system/src/Grav/Common/Session.php(13): Composer\Autoload\ClassLoader->loadClass('RocketTheme\\Too...')\n #4 /home/venissie/grav/vendor/composer/ClassLoader.php(444): include('/home/venissie/...')\n #5 /home/venissie/grav/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/venissie/...')\n #6 /home/venissie/grav/system/src/Grav/Common/Grav.php(432): Composer\Autoload\ClassLoader->loadClass('Grav\\Common\\Ses...')\n #7 /home/venissie/grav/vendor/pimple/pimple/src/Pimple/Container.php(118): Grav\Common\Grav->Grav\Common\{closure}(Object(Grav\Common\Grav))\n #8 /home/venissie/grav/system/src/Grav/Common/Processors/InitializeProcessor.php(35): Pimple\Container->offsetGet('session')\n #9 /home/venissie/grav/system/src/Grav/Common/Grav.php(132): Grav\Common\Processors\InitializeProcessor->process()\n #10 /home/venissie/grav/system/src/Grav/Common/Grav.php(379): Grav\Common\Grav->Grav\Common\{closure}()\n #11 [internal function]: Grav\Common\Grav::Grav\Common\{closure}('init', 'Initialize', Object(Closure))\n #12 /home/venissie/grav/system/src/Grav/Common/Grav.php(355): call_user_func_array(Object(Closure), Array)\n #13 /home/venissie/grav/system/src/Grav/Common/Grav.php(131): Grav\Common\Grav->__call('measureTime', Array)\n #14 /home/venissie/grav/index.php(52): Grav\Common\Grav->process()\n #15 {main} """
"/home/venissie/grav/vendor/rockettheme/toolbox/Session/src/Session.php"
11
*
* @return void
*/
public function registerShutdownFunction(callable $function)
{
$this->whoopsShutdownHandler = $function;
register_shutdown_function([$this, 'handleShutdown']);
}
/**
* Special case to deal with Fatal errors and the like.
*/
public function handleShutdown()
{
$error = $this->getLastError();
// Ignore core warnings and errors.
if ($error && !($error['type'] & (E_CORE_WARNING | E_CORE_ERROR))) {
$handler = $this->whoopsShutdownHandler;
$handler();
}
}
}
| Key | Value |
| USER | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "venissie"
|
| SCRIPT_NAME | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/index.php"
|
| REQUEST_URI | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/sitemap.xml"
|
| QUERY_STRING | "" |
| REQUEST_METHOD | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "GET"
|
| SERVER_PROTOCOL | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "HTTP/1.1"
|
| GATEWAY_INTERFACE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "CGI/1.1"
|
| REDIRECT_URL | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/sitemap.xml"
|
| REMOTE_PORT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "62366"
|
| SCRIPT_FILENAME | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/home/venissie/grav/index.php"
|
| SERVER_ADMIN | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "postmaster@grav.venissieux.org"
|
| DOCUMENT_ROOT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/home/venissie/grav"
|
| REMOTE_ADDR | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "216.73.217.93"
|
| SERVER_PORT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "443"
|
| SERVER_ADDR | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "10.102.40.1"
|
| SERVER_NAME | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "grav.venissieux.org"
|
| SERVER_SOFTWARE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "Apache"
|
| SERVER_SIGNATURE | "" |
| HTTP_REMOTE_IP | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "216.73.217.93"
|
| HTTP_ACCEPT_ENCODING | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "gzip, br, zstd, deflate"
|
| HTTP_USER_AGENT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
| HTTP_ACCEPT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "*/*"
|
| HTTP_X_OVHREQUEST_ID | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "a81149c161622250e16235b81a48b9f5"
|
| HTTP_X_FORWARDED_PROTO | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "https"
|
| HTTP_X_FORWARDED_FOR | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "216.73.217.93"
|
| HTTP_X_PREDICTOR | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "1"
|
| HTTP_HOST | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "grav.venissieux.org"
|
| ENVIRONMENT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "production"
|
| CFG_CLUSTER | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "cluster102"
|
| HTTPS | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "on"
|
| SCRIPT_URI | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "https://grav.venissieux.org:443/sitemap.xml"
|
| SCRIPT_URL | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/sitemap.xml"
|
| GEOIP_LONGITUDE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "-119.070099"
|
| GEOIP_LATITUDE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "34.355598"
|
| GEOIP_AREA_CODE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "805"
|
| GEOIP_DMA_CODE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "803"
|
| GEOIP_CITY | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "Santa Paula"
|
| GEOIP_REGION | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "CA"
|
| GEOIP_COUNTRY_NAME | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "United States"
|
| GEOIP_COUNTRY_CODE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "US"
|
| UNIQUE_ID | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "afrgZhb88-Sx0FpifUxnkwAABCA"
|
| REDIRECT_STATUS | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "200"
|
| FCGI_ROLE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "RESPONDER"
|
| PHP_SELF | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/index.php"
|
| REQUEST_TIME_FLOAT | 1778049126.6712
|
| REQUEST_TIME | 1778049126
|
| argv | [] |
| argc | 0
|
| Key | Value |
| USER | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "venissie"
|
| SCRIPT_NAME | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/index.php"
|
| REQUEST_URI | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/sitemap.xml"
|
| QUERY_STRING | "" |
| REQUEST_METHOD | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "GET"
|
| SERVER_PROTOCOL | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "HTTP/1.1"
|
| GATEWAY_INTERFACE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "CGI/1.1"
|
| REDIRECT_URL | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/sitemap.xml"
|
| REMOTE_PORT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "62366"
|
| SCRIPT_FILENAME | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/home/venissie/grav/index.php"
|
| SERVER_ADMIN | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "postmaster@grav.venissieux.org"
|
| DOCUMENT_ROOT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/home/venissie/grav"
|
| REMOTE_ADDR | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "216.73.217.93"
|
| SERVER_PORT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "443"
|
| SERVER_ADDR | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "10.102.40.1"
|
| SERVER_NAME | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "grav.venissieux.org"
|
| SERVER_SOFTWARE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "Apache"
|
| SERVER_SIGNATURE | "" |
| HTTP_REMOTE_IP | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "216.73.217.93"
|
| HTTP_ACCEPT_ENCODING | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "gzip, br, zstd, deflate"
|
| HTTP_USER_AGENT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
| HTTP_ACCEPT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "*/*"
|
| HTTP_X_OVHREQUEST_ID | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "a81149c161622250e16235b81a48b9f5"
|
| HTTP_X_FORWARDED_PROTO | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "https"
|
| HTTP_X_FORWARDED_FOR | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "216.73.217.93"
|
| HTTP_X_PREDICTOR | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "1"
|
| HTTP_HOST | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "grav.venissieux.org"
|
| ENVIRONMENT | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "production"
|
| CFG_CLUSTER | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "cluster102"
|
| HTTPS | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "on"
|
| SCRIPT_URI | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "https://grav.venissieux.org:443/sitemap.xml"
|
| SCRIPT_URL | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/sitemap.xml"
|
| GEOIP_LONGITUDE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "-119.070099"
|
| GEOIP_LATITUDE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "34.355598"
|
| GEOIP_AREA_CODE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "805"
|
| GEOIP_DMA_CODE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "803"
|
| GEOIP_CITY | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "Santa Paula"
|
| GEOIP_REGION | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "CA"
|
| GEOIP_COUNTRY_NAME | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "United States"
|
| GEOIP_COUNTRY_CODE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "US"
|
| UNIQUE_ID | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "afrgZhb88-Sx0FpifUxnkwAABCA"
|
| REDIRECT_STATUS | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "200"
|
| FCGI_ROLE | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "RESPONDER"
|
| PHP_SELF | Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/venissie/grav/vendor/symfony/var-dumper/Dumper/HtmlDumper.php on line 432 "/index.php"
|
| REQUEST_TIME_FLOAT | 1778049126.6712
|
| REQUEST_TIME | 1778049126
|
| argv | [] |
| argc | 0
|