( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3956704 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00421075704{main}( ).../index.php:0
20.00421076080Controller::dispatch( $url = '/phone', $params = ['p' => '2547520574'], $layout = '_layout' ).../index.php:2
30.00461087120Controller::action( $path = 'phone', $p = ['p' => '2547520574', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00471098096Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00531194680Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00541195664Action_Phone_Root->phone( $p = '2547520574' ).../Action.php:242
70.00541197344Phone::isForbidden( $phone = '12547520574' ).../Root.php:491
80.00541229768KRDB_Phone::isForbidden( $phone = '12547520574' ).../Phone.php:130
90.00541229808KRDB::i( $namespace = 'phone', $key = '12547520', $DB_Parallel = ??? ).../Phone.php:223
100.00541234040KRDB_PhoneNS->KRDB( $key = '12547520', $DB_Parallel = NULL ).../KRDB.php:45
110.00541234448KRDB_Namespace->KRDB( $key = ['phone7' => '1254752', 'phone8' => '12547520'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00551235088KRDB->__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' => '1254752', 'phone8' => '12547520'], $DB_Parallel = NULL ).../KRDB.php:438
130.00551235088KRDB_Namespace->load( $key = ['phone7' => '1254752', 'phone8' => '12547520'], $DB_Parallel = NULL ).../KRDB.php:293
140.00551235088KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1254752', 'phone8' => '12547520'], $DB_Parallel = NULL ).../KRDB.php:492
150.00872269032hb\core\Serializer->out( $serialized_data = '(/X_<\000\0047\022R\020hI\006"\000\005GfPP<Ȱ\005g\bQA>DV[Opl43vmLZVl!B<$"""Ж\0011&}ƌF\021\021I\022-\037I~\0313_N(=GȔ@}лfA\000VnZj\\|tLyWZ/laޥ<]jԤtk)\ax\b!R>K ?KrJ<I^邬l<\022=\036\037뉍kN/rǗ\023m\f˗$\ff>$<EXz\\o\032ͱ<fn\v\001wF\tS:W[~\004ZM\017~ߵ2pDg;RjSjDbK7\t3]\017Ï\006!f\024\030!\016[jU:+H@UЁSn8~\'\036g~(~\021LU\031\030\b9\\Ùju\033X\031 uz=_iu\021ǒ|/Iãz\021⪐t\034\003̉\\\032x9{^3ۭ6\005V|\020A\0377fb[뎮\000\\Z]=3ϗ\fϙ93*Q/fhaƤ\003\t'... ).../DT.php:92
160.00872269064zstd_uncompress( $data = '(/X_<\000\0047\022R\020hI\006"\000\005GfPP<Ȱ\005g\bQA>DV[Opl43vmLZVl!B<$"""Ж\0011&}ƌF\021\021I\022-\037I~\0313_N(=GȔ@}лfA\000VnZj\\|tLyWZ/laޥ<]jԤtk)\ax\b!R>K ?KrJ<I^邬l<\022=\036\037뉍kN/rǗ\023m\f˗$\ff>$<EXz\\o\032ͱ<fn\v\001wF\tS:W[~\004ZM\017~ߵ2pDg;RjSjDbK7\t3]\017Ï\006!f\024\030!\016[jU:+H@UЁSn8~\'\036g~(~\021LU\031\030\b9\\Ùju\033X\031 uz=_iu\021ǒ|/Iãz\021⪐t\034\003̉\\\032x9{^3ۭ6\005V|\020A\0377fb[뎮\000\\Z]=3ϗ\fϙ93*Q/fhaƤ\003\t'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 3956704 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/2547520574 • 3.147.53.168 • site-id: 22 • rd/phoneowner.us • Jun 21, 22:39:34 • git 3799c68099

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