Fatal Error

Out of memory (allocated 2097152) (tried to allocate 1200128 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_HTTPS
"on" (2)
REDIRECT_SSL_TLS_SNI
"www.kremecek.com" (16)
REDIRECT_STATUS
"200" (3)
HTTPS
"on" (2)
SSL_TLS_SNI
"www.kremecek.com" (16)
HTTP_HOST
"www.kremecek.com" (16)
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 www.kremecek.com Port 443</address>
" (78)
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)" (22)
SERVER_NAME
"www.kremecek.com" (16)
SERVER_ADDR
"31.31.72.179" (12)
SERVER_PORT
"443" (3)
REMOTE_ADDR
"185.191.171.33" (14)
DOCUMENT_ROOT
"/var/www/html/kremecek.com/www" (30)
REQUEST_SCHEME
"https" (5)
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)