"session_write_close(): Write failed: Disk quota exceeded (122)"
*/
public function setErrorHandler()
{
$this->errorHandler = set_error_handler(
[$this, 'deprecatedErrorHandler']
);
}
/**
* @param int $errno
* @param string $errstr
* @param string $errfile
* @param int $errline
* @return bool
*/
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;
}
// Figure out error scope from the error.
$scope = 'unknown';
if (stripos($errstr, 'grav') !== false) {
$scope = 'grav';
} elseif (strpos($errfile, '/twig/') !== false) {
$scope = 'twig';
// TODO: remove when upgrading to Twig 2+
if (str_contains($errstr, '#[\ReturnTypeWillChange]') || str_contains($errstr, 'Passing null to parameter')) {
return true;
}
} elseif (stripos($errfile, '/yaml/') !== false) {
2
"session_write_close(): Write failed: Disk quota exceeded (122)"
"Unknown"
0
2
"session_write_close(): Write failed: Disk quota exceeded (122)"
"Unknown"
0
Key | Value |
redirect_after_login | "/sermon/the-pentateuch-series-vi-part-2"
|
user | Grav\Common\User\User {#3720} |
messages | Grav\Framework\Session\Messages {#89} |
Key | Value |
CONTEXT_DOCUMENT_ROOT | "/home/gbcoborg/steadfastinthefaith.org"
|
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/home/gbcoborg/steadfastinthefaith.org"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
HTTP_ACCEPT | "*/*"
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate"
|
HTTP_CACHE_CONTROL | "max-age=259200"
|
HTTP_CONNECTION | "keep-alive"
|
HTTP_HOST | "steadfastinthefaith.org"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_VIA | "1.1 squid-proxy-5b5d847c96-4swr9 (squid/6.13)"
|
HTTP_X_FORWARDED_FOR | "10.1.130.105"
|
PATH | "/bin:/usr/bin"
|
PHP_INI_SCAN_DIR | "/opt/cpanel/ea-php82/root/etc:/opt/cpanel/ea-php82/root/etc/php.d:."
|
QUERY_STRING | "" |
REDIRECT_SCRIPT_URI | "http://steadfastinthefaith.org/sermon/the-pentateuch-series-vi-part-2"
|
REDIRECT_SCRIPT_URL | "/sermon/the-pentateuch-series-vi-part-2"
|
REDIRECT_STATUS | "200"
|
REDIRECT_UNIQUE_ID | "aPl0_wfM6PqOKNUj3PjUAwAAABA"
|
REDIRECT_URL | "/sermon/the-pentateuch-series-vi-part-2"
|
REMOTE_ADDR | "216.73.216.141"
|
REMOTE_PORT | "10237"
|
REQUEST_METHOD | "GET"
|
REQUEST_SCHEME | "http"
|
REQUEST_URI | "/sermon/the-pentateuch-series-vi-part-2"
|
SCRIPT_FILENAME | "/home/gbcoborg/steadfastinthefaith.org/index.php"
|
SCRIPT_NAME | "/index.php"
|
SCRIPT_URI | "http://steadfastinthefaith.org/sermon/the-pentateuch-series-vi-part-2"
|
SCRIPT_URL | "/sermon/the-pentateuch-series-vi-part-2"
|
SERVER_ADDR | "142.214.191.140"
|
SERVER_ADMIN | "webmaster@steadfastinthefaith.org.gbcob.org"
|
SERVER_NAME | "steadfastinthefaith.org"
|
SERVER_PORT | "80"
|
SERVER_PROTOCOL | "HTTP/1.1"
|
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache"
|
TZ | "America/New_York"
|
UNIQUE_ID | "aPl0_wfM6PqOKNUj3PjUAwAAABA"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1761178879.696
|
REQUEST_TIME | 1761178879
|
argv | [] |
argc | 0
|