"session_write_close(): write failed: No space left on device (28)"
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) { 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'; } elseif (stripos($errfile, '/yaml/') !== false) { $scope = 'yaml'; } elseif (strpos($errfile, '/vendor/') !== false) { $scope = 'vendor'; }
2
"session_write_close(): write failed: No space left on device (28)"
"Unknown"
0
2
"session_write_close(): write failed: No space left on device (28)"
"Unknown"
0
null
Key | Value |
redirect_after_login | null
|
user | User {#511} |
Key | Value |
TEMP | "/home/majalah/tmp"
|
TMPDIR | "/home/majalah/tmp"
|
TMP | "/home/majalah/tmp"
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
USER | "majalah"
|
HOME | "/home/majalah"
|
SCRIPT_NAME | "/index.php"
|
REQUEST_URI | "/sitemap.xml"
|
QUERY_STRING | "" |
REQUEST_METHOD | "GET"
|
SERVER_PROTOCOL | "HTTP/1.0"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
REDIRECT_URL | "/sitemap.xml"
|
REMOTE_PORT | "51876"
|
SCRIPT_FILENAME | "//home/majalah/web/campus-update.mercubuana.ac.id/public_html/index.php"
|
SERVER_ADMIN | "[email protected]"
|
CONTEXT_DOCUMENT_ROOT | "/home/majalah/web/campus-update.mercubuana.ac.id/public_html"
|
CONTEXT_PREFIX | "" |
REQUEST_SCHEME | "http"
|
DOCUMENT_ROOT | "/home/majalah/web/campus-update.mercubuana.ac.id/public_html"
|
REMOTE_ADDR | "10.1.1.111"
|
SERVER_PORT | "80"
|
SERVER_ADDR | "10.1.0.120"
|
SERVER_NAME | "campus-update.mercubuana.ac.id"
|
SERVER_SOFTWARE | "Apache/2.4.10 (Debian) mod_fcgid/2.3.9 OpenSSL/1.0.1t"
|
SERVER_SIGNATURE | "" |
HTTP_CF_VISITOR | "{"scheme":"https"}"
|
HTTP_CF_IPCOUNTRY | "US"
|
HTTP_CF_CONNECTING_IP | "216.73.216.181"
|
HTTP_CDN_LOOP | "cloudflare; loops=1"
|
HTTP_X_FORWARDED_PROTO | "https"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
|
HTTP_ACCEPT_ENCODING | "gzip, br"
|
HTTP_ACCEPT | "*/*"
|
HTTP_CF_RAY | "9678743e7a2a6202-ORD"
|
HTTP_CONNECTION | "close"
|
HTTP_X_FORWARDED_FOR | "172.69.7.195, 10.1.1.111"
|
HTTP_HOST | "campus-update.mercubuana.ac.id"
|
proxy-nokeepalive | "1"
|
REDIRECT_STATUS | "200"
|
FCGI_ROLE | "RESPONDER"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1753916237.8709
|
REQUEST_TIME | 1753916237
|