( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4305904 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00331072200{main}( ).../index.php:0
20.00331072576Controller::dispatch( $url = '/phone', $params = ['p' => '3058198237'], $layout = '_layout' ).../index.php:2
30.00371084784Controller::action( $path = 'phone', $p = ['p' => '3058198237', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00371100232Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00511211440Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00511212424Action_Phone_Root->phone( $p = '3058198237' ).../Action.php:236
70.00511214104Phone::isForbidden( $phone = '13058198237' ).../Root.php:491
80.00521246528KRDB_Phone::isForbidden( $phone = '13058198237' ).../Phone.php:130
90.00521246568KRDB::i( $namespace = 'phone', $key = '13058198', $DB_Parallel = ??? ).../Phone.php:223
100.00521251120KRDB_PhoneNS->KRDB( $key = '13058198', $DB_Parallel = NULL ).../KRDB.php:45
110.00521251528KRDB_Namespace->KRDB( $key = ['phone7' => '1305819', 'phone8' => '13058198'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00521252168KRDB->__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' => '1305819', 'phone8' => '13058198'], $DB_Parallel = NULL ).../KRDB.php:438
130.00521252168KRDB_Namespace->load( $key = ['phone7' => '1305819', 'phone8' => '13058198'], $DB_Parallel = NULL ).../KRDB.php:293
140.00521252168KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1305819', 'phone8' => '13058198'], $DB_Parallel = NULL ).../KRDB.php:492
150.01172363936hb\core\Serializer->out( $serialized_data = '(/XѳA\000\fi\004D\022\020T\020Xj\023c\n\017\032tv\024c\006~k\021\005>\033f\037eȞږa\0232ʤmu\034(*j۲3RJ\035;Sk^Zj\022\rKXh\017\r\020/\020r^\b\016\rѓ\vXc` \021\031\021,n\000RH@H%ţ \016#\033$_e>ʩ\006 \005ƶq{w(bg<B}#\005]>Ba\006\020aC\021 B|+\032$\vF;/\037\030C-"-M9:\022e&aI77ڙR< PrPw<`X\002\033(\f_\021M5\017,\a֧:Ψ\024=Sd\006r\fi;8Xo\027qfvXЉ%\tMh\a\002C9/z\017\a\0065-\017d1\022-[W\030\tPF4:>S\037\023iL\bf{[#\t+;T2(i\034 \032$9\024\v\032%Z\'\006P*_3IŒI-t\021dVk\006gA`\034á\022DcD'... ).../DT.php:92
160.01172363968zstd_uncompress( $data = '(/XѳA\000\fi\004D\022\020T\020Xj\023c\n\017\032tv\024c\006~k\021\005>\033f\037eȞږa\0232ʤmu\034(*j۲3RJ\035;Sk^Zj\022\rKXh\017\r\020/\020r^\b\016\rѓ\vXc` \021\031\021,n\000RH@H%ţ \016#\033$_e>ʩ\006 \005ƶq{w(bg<B}#\005]>Ba\006\020aC\021 B|+\032$\vF;/\037\030C-"-M9:\022e&aI77ڙR< PrPw<`X\002\033(\f_\021M5\017,\a֧:Ψ\024=Sd\006r\fi;8Xo\027qfvXЉ%\tMh\a\002C9/z\017\a\0065-\017d1\022-[W\030\tPF4:>S\037\023iL\bf{[#\t+;T2(i\034 \032$9\024\v\032%Z\'\006P*_3IŒI-t\021dVk\006gA`\034á\022DcD'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 4305904 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/3058198237 • 52.14.211.70 • site-id: 22 • rd/phoneowner.us • Jun 08, 13:47:11 • git bc137395bc

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