Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 2101248 bytes) in /var/www/chlazeni.cz/git/www/vendor/symfony/cache/Marshaller/DefaultMarshaller.php on line 49
Fatal Error
File: .../vendor/symfony/cache/Marshaller/DefaultMarshaller.php:49
39: */ 40: public function marshall(array $values, ?array &$failed): array 41: { 42: $serialized = $failed = []; 43: 44: foreach ($values as $id => $value) { 45: try { 46: if ($this->useIgbinarySerialize) { 47: $serialized[$id] = igbinary_serialize($value); 48: } else { 49: $serialized[$id] = serialize($value); 50: } 51: } catch (\Exception $e) { 52: if ($this->throwOnSerializationFailure) { 53: throw new \ValueError($e->getMessage(), 0, $e);
| Referer | 'https://chlazeni.cz.dev.poski.com/katalog-firem/tomas-trylc-tomas-tyrlc'
|
|---|---|
| Accept-Encoding | 'gzip, br, zstd, deflate'
|
| User-Agent | 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
|
| Accept | '*/*'
|
| Connection | 'close'
|
| X-Forwarded-Ssl | 'on'
|
| X-Forwarded-Proto | 'https'
|
| X-Forwarded-For | '216.73.216.21'
|
| X-Real-Ip | '216.73.216.21'
|
| Host | 'chlazeni.cz.dev.poski.com'
|
| Authorization |
empty
empty
empty
| Set-Cookie | 'tracy-session=7981d2857e; expires=Sat, 06 Feb 2027 16:04:26 GMT; Max-Age=31557600; path=/; HttpOnly'
|
|---|---|
| Set-Cookie | 'PHPSESSID=751h7br4krdn109ctrkn9vncou; path=/; HttpOnly; SameSite=Lax'
|
| Expires | 'Thu, 19 Nov 1981 08:52:00 GMT'
|
| Cache-Control | 'no-store, no-cache, must-revalidate'
|
| Pragma | 'no-cache'
|
| Content-type | 'text/html; charset=utf-8'
|
Headers have been sent, output started at .../vendor/symfony/cache/Marshaller/DefaultMarshaller.php:49 source
39: */ 40: public function marshall(array $values, ?array &$failed): array 41: { 42: $serialized = $failed = []; 43: 44: foreach ($values as $id => $value) { 45: try { 46: if ($this->useIgbinarySerialize) { 47: $serialized[$id] = igbinary_serialize($value); 48: } else { 49: $serialized[$id] = serialize($value); 50: } 51: } catch (\Exception $e) { 52: if ($this->throwOnSerializationFailure) { 53: throw new \ValueError($e->getMessage(), 0, $e);