"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 | "army-haixinggame.com"
|
PATH_INFO | "" |
REDIRECT_STATUS | "200"
|
SERVER_NAME | "154.218.168.33"
|
SERVER_PORT | "443"
|
SERVER_ADDR | "154.218.175.54"
|
REMOTE_PORT | "57730"
|
REMOTE_ADDR | "216.73.216.189"
|
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.33"
|
DOCUMENT_URI | "/index.php"
|
REQUEST_URI | "/tag:%E8%8B%8F%E5%A1%94%EF%BC%9A%E5%AF%B9%E9%98%B5%E5%9B%BD%E8%B6%B3%E6%98%AF%E4%B8%80%E5%9C%BA%E8%89%B0%E9%9A%BE%E7%9A%84%E6%AF%94%E8%B5%9B%EF%BC%8C%E6%88%91%E4%B8%8D%E8%AE%A4%E4%B8%BA%E6%88%91%E4%BB%AC%E6%98%AF%E4%B8%80%E6%94%AF%E5%BC%BA%E9%98%9F"
|
SCRIPT_NAME | "/index.php"
|
CONTENT_LENGTH | "" |
CONTENT_TYPE | "" |
REQUEST_METHOD | "GET"
|
QUERY_STRING | "" |
SCRIPT_FILENAME | "/www/wwwroot/154.218.168.33/index.php"
|
FCGI_ROLE | "RESPONDER"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1752219427.3307
|
REQUEST_TIME | 1752219427
|