( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3186928 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00401111320{main}( ).../index.php:0
20.00401111696Controller::dispatch( $url = '/phone', $params = ['p' => '6154598851'], $layout = '_layout' ).../index.php:2
30.00431122736Controller::action( $path = 'phone', $p = ['p' => '6154598851', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00441133712Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00511230296Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00511231280Action_Phone_Root->phone( $p = '6154598851' ).../Action.php:242
70.00511232960Phone::isForbidden( $phone = '16154598851' ).../Root.php:491
80.00521265384KRDB_Phone::isForbidden( $phone = '16154598851' ).../Phone.php:130
90.00521265424KRDB::i( $namespace = 'phone', $key = '16154598', $DB_Parallel = ??? ).../Phone.php:223
100.00521269656KRDB_PhoneNS->KRDB( $key = '16154598', $DB_Parallel = NULL ).../KRDB.php:45
110.00521270064KRDB_Namespace->KRDB( $key = ['phone7' => '1615459', 'phone8' => '16154598'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00521270704KRDB->__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' => '1615459', 'phone8' => '16154598'], $DB_Parallel = NULL ).../KRDB.php:438
130.00521270704KRDB_Namespace->load( $key = ['phone7' => '1615459', 'phone8' => '16154598'], $DB_Parallel = NULL ).../KRDB.php:293
140.00521270704KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1615459', 'phone8' => '16154598'], $DB_Parallel = NULL ).../KRDB.php:492
150.00902181768hb\core\Serializer->out( $serialized_data = '(/XҠ0\000l\004|t\022R\020xV\003J\023YƯisqU\023_\034Y\022J\vn.\022ej\026S\f/<iWDD*{S-,I\033Zi[؉\016%\022L\022}\022v\035q?\023o*_uct\a9;sSk\027~N9ܷ9;\025LPZA2f] n\004\021|qPQͻR6$L68\027:^\'R\024a*`b=nwan\a먋\005\036p\021$`\006!.\tZ\0218Fg/\032!N_r\005:e\004DG]uiUrLKTtT\027@\b³-fuٮ\ae\0013GU\000ŸÙu潋L^\006\\)4,m|"H\005>\034\0042Y\030q\n\np\aF۩Hzzv@w\036fmq\027:H\034\016\020\004\021\035<\017\030?&>7\002*7E\vO0m}Y͇g\037~\037\032ǃ35[Q\027\f1sw6@\0373 |{}̲\\~ǩ3$\032\021\025\bq^h^`\001I(b'... ).../DT.php:92
160.00902181800zstd_uncompress( $data = '(/XҠ0\000l\004|t\022R\020xV\003J\023YƯisqU\023_\034Y\022J\vn.\022ej\026S\f/<iWDD*{S-,I\033Zi[؉\016%\022L\022}\022v\035q?\023o*_uct\a9;sSk\027~N9ܷ9;\025LPZA2f] n\004\021|qPQͻR6$L68\027:^\'R\024a*`b=nwan\a먋\005\036p\021$`\006!.\tZ\0218Fg/\032!N_r\005:e\004DG]uiUrLKTtT\027@\b³-fuٮ\ae\0013GU\000ŸÙu潋L^\006\\)4,m|"H\005>\034\0042Y\030q\n\np\aF۩Hzzv@w\036fmq\027:H\034\016\020\004\021\035<\017\030?&>7\002*7E\vO0m}Y͇g\037~\037\032ǃ35[Q\027\f1sw6@\0373 |{}̲\\~ǩ3$\032\021\025\bq^h^`\001I(b'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 3186928 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/6154598851 • 3.145.100.243 • site-id: 22 • rd/phoneowner.us • Jun 21, 10:27:03 • git d09e14d4df

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