( ! ) Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 5025416 bytes) in /rd/homebase/hb/core/Serializer.php on line 57
Call Stack
#TimeMemoryFunctionLocation
10.00311014312{main}( ).../index.php:0
20.00311014688Controller::dispatch( $url = '/phone', $params = ['p' => '7185273640'], $layout = '_layout' ).../index.php:2
30.00341026896Controller::action( $path = 'phone', $p = ['p' => '7185273640', 'cssTableClass' => 'ownerAddresInformation', 'cssTableParentClass' => 'table-scroll'] ).../Controller.php:169
40.00351042344Action->_call( $method = 'phone', $url = 'phone' ).../Controller.php:265
50.00441147784Action->_reflection_call( $method = 'phone' ).../Action.php:177
60.00441148768Action_Phone_Root->phone( $p = '7185273640' ).../Action.php:236
70.00441150448Phone::isForbidden( $phone = '17185273640' ).../Root.php:491
80.00441182872KRDB_Phone::isForbidden( $phone = '17185273640' ).../Phone.php:130
90.00441182912KRDB::i( $namespace = 'phone', $key = '17185273', $DB_Parallel = ??? ).../Phone.php:223
100.00441187464KRDB_PhoneNS->KRDB( $key = '17185273', $DB_Parallel = NULL ).../KRDB.php:45
110.00441187872KRDB_Namespace->KRDB( $key = ['phone7' => '1718527', 'phone8' => '17185273'], $DB_Parallel = NULL ).../PhoneNS.php:32
120.00451188512KRDB->__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' => '1718527', 'phone8' => '17185273'], $DB_Parallel = NULL ).../KRDB.php:438
130.00451188512KRDB_Namespace->load( $key = ['phone7' => '1718527', 'phone8' => '17185273'], $DB_Parallel = NULL ).../KRDB.php:293
140.00451188512KRDB_Storage_DT->load( $namespace = 'phone', $key = ['phone7' => '1718527', 'phone8' => '17185273'], $DB_Parallel = NULL ).../KRDB.php:492
150.00882381880hb\core\Serializer->out( $serialized_data = '(/XiL\000\004.K\005p\021S\020xG\006\002\033&,\a~\005\026%\026ȁe¯\026,\03606[n\0229II\b\020)g\001TW%""":\032>\017\005܂жn7\021\021Z\002\031\031\0010\021"\021\021\')0 [g6KL\\5\033?\v\004̸jJs8<ӌ\002+^|`\'}A;UKk^\035Dlf0\031aFȰ!\016WdD\020֫\023dO\016ӯ~+&O6($h.a^\036P@w\005\004:©|i=Bhۗ{}\0247\004iAȿ\026&<\020JR-rLX<_\003\'||\020R\0360::1|\035qLJD\035y)I[!\0209?-\001դw:}t+8)?\bmJ(L\037\036X"%"Ahv!ZKu\002; ۿO\'\025C\001\nO[\026!RF\006!Ώ@5/vV9\vQ`r\025edIGi;|:x<#iuQ\fQ\tK)Wg\021]`\'\001\027`օ'... ).../DT.php:92
160.00882381912zstd_uncompress( $data = '(/XiL\000\004.K\005p\021S\020xG\006\002\033&,\a~\005\026%\026ȁe¯\026,\03606[n\0229II\b\020)g\001TW%""":\032>\017\005܂жn7\021\021Z\002\031\031\0010\021"\021\021\')0 [g6KL\\5\033?\v\004̸jJs8<ӌ\002+^|`\'}A;UKk^\035Dlf0\031aFȰ!\016WdD\020֫\023dO\016ӯ~+&O6($h.a^\036P@w\005\004:©|i=Bhۗ{}\0247\004iAȿ\026&<\020JR-rLX<_\003\'||\020R\0360::1|\035qLJD\035y)I[!\0209?-\001դw:}t+8)?\bmJ(L\037\036X"%"Ahv!ZKu\002; ۿO\'\025C\001\nO[\026!RF\006!Ώ@5/vV9\vQ`r\025edIGi;|:x<#iuQ\fQ\tK)Wg\021]`\'\001\027`օ'... ).../Serializer.php:57
'"/>
Exception:Error\FatalErrorException(Allowed memory size of 268435456 bytes exhausted (tried to allocate 5025416 bytes))
server t8misc1.ny.7w7.us • https://phoneowner.us//phone/7185273640 • 18.219.222.92 • site-id: 22 • rd/phoneowner.us • May 17, 05:48:27 • git f7dc7925a5

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