( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 5832184 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00301057864{main}( ).../index.php:0
20.00301058240Controller::dispatch( $url = '/phone', $params = ['p' => '7188481536'], $layout = '_layout' ).../index.php:2
30.00331070448Controller::action( $path = 'phone', $p = ['p' => '7188481536', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00341085896Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00431192792Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00431193776Action_Phone_Root->phone( $p = '7188481536' ).../Action.php:236
70.00441195456Phone::isForbidden( $phone = '17188481536' ).../Root.php:491
80.00441227880KRDB_Phone::isForbidden( $phone = '17188481536' ).../Phone.php:130
90.00441227920KRDB::i( $namespace = 'phone', $key = '17188481', $DB_Parallel = ??? ).../Phone.php:223
100.00441232152KRDB_PhoneNS->KRDB( $key = '17188481', $DB_Parallel = NULL ).../KRDB.php:45
110.00441232560KRDB_Namespace->KRDB( $key = ['phone7' => '1718848', 'phone8' => '17188481'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00441233200KRDB->__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' => '1718848', 'phone8' => '17188481'], $DB_Parallel = NULL ).../KRDB.php:438
130.00441233200KRDB_Namespace->load( $key = ['phone7' => '1718848', 'phone8' => '17188481'], $DB_Parallel = NULL ).../KRDB.php:293
140.00441233200KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1718848', 'phone8' => '17188481'], $DB_Parallel = NULL ).../KRDB.php:492
150.00952594824hb\core\Serializer->out( $serialized_data = '(/XX\000}\004\036\030\005\020R\020xG\006\020\0267\026űMZN0\v[I\\\020\nY"^vFe\005-b@3/SRR\\Gc\022A\000-FKJFF}\020\020\000\021A̜l:0).\003m\000\v$,\a0\\h\003\000\n?Sq\031zAvo`pdj_JA\020\036Bh\024yv\030Ee\005)/\037z\n\n_{iK̰3魝\023I)\001⇎\033\022U!P~\034\f\001sL\032c+h\003\004\bnq=Ɵoӕ&ŀ"w\003EJ\021\030P[=oF!s<,S>\023gwP!;27\021Y\v5%cQr\027a㈮VP9q8͌™{\033g_OYFWdY0\021\004\035\036~lKJ\fHd,2\000\026Fp(U@B\022Eꀉ\021\024R8?N(\022,t(Y[L{ž!\033\n-\0320<q\021(ҥ\r \031\r\021qV|?{\bt\025\v'... ).../DT.php:92
160.00952594856zstd_uncompress( $data = '(/XX\000}\004\036\030\005\020R\020xG\006\020\0267\026űMZN0\v[I\\\020\nY"^vFe\005-b@3/SRR\\Gc\022A\000-FKJFF}\020\020\000\021A̜l:0).\003m\000\v$,\a0\\h\003\000\n?Sq\031zAvo`pdj_JA\020\036Bh\024yv\030Ee\005)/\037z\n\n_{iK̰3魝\023I)\001⇎\033\022U!P~\034\f\001sL\032c+h\003\004\bnq=Ɵoӕ&ŀ"w\003EJ\021\030P[=oF!s<,S>\023gwP!;27\021Y\v5%cQr\027a㈮VP9q8͌™{\033g_OYFWdY0\021\004\035\036~lKJ\fHd,2\000\026Fp(U@B\022Eꀉ\021\024R8?N(\022,t(Y[L{ž!\033\n-\0320<q\021(ҥ\r \031\r\021qV|?{\bt\025\v'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 5832184 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/7188481536 • 18.116.21.229 • site-id: 22 • rd/phoneowner.us • May 23, 22:59:31 • git 9b1732043a

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