( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3010696 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00321073608{main}( ).../index.php:0
20.00321073984Controller::dispatch( $url = '/phone', $params = ['p' => '5808323830'], $layout = '_layout' ).../index.php:2
30.00361086192Controller::action( $path = 'phone', $p = ['p' => '5808323830', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00371101640Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00471207080Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00471208064Action_Phone_Root->phone( $p = '5808323830' ).../Action.php:236
70.00471209744Phone::isForbidden( $phone = '15808323830' ).../Root.php:491
80.00481242168KRDB_Phone::isForbidden( $phone = '15808323830' ).../Phone.php:130
90.00481242208KRDB::i( $namespace = 'phone', $key = '15808323', $DB_Parallel = ??? ).../Phone.php:223
100.00481246760KRDB_PhoneNS->KRDB( $key = '15808323', $DB_Parallel = NULL ).../KRDB.php:45
110.00481247168KRDB_Namespace->KRDB( $key = ['phone7' => '1580832', 'phone8' => '15808323'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00481247808KRDB->__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' => '1580832', 'phone8' => '15808323'], $DB_Parallel = NULL ).../KRDB.php:438
130.00481247808KRDB_Namespace->load( $key = ['phone7' => '1580832', 'phone8' => '15808323'], $DB_Parallel = NULL ).../KRDB.php:293
140.00481247808KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1580832', 'phone8' => '15808323'], $DB_Parallel = NULL ).../KRDB.php:492
150.00841900504hb\core\Serializer->out( $serialized_data = '(/Xl-\000z\004D\020T\020`j\016T\025 \016vX-P0Th?vb7LQx\000Gh3uc3bMIII(%l@\006$f7R\ag\020V\020\020$rsQ\'aR:=)\002\023wEn\000\002oKw2\teפР2V\025\024ܿA\004\025\030w-ZR\004\'pEh|\031(x:\017\004Q@\b%,r\026\017TT?v>\030c<˾#4,\023/ YLS͓ʠ\003(w/O{\030kQlj:+A\031dxm\0016\006"ժ\001@Xa\027\0043n=\023h\004U\034%6v\017VF5)^mǸo\r780\033j\017\r\022e6\000\b+\000q\'\003\022\034̠2|L%)_I;ݕ&eJ^W\f\005Z\0161Fo`)4Fr \0021E\023\034ƲF\0351igSefCuQsZ#]g}6"T\vcG\fBM֛\036\av\\T\bY{g\024I\r7'... ).../DT.php:92
160.00841900536zstd_uncompress( $data = '(/Xl-\000z\004D\020T\020`j\016T\025 \016vX-P0Th?vb7LQx\000Gh3uc3bMIII(%l@\006$f7R\ag\020V\020\020$rsQ\'aR:=)\002\023wEn\000\002oKw2\teפР2V\025\024ܿA\004\025\030w-ZR\004\'pEh|\031(x:\017\004Q@\b%,r\026\017TT?v>\030c<˾#4,\023/ YLS͓ʠ\003(w/O{\030kQlj:+A\031dxm\0016\006"ժ\001@Xa\027\0043n=\023h\004U\034%6v\017VF5)^mǸo\r780\033j\017\r\022e6\000\b+\000q\'\003\022\034̠2|L%)_I;ݕ&eJ^W\f\005Z\0161Fo`)4Fr \0021E\023\034ƲF\0351igSefCuQsZ#]g}6"T\vcG\fBM֛\036\av\\T\bY{g\024I\r7'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 3010696 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/5808323830 • 3.137.161.193 • site-id: 22 • rd/phoneowner.us • May 20, 15:26:59 • git 0ec062f3aa

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