( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4351576 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.0031985032{main}( ).../index.php:0
20.0031985408Controller::dispatch( $url = '/phone', $params = ['p' => '2106379672'], $layout = '_layout' ).../index.php:2
30.0035997616Controller::action( $path = 'phone', $p = ['p' => '2106379672', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00361013064Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00471118504Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00471119488Action_Phone_Root->phone( $p = '2106379672' ).../Action.php:236
70.00481121168Phone::isForbidden( $phone = '12106379672' ).../Root.php:491
80.00481153592KRDB_Phone::isForbidden( $phone = '12106379672' ).../Phone.php:130
90.00481153632KRDB::i( $namespace = 'phone', $key = '12106379', $DB_Parallel = ??? ).../Phone.php:223
100.00481158184KRDB_PhoneNS->KRDB( $key = '12106379', $DB_Parallel = NULL ).../KRDB.php:45
110.00481158592KRDB_Namespace->KRDB( $key = ['phone7' => '1210637', 'phone8' => '12106379'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00491159232KRDB->__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' => '1210637', 'phone8' => '12106379'], $DB_Parallel = NULL ).../KRDB.php:438
130.00491159232KRDB_Namespace->load( $key = ['phone7' => '1210637', 'phone8' => '12106379'], $DB_Parallel = NULL ).../KRDB.php:293
140.00491159232KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1210637', 'phone8' => '12106379'], $DB_Parallel = NULL ).../KRDB.php:492
150.00872168280hb\core\Serializer->out( $serialized_data = '(/X8fB\000\004\016\005\022S\020hI\003ZRk)gezx(\021\021\f\017U[7<\022\0313ζ:h*?\002* \027!5\002&dkF6\036D\a\022\022\022;SN3\023(\0307V5=MF>FVlI8\bq.\002\020\027\020ISd\b̍T\027\005\017\'\000\aNB\000@\003c_{ƍ\t2D[Z9\037q̙ţ\v\023hEvJ\017\vb\000\022\024V_\0300fpGd\0309a\016rY"8J2^\'f\037\0242st\020\021\001k-(Ydp\036(@Ϛj\b\033(݄ ^/Wu,2k?e,\036\002y|S\027^o\a׌>FOd{\020\030Qr+\fw"\t.W>Y8ڮ\000t(\033\016B\\m\005LDk=Kug&43\006ӨpJ\n\006(r\037\004}Ys,;\000u\022mJ~P7aX۩b\020p\t\vp=n-%˳\020H\023\024:\005@t69'... ).../DT.php:92
160.00872168312zstd_uncompress( $data = '(/X8fB\000\004\016\005\022S\020hI\003ZRk)gezx(\021\021\f\017U[7<\022\0313ζ:h*?\002* \027!5\002&dkF6\036D\a\022\022\022;SN3\023(\0307V5=MF>FVlI8\bq.\002\020\027\020ISd\b̍T\027\005\017\'\000\aNB\000@\003c_{ƍ\t2D[Z9\037q̙ţ\v\023hEvJ\017\vb\000\022\024V_\0300fpGd\0309a\016rY"8J2^\'f\037\0242st\020\021\001k-(Ydp\036(@Ϛj\b\033(݄ ^/Wu,2k?e,\036\002y|S\027^o\a׌>FOd{\020\030Qr+\fw"\t.W>Y8ڮ\000t(\033\016B\\m\005LDk=Kug&43\006ӨpJ\n\006(r\037\004}Ys,;\000u\022mJ~P7aX۩b\020p\t\vp=n-%˳\020H\023\024:\005@t69'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 4351576 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/2106379672 • 3.15.237.255 • site-id: 22 • rd/phoneowner.us • May 08, 03:06:32 • git 49598cb0af

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