Fatal Error

Out of memory (allocated 2097152) (tried to allocate 20480 bytes)

Source file

File: .../Application/UI/ComponentReflection.php:310

300: } 301: 302: 303: /** 304: * return string[] 305: */ 306: public static function getClassesAndTraits(string $class): array 307: { 308: $res = [$class => $class] + class_parents($class); 309: $addTraits = function (string $type) use (&$res, &$addTraits): void { 310: $res += class_uses($type); 311: foreach (class_uses($type) as $trait) { 312: $addTraits($trait); 313: } 314: };

Nette Application

Requests


Presenter


		

Environment

$_SERVER

HTTP_HOST
"brumov-kasa.murdej.cz" (21)
HTTP_CONNECTION
"keep-alive" (10)
HTTP_CACHE_CONTROL
"max-age=0" (9)
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59" (131)
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9" (124)
HTTP_REFERER
"http://brumov-kasa.murdej.cz/?id=new&action=customer&presenter=Admin" (68)
HTTP_ACCEPT_ENCODING
"gzip, deflate" (13)
HTTP_ACCEPT_LANGUAGE
"cs,en;q=0.9,en-GB;q=0.8,en-US;q=0.7,sk;q=0.6" (44)
HTTP_COOKIE
"nette-samesite=1; PHPSESSID=kjugedsvv4p5sft4qah3a030ss; "sell"x=0; "sell"y=0" (76)
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at brumov-kasa.murdej.cz Port 80</address>
" (82)
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)" (22)
SERVER_NAME
"brumov-kasa.murdej.cz" (21)
SERVER_ADDR
"31.31.72.179" (12)
SERVER_PORT
"80" (2)
REMOTE_ADDR
"5.104.17.105" (12)
DOCUMENT_ROOT
"/var/www/html/brumov-kasa.murdej.cz/www" (39)
REQUEST_SCHEME
"http" (4)
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/html/brumov-kasa.murdej.cz/www" (39)
SERVER_ADMIN
"vit.peprnicek@gmail.com" (23)
SCRIPT_FILENAME
"/var/www/html/brumov-kasa.murdej.cz/www/index.php" (49)
REMOTE_PORT
"55903" (5)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.1" (8)
REQUEST_METHOD
"GET" (3)
QUERY_STRING
"action=customer&presenter=Admin" (31)
REQUEST_URI
"/?action=customer&presenter=Admin" (33)
SCRIPT_NAME
"/index.php" (10)
PHP_SELF
"/index.php" (10)
REQUEST_TIME_FLOAT
1625040528.151
REQUEST_TIME
1625040528

$_SESSION

__NFNette Session

Nette Session

Nette.Http.UserStorage/

Constants

PHP_OS_FAMILY