( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4567464 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.0032970472{main}( ).../index.php:0
20.0032970848Controller::dispatch( $url = '/phone', $params = ['p' => '4408886330'], $layout = '_layout' ).../index.php:2
30.0035983056Controller::action( $path = 'phone', $p = ['p' => '4408886330', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.0036998504Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00471103944Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00471104928Action_Phone_Root->phone( $p = '4408886330' ).../Action.php:236
70.00471106608Phone::isForbidden( $phone = '14408886330' ).../Root.php:491
80.00471139032KRDB_Phone::isForbidden( $phone = '14408886330' ).../Phone.php:130
90.00471139072KRDB::i( $namespace = 'phone', $key = '14408886', $DB_Parallel = ??? ).../Phone.php:223
100.00481143624KRDB_PhoneNS->KRDB( $key = '14408886', $DB_Parallel = NULL ).../KRDB.php:45
110.00481144032KRDB_Namespace->KRDB( $key = ['phone7' => '1440888', 'phone8' => '14408886'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00481144672KRDB->__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' => '1440888', 'phone8' => '14408886'], $DB_Parallel = NULL ).../KRDB.php:438
130.00481144672KRDB_Namespace->load( $key = ['phone7' => '1440888', 'phone8' => '14408886'], $DB_Parallel = NULL ).../KRDB.php:293
140.00481144672KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1440888', 'phone8' => '14408886'], $DB_Parallel = NULL ).../KRDB.php:492
150.01252317560hb\core\Serializer->out( $serialized_data = '(/XE\000L\035\004nj\016S\020hHE\aC^\036E4Qx\vh\n\023[\'#!~$\034!$o;ő0\005?\fe6%%\032F\002z\016\016\002\017]\024{}a\rgR{J2I<\000dkNww;\024k<Hy3\030ʤnl7\bŠޮ\006"/\005=/\001g[/ֽLcOg ~Y\005* \aA+\033kQf:2D\030F3/#b\v\025ۺ}\030{Ր̝\031zPf\022Rܦ\023Qke\024i?\037*\000\025\031@Aۯ\\)FI\'=`Q &\002\016]i.4\r\031!\025\016"W\030$\aD^\bx(\025Agq\037wPI\017`\036/Q8\002\'TFHQՀ\0337`=Ʉ\t\'xrrދ_^d2k&lB0"\026\026\032m\004TbQL";ݽeEL(-rd\024"d<s^u\031}JJހn%"\027וl\\W\030#+\025aU8\0042SX_m'... ).../DT.php:92
160.01252317592zstd_uncompress( $data = '(/XE\000L\035\004nj\016S\020hHE\aC^\036E4Qx\vh\n\023[\'#!~$\034!$o;ő0\005?\fe6%%\032F\002z\016\016\002\017]\024{}a\rgR{J2I<\000dkNww;\024k<Hy3\030ʤnl7\bŠޮ\006"/\005=/\001g[/ֽLcOg ~Y\005* \aA+\033kQf:2D\030F3/#b\v\025ۺ}\030{Ր̝\031zPf\022Rܦ\023Qke\024i?\037*\000\025\031@Aۯ\\)FI\'=`Q &\002\016]i.4\r\031!\025\016"W\030$\aD^\bx(\025Agq\037wPI\017`\036/Q8\002\'TFHQՀ\0337`=Ʉ\t\'xrrދ_^d2k&lB0"\026\026\032m\004TbQL";ݽeEL(-rd\024"d<s^u\031}JJހn%"\027וl\\W\030#+\025aU8\0042SX_m'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 4567464 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/4408886330 • 3.141.29.145 • site-id: 22 • rd/phoneowner.us • May 04, 05:16:03 • git ecbc3c0bc0

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