( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 5559024 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00351085760{main}( ).../index.php:0
20.00351086136Controller::dispatch( $url = '/phone', $params = ['p' => '5122581068'], $layout = '_layout' ).../index.php:2
30.00381098344Controller::action( $path = 'phone', $p = ['p' => '5122581068', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00391113792Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00531219232Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00531220216Action_Phone_Root->phone( $p = '5122581068' ).../Action.php:236
70.00531221896Phone::isForbidden( $phone = '15122581068' ).../Root.php:491
80.00531254320KRDB_Phone::isForbidden( $phone = '15122581068' ).../Phone.php:130
90.00531254360KRDB::i( $namespace = 'phone', $key = '15122581', $DB_Parallel = ??? ).../Phone.php:223
100.00541258912KRDB_PhoneNS->KRDB( $key = '15122581', $DB_Parallel = NULL ).../KRDB.php:45
110.00541259320KRDB_Namespace->KRDB( $key = ['phone7' => '1512258', 'phone8' => '15122581'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00541259960KRDB->__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' => '1512258', 'phone8' => '15122581'], $DB_Parallel = NULL ).../KRDB.php:438
130.00541259960KRDB_Namespace->load( $key = ['phone7' => '1512258', 'phone8' => '15122581'], $DB_Parallel = NULL ).../KRDB.php:293
140.00541259960KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1512258', 'phone8' => '15122581'], $DB_Parallel = NULL ).../KRDB.php:492
150.01402626000hb\core\Serializer->out( $serialized_data = '(/XT\000\024\004N~\005\022T\020`H\rp:\bG-%~s\tr\027\031P\026!X4ۆ&C2]U\0040J\030\n\020\004Ak;ɮ(ɺf%e@x\030("4kg\0012\0229\022\022$P\021Bư6\035m҉A䝺ؐ#/0\036F8zv.\021Uuꮈ:1<\'\027שh黷ch`b\002\001w\023\027\033 :u9Y/S\031@u\an|W(6ζ=gnT:?7\'( *<.xȡE\032\030"aQQ\002T\006T,jۿRGO;Gp @\b\0336[w9f*㉜Q\035\0349 \r,\fQm?\03459HD$ \006\026YxBY)&_t%lX\004*X\022olZ\bD7ߋbC6fex8\025#\030!\vDZ\022q /\020o\004\a-.6\024$A\a&\024H\n\037x_k\033\031bjL\035Њ".<\001\000L v˯K3Txg\vYxZ\024C('... ).../DT.php:92
160.01402626032zstd_uncompress( $data = '(/XT\000\024\004N~\005\022T\020`H\rp:\bG-%~s\tr\027\031P\026!X4ۆ&C2]U\0040J\030\n\020\004Ak;ɮ(ɺf%e@x\030("4kg\0012\0229\022\022$P\021Bư6\035m҉A䝺ؐ#/0\036F8zv.\021Uuꮈ:1<\'\027שh黷ch`b\002\001w\023\027\033 :u9Y/S\031@u\an|W(6ζ=gnT:?7\'( *<.xȡE\032\030"aQQ\002T\006T,jۿRGO;Gp @\b\0336[w9f*㉜Q\035\0349 \r,\fQm?\03459HD$ \006\026YxBY)&_t%lX\004*X\022olZ\bD7ߋbC6fex8\025#\030!\vDZ\022q /\020o\004\a-.6\024$A\a&\024H\n\037x_k\033\031bjL\035Њ".<\001\000L v˯K3Txg\vYxZ\024C('... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 5559024 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/5122581068 • 18.188.58.86 • site-id: 22 • rd/phoneowner.us • May 16, 07:51:21 • git 05ce584005

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