( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4960168 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00331057352{main}( ).../index.php:0
20.00331057728Controller::dispatch( $url = '/phone', $params = ['p' => '7185247264'], $layout = '_layout' ).../index.php:2
30.00361069936Controller::action( $path = 'phone', $p = ['p' => '7185247264', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00371085384Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00491192280Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00491193264Action_Phone_Root->phone( $p = '7185247264' ).../Action.php:236
70.00491194944Phone::isForbidden( $phone = '17185247264' ).../Root.php:491
80.00501227368KRDB_Phone::isForbidden( $phone = '17185247264' ).../Phone.php:130
90.00501227408KRDB::i( $namespace = 'phone', $key = '17185247', $DB_Parallel = ??? ).../Phone.php:223
100.00501231640KRDB_PhoneNS->KRDB( $key = '17185247', $DB_Parallel = NULL ).../KRDB.php:45
110.00501232048KRDB_Namespace->KRDB( $key = ['phone7' => '1718524', 'phone8' => '17185247'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00501232688KRDB->__construct( $namespace = class KRDB_PhoneNS { public $namespace = 'phone'; public $track_changes = 1; public $storage = class KRDB_Storage_DT { private $is_loaded = [...] }; protected $cache = []; public $cache_cap = 100 }, $key = ['phone7' => '1718524', 'phone8' => '17185247'], $DB_Parallel = NULL ).../KRDB.php:438
130.00501232688KRDB_Namespace->load( $key = ['phone7' => '1718524', 'phone8' => '17185247'], $DB_Parallel = NULL ).../KRDB.php:293
140.00501232688KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1718524', 'phone8' => '17185247'], $DB_Parallel = NULL ).../KRDB.php:492
150.00972504200hb\core\Serializer->out( $serialized_data = '(/XK\000\004\022Q\020pG\r4\034\ae\030c\f3\000\032И\026\0364\020c\fjCn\017IF$&Z s\022\0030\rTgJJJJX>\037X`Hi\f\005߿Pm#\022\022\022`\n$2iV[3\01735.\003"\\p\002ڱDZ\027\a\b~62YLj\000EB8l\017\000\020&\\\000dk=Z7ec\036/Y(&$\a\016,!\036\034{,f\aX\'O3k!\b;hיj\031|\031o6\0222(ÙV@Sǻz\a\035Y\031Qd\002\025\017Z63g\033UV]=JI2\037ux3\024~sփ\025\n`d\024\001\017\033\006\030ifAIKwL8&qM\n\\HzF\037K骨8=x;|q\024u32}yGlj$\agS \024\002\002xo+TM\021.P\033c\017_8\026\025ʽw)P|\017]j\000rXmݾ1Pz{]\0214+T\027r\001\035q:gRYx'... ).../DT.php:92
160.00972504232zstd_uncompress( $data = '(/XK\000\004\022Q\020pG\r4\034\ae\030c\f3\000\032И\026\0364\020c\fjCn\017IF$&Z s\022\0030\rTgJJJJX>\037X`Hi\f\005߿Pm#\022\022\022`\n$2iV[3\01735.\003"\\p\002ڱDZ\027\a\b~62YLj\000EB8l\017\000\020&\\\000dk=Z7ec\036/Y(&$\a\016,!\036\034{,f\aX\'O3k!\b;hיj\031|\031o6\0222(ÙV@Sǻz\a\035Y\031Qd\002\025\017Z63g\033UV]=JI2\037ux3\024~sփ\025\n`d\024\001\017\033\006\030ifAIKwL8&qM\n\\HzF\037K骨8=x;|q\024u32}yGlj$\agS \024\002\002xo+TM\021.P\033c\017_8\026\025ʽw)P|\017]j\000rXmݾ1Pz{]\0214+T\027r\001\035q:gRYx'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 4960168 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/7185247264 • 18.119.104.10 • site-id: 22 • rd/phoneowner.us • May 24, 04:10:40 • git 9b1732043a

Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 4960168 bytes))

*** []
 
} return $r; } function out($serialized_data) { # original data if(is_compress_zstd($serialized_data)){
$serialized_data = zstd_uncompress($serialized_data);
}elseif ($this->gzip || $this->compress == 'zstd' || $this->compress == 'gzip'){ // 01/2018 only for change compress from gzip to zstd $serialized_data = gzinflate($serialized_data); } return $this->{"out_".$this->method}($serialized_data); }
EXCEPTION
Error\FatalErrorException: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4960168 bytes)
  in homebase/hb/core/Serializer.php:57