Fatal Error

Out of memory (allocated 2097152) (tried to allocate 1228800 bytes) search►

Source file

File: .../src/Application/Responses/FileResponse.php:127

117: $length = $end - $start + 1; 118: fseek($handle, $start); 119: 120: } else { 121: $httpResponse->setHeader('Content-Range', 'bytes 0-' . ($filesize - 1) . '/' . $filesize); 122: } 123: } 124: 125: $httpResponse->setHeader('Content-Length', $length); 126: while (!feof($handle) && $length > 0) { 127: echo $s = fread($handle, min(4e6, $length)); 128: $length -= strlen($s); 129: } 130: fclose($handle); 131: }

Nette Application

Requests


Presenter


		

Environment

$_SERVER

REDIRECT_STATUS
"200" (3)
HTTP_HOST
"bombadarky.com" (14)
HTTP_ACCEPT
"text/html, application/rss+xml, application/atom+xml, text/xml, text/rss+xml, application/xhtml+xml" (99)
HTTP_ACCEPT_ENCODING
"gzip,deflate" (12)
HTTP_CONNECTION
"close" (5)
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)" (75)
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at bombadarky.com Port 80</address>
" (75)
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)" (22)
SERVER_NAME
"bombadarky.com" (14)
SERVER_ADDR
"31.31.72.179" (12)
SERVER_PORT
"80" (2)
REMOTE_ADDR
"185.191.171.23" (14)
DOCUMENT_ROOT
"/var/www/html/kremecek.com/www" (30)
REQUEST_SCHEME
"http" (4)
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/html/kremecek.com/www" (30)
SERVER_ADMIN
"ivan@kremecek.com" (17)
SCRIPT_FILENAME
"/var/www/html/kremecek.com/www/index.php" (40)
REMOTE_PORT
"7028" (4)
REDIRECT_URL
"/attach/16557-1388306157/img-7303-jpg" (37)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.1" (8)
REQUEST_METHOD
"GET" (3)
QUERY_STRING
""
REQUEST_URI
"/attach/16557-1388306157/img-7303-jpg" (37)
SCRIPT_NAME
"/index.php" (10)
PHP_SELF
"/index.php" (10)
REQUEST_TIME_FLOAT
1625039655.289
REQUEST_TIME
1625039655

$_SESSION

empty