"session_write_close(): Write failed: No space left on device (28)"
if ($this->debugbar) {
$this->debugbar['exceptions']->addThrowable($e);
}
if ($this->clockwork) {
$exceptions = $this->clockwork->userData('Exceptions');
$exceptions->data(['message' => $e->getMessage()]);
$this->clockwork->alert($e->getMessage(), ['exception' => $e]);
}
}
return $this;
}
public function setErrorHandler()
{
$this->errorHandler = set_error_handler([$this, 'deprecatedErrorHandler']);
}
public function deprecatedErrorHandler($errno, $errstr, $errfile, $errline)
{
if ($errno !== E_USER_DEPRECATED && $errno !== E_DEPRECATED) {
if ($this->errorHandler) {
return call_user_func($this->errorHandler, $errno, $errstr, $errfile, $errline);
}
return true;
}
if (!$this->enabled) {
return true;
}
$scope = 'unknown';
if (stripos($errstr, 'grav') !== false) {
$scope = 'grav';
} elseif (strpos($errfile, '/twig/') !== false) {
$scope = 'twig';
if (str_contains($errstr, '#[\ReturnTypeWillChange]') || str_contains($errstr, 'Passing null to parameter')) {
return true;
}
} elseif (stripos($errfile, '/yaml/') !== false) {
$scope = 'yaml';
} elseif (strpos($errfile, '/vendor/') !== false) {
$scope = 'vendor';
}
$backtrace = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT);
Key | Value |
messages | Grav\Framework\Session\Messages {#86} |
Key | Value |
USER | "www"
|
HOME | "/home/www"
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_ACCEPT | "*/*"
|
HTTP_HOST | "dev-ng28games.com"
|
PATH_INFO | "" |
REDIRECT_STATUS | "200"
|
SERVER_NAME | "154.218.168.35"
|
SERVER_PORT | "443"
|
SERVER_ADDR | "154.218.170.53"
|
REMOTE_PORT | "32217"
|
REMOTE_ADDR | "216.73.216.216"
|
SERVER_SOFTWARE | "nginx/1.22.1"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
HTTPS | "on"
|
REQUEST_SCHEME | "https"
|
SERVER_PROTOCOL | "HTTP/2.0"
|
DOCUMENT_ROOT | "/www/wwwroot/154.218.168.35"
|
DOCUMENT_URI | "/index.php"
|
REQUEST_URI | "/racingcar/tag:%E9%98%BF%E6%96%AF%EF%BC%9A%E7%9A%87%E9%A9%AC%E6%AD%A3%E5%AF%86%E5%88%87%E5%85%B3%E6%B3%A8%E9%98%BF%E4%BB%80%E6%8B%89%E5%A4%AB%E7%9A%84%E5%8A%A8%E6%80%81%EF%BC%8C%E4%BD%86%E5%90%8E%E8%80%85%E5%AF%B9%E5%B7%B4%E9%BB%8E%E5%8D%81%E5%88%86%E6%BB%A1%E6%84%8F"
|
SCRIPT_NAME | "/index.php"
|
CONTENT_LENGTH | "" |
CONTENT_TYPE | "" |
REQUEST_METHOD | "GET"
|
QUERY_STRING | "" |
SCRIPT_FILENAME | "/www/wwwroot/154.218.168.35/index.php"
|
FCGI_ROLE | "RESPONDER"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1752224536.2034
|
REQUEST_TIME | 1752224536
|