( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4124616 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00331071616{main}( ).../index.php:0
20.00331071992Controller::dispatch( $url = '/report/reverse_phone_lookup', $params = ['phone' => '19039355165'], $layout = '_layout' ).../index.php:2
30.00371084224Controller::action( $path = 'report/reverse_phone_lookup', $p = ['phone' => '9039355165', 'formatted_phone' => '(903) 935-5165', 'gate' => 'PA5', 'premium_gate' => FALSE] ).../Controller.php:169
40.00381117968Action->_call( $method = 'reverse_phone_lookup', $url = 'report/reverse_phone_lookup' ).../Controller.php:265
50.00381118808Action->_reflection_call( $method = 'reverse_phone_lookup' ).../Action.php:177
60.00381119792Action_RD_Report->reverse_phone_lookup( $phone = '19039355165' ).../Action.php:236
70.00401235016Phone::isForbidden( $phone = '9039355165' ).../Report.php:1621
80.00401333016KRDB_Phone::isForbidden( $phone = '19039355165' ).../Phone.php:130
90.00401333056KRDB::i( $namespace = 'phone', $key = '19039355', $DB_Parallel = ??? ).../Phone.php:223
100.00411337680KRDB_PhoneNS->KRDB( $key = '19039355', $DB_Parallel = NULL ).../KRDB.php:45
110.00411338088KRDB_Namespace->KRDB( $key = ['phone7' => '1903935', 'phone8' => '19039355'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00411338728KRDB->__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' => '1903935', 'phone8' => '19039355'], $DB_Parallel = NULL ).../KRDB.php:438
130.00411338728KRDB_Namespace->load( $key = ['phone7' => '1903935', 'phone8' => '19039355'], $DB_Parallel = NULL ).../KRDB.php:293
140.00411338728KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1903935', 'phone8' => '19039355'], $DB_Parallel = NULL ).../KRDB.php:492
150.00832378440hb\core\Serializer->out( $serialized_data = '(/X>\000\f\004N\022S\020`X\rx\006Tqlۘ]*qҷa\acւEn\005I\006\017\027\022\004mհ\001U,$))\021\fy\020\000ϞwˏK\022\022\022/oVP\fa5?\021&\001\000(fh‘h^ jVCbS\023\023mVj\f5V4RR(\000k1\002\te/\001\021\003\016fvXy?0Լ5"9B}^22r;6\0311Fq0茩`\f1T\001:\003#K\r\033\n\003#</֞CX):-+5Ʈ\033+}\'\031b\037U\006;\034Gw\000q^y`~"ZG\tŚ\023Q\0321Hc\023Xg\\(5egLc،@\027\'"\ttֽRcd@k}\032Ԕ\030^oվ\\c/顕eJB9a\001\022t\027\bb\026L@B\vFaD>)D)E\abceߜ`z[\b'... ).../DT.php:92
160.00832378472zstd_uncompress( $data = '(/X>\000\f\004N\022S\020`X\rx\006Tqlۘ]*qҷa\acւEn\005I\006\017\027\022\004mհ\001U,$))\021\fy\020\000ϞwˏK\022\022\022/oVP\fa5?\021&\001\000(fh‘h^ jVCbS\023\023mVj\f5V4RR(\000k1\002\te/\001\021\003\016fvXy?0Լ5"9B}^22r;6\0311Fq0茩`\f1T\001:\003#K\r\033\n\003#</֞CX):-+5Ʈ\033+}\'\031b\037U\006;\034Gw\000q^y`~"ZG\tŚ\023Q\0321Hc\023Xg\\(5egLc،@\027\'"\ttֽRcd@k}\032Ԕ\030^oվ\\c/顕eJB9a\001\022t\027\bb\026L@B\vFaD>)D)E\abceߜ`z[\b'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 4124616 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//report/reverse_phone_lookup?phone=19039355165 • 3.138.102.30 • site-id: 22 • rd/phoneowner.us • Jun 08, 08:06:44 • git bc137395bc

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