( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 5232440 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00311013512{main}( ).../index.php:0
20.00311013888Controller::dispatch( $url = '/phone', $params = ['p' => '7184793540'], $layout = '_layout' ).../index.php:2
30.00341026096Controller::action( $path = 'phone', $p = ['p' => '7184793540', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00351041544Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00451146984Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00451147968Action_Phone_Root->phone( $p = '7184793540' ).../Action.php:236
70.00451149648Phone::isForbidden( $phone = '17184793540' ).../Root.php:491
80.00461182072KRDB_Phone::isForbidden( $phone = '17184793540' ).../Phone.php:130
90.00461182112KRDB::i( $namespace = 'phone', $key = '17184793', $DB_Parallel = ??? ).../Phone.php:223
100.00461186664KRDB_PhoneNS->KRDB( $key = '17184793', $DB_Parallel = NULL ).../KRDB.php:45
110.00461187072KRDB_Namespace->KRDB( $key = ['phone7' => '1718479', 'phone8' => '17184793'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00461187712KRDB->__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' => '1718479', 'phone8' => '17184793'], $DB_Parallel = NULL ).../KRDB.php:438
130.00461187712KRDB_Namespace->load( $key = ['phone7' => '1718479', 'phone8' => '17184793'], $DB_Parallel = NULL ).../KRDB.php:293
140.00461187712KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1718479', 'phone8' => '17184793'], $DB_Parallel = NULL ).../KRDB.php:492
150.00952422040hb\core\Serializer->out( $serialized_data = '(/X\033O\000Le\004~̈́\017R\020pG5\r5\v&ر\002\t3(1\030&\f\001\030c\030\0060unj¦\006\036vH60ELN\033ep$"mwRQd\004\017\017\017*u\t1=o<\002ğqK\bR5W/I2g\t\033"sdںU%F#\r!.gIc\025\004͵֊F\006\005\033@I-\032k?\f!n;\023~JR\035e!\032eؾ\f!e{Ҕ\002`\\\020bn\021\022Ysefdc9\016\f!\032f1x/@ANZ\023\t\000ߤn\b\016\032<@mep\002⑞\v\n#ų\0367~B\024}\016_\fgT\'\amoЧ\036P3L\022KnK\022L^oOsb@d\001=\0044viM)cn?\002Bp7쭑l:|+`J\017wN{k\032r0\t\033a+# P\034yJ6\0040<D\bq\\*NY065r\037\016~\025\r\005|e/\023׫^\000\006ɋ\000\000AqV1(Ã\032=\bq<\bqto'... ).../DT.php:92
160.00952422072zstd_uncompress( $data = '(/X\033O\000Le\004~̈́\017R\020pG5\r5\v&ر\002\t3(1\030&\f\001\030c\030\0060unj¦\006\036vH60ELN\033ep$"mwRQd\004\017\017\017*u\t1=o<\002ğqK\bR5W/I2g\t\033"sdںU%F#\r!.gIc\025\004͵֊F\006\005\033@I-\032k?\f!n;\023~JR\035e!\032eؾ\f!e{Ҕ\002`\\\020bn\021\022Ysefdc9\016\f!\032f1x/@ANZ\023\t\000ߤn\b\016\032<@mep\002⑞\v\n#ų\0367~B\024}\016_\fgT\'\amoЧ\036P3L\022KnK\022L^oOsb@d\001=\0044viM)cn?\002Bp7쭑l:|+`J\017wN{k\032r0\t\033a+# P\034yJ6\0040<D\bq\\*NY065r\037\016~\025\r\005|e/\023׫^\000\006ɋ\000\000AqV1(Ã\032=\bq<\bqto'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 5232440 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/7184793540 • 3.15.237.255 • site-id: 22 • rd/phoneowner.us • May 05, 12:59:23 • git ecbc3c0bc0

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