( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3986584 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00351016160{main}( ).../index.php:0
20.00351016536Controller::dispatch( $url = '/phone', $params = ['p' => '6157735072'], $layout = '_layout' ).../index.php:2
30.00391028744Controller::action( $path = 'phone', $p = ['p' => '6157735072', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00401044192Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00521149632Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00521150616Action_Phone_Root->phone( $p = '6157735072' ).../Action.php:236
70.00521152296Phone::isForbidden( $phone = '16157735072' ).../Root.php:491
80.00531184720KRDB_Phone::isForbidden( $phone = '16157735072' ).../Phone.php:130
90.00531184760KRDB::i( $namespace = 'phone', $key = '16157735', $DB_Parallel = ??? ).../Phone.php:223
100.00531189312KRDB_PhoneNS->KRDB( $key = '16157735', $DB_Parallel = NULL ).../KRDB.php:45
110.00531189720KRDB_Namespace->KRDB( $key = ['phone7' => '1615773', 'phone8' => '16157735'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00531190360KRDB->__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' => '1615773', 'phone8' => '16157735'], $DB_Parallel = NULL ).../KRDB.php:438
130.00531190360KRDB_Namespace->load( $key = ['phone7' => '1615773', 'phone8' => '16157735'], $DB_Parallel = NULL ).../KRDB.php:293
140.00531190360KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1615773', 'phone8' => '16157735'], $DB_Parallel = NULL ).../KRDB.php:492
150.00902195312hb\core\Serializer->out( $serialized_data = '(/X{<\000d\004~zY\022S\020hH\r\t\002d\002E8\n_emBқ&%Z\002ط\0174\032\005J!69^T\033PR7 \016ʮȌ\023\0207Vllv\001\0219\022\022LƎc+,O"E\026F\\\020\037;^|c\017\027Q9*+J9!3E3\000IKEs\f\026y\027}7\a53;̳~&U5\a\001\025\025J\022\b(\024g\033W\004Ncz\035\bHfc[֋>wV\001%\035\031Z~=\016o\033 _*:A\tE7r<||aѫFEcUUUt=vyՠL;\031\022/[dk\004ppQizWt\021qR-#N;g\0206cg?"9*\031!׽SA\f6ϼ>\030F\037}H#\006~@ŏ+\024BСa|ZT1\0173F\0358\026L\a#n\032Hq9p|lI3`\021vl.VL\bړcR\rF\016mv<;07֔J2\032\f\0370l׳wyم(\024؟D|\032'... ).../DT.php:92
160.00902195344zstd_uncompress( $data = '(/X{<\000d\004~zY\022S\020hH\r\t\002d\002E8\n_emBқ&%Z\002ط\0174\032\005J!69^T\033PR7 \016ʮȌ\023\0207Vllv\001\0219\022\022LƎc+,O"E\026F\\\020\037;^|c\017\027Q9*+J9!3E3\000IKEs\f\026y\027}7\a53;̳~&U5\a\001\025\025J\022\b(\024g\033W\004Ncz\035\bHfc[֋>wV\001%\035\031Z~=\016o\033 _*:A\tE7r<||aѫFEcUUUt=vyՠL;\031\022/[dk\004ppQizWt\021qR-#N;g\0206cg?"9*\031!׽SA\f6ϼ>\030F\037}H#\006~@ŏ+\024BСa|ZT1\0173F\0358\026L\a#n\032Hq9p|lI3`\021vl.VL\bړcR\rF\016mv<;07֔J2\032\f\0370l׳wyم(\024؟D|\032'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 3986584 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/6157735072 • 3.145.38.117 • site-id: 22 • rd/phoneowner.us • May 08, 14:28:38 • git acaad16eeb

Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 3986584 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 3986584 bytes)
  in homebase/hb/core/Serializer.php:57