Notice (8): Memcache::get(): Server localhost (tcp 11211) failed with: Connection refused (111) [APP/Controller/Component/CommonComponent.php, line 53]Code Context $memcache = new Memcache();
$memcache->addServer("localhost", 11211);
return $memcache->get(env("HTTP_HOST").$key);
$key = 'top_patrons'
$memcache = object(Memcache) {
connection => resource
}Memcache::get() - [internal], line ??
CommonComponent::getMemCache() - APP/Controller/Component/CommonComponent.php, line 53
HomeController::index() - APP/Controller/HomeController.php, line 34
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 486
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 111
Notice (8): Memcache::set() [memcache.set]: Server localhost (tcp 11211) failed with: Connection refused (111) [APP/Controller/Component/CommonComponent.php, line 43]Code Context $memcache->addServer("localhost", 11211,0);
$memcache->set(env("HTTP_HOST").$key,$value, 0, $second);
$key = 'top_patrons'
$value = array(
(int) 0 => array(
'User' => array(
'id' => '5',
'twid' => '736543944767471616',
'screen_name' => 'kaoruShidou',
'name' => '紫藤薫',
'about' => null,
'img_url' => '/files/profile/736543944767471616_normal.jpg',
'img_url_original' => '/files/profile/736543944767471616_original.jpg',
'role' => '1',
'admin' => '0',
'premium' => '2',
'sponsor' => true,
'status' => '1',
'is_deleted' => false,
'profile' => '',
'cnt_activity' => '0',
'cnt_mail' => '0',
'created' => '2019-03-13 00:21:28',
'modified' => '2019-07-10 22:55:40',
'ip' => null
)
),
(int) 1 => array(
'User' => array(
'id' => '2',
'twid' => '765728459763032064',
'screen_name' => 'novecoco',
'name' => 'ノベルゲームコレクション@TGF2018開催中!',
'about' => null,
'img_url' => '/files/profile/765728459763032064_normal.jpg',
'img_url_original' => '/files/profile/765728459763032064_original.jpg',
'role' => '1',
'admin' => '0',
'premium' => '2',
'sponsor' => true,
'status' => '1',
'is_deleted' => false,
'profile' => '',
'cnt_activity' => '0',
'cnt_mail' => '0',
'created' => '2019-03-11 13:10:32',
'modified' => '2019-08-28 13:34:55',
'ip' => null
)
),
(int) 2 => array(
'User' => array(
'id' => '1',
'twid' => '308825523',
'screen_name' => 'shikemokumk',
'name' => 'シケモクMK',
'about' => 'aaabbb',
'img_url' => '/files/profile/308825523_normal.jpg',
'img_url_original' => '/files/profile/308825523_original.jpg',
'role' => '1',
'admin' => '1',
'premium' => '2',
'sponsor' => true,
'status' => '1',
'is_deleted' => false,
'profile' => '',
'cnt_activity' => '0',
'cnt_mail' => '0',
'created' => '2019-03-08 13:55:16',
'modified' => '2020-10-16 12:32:20',
'ip' => null
)
),
(int) 3 => array(
'User' => array(
'id' => '4',
'twid' => '234441876',
'screen_name' => 'Shidoukaoru',
'name' => '紫藤薫|実卓リプレイ動画作成中',
'about' => 'テストテスト',
'img_url' => '/files/profile/234441876_normal.jpg',
'img_url_original' => '/files/profile/234441876_original.jpg',
'role' => '1',
'admin' => '0',
'premium' => '2',
'sponsor' => true,
'status' => '1',
'is_deleted' => false,
'profile' => '',
'cnt_activity' => '0',
'cnt_mail' => '0',
'created' => '2019-03-11 21:21:56',
'modified' => '2019-07-12 08:38:35',
'ip' => null
)
),
(int) 4 => array(
'User' => array(
'id' => '6',
'twid' => '4771664300',
'screen_name' => 'tyranobase',
'name' => 'ティラノ(公式)',
'about' => null,
'img_url' => '/files/profile/4771664300_normal.png',
'img_url_original' => '/files/profile/4771664300_original.png',
'role' => '1',
'admin' => '0',
'premium' => '2',
'sponsor' => true,
'status' => '1',
'is_deleted' => false,
'profile' => '',
'cnt_activity' => '0',
'cnt_mail' => '0',
'created' => '2019-03-24 17:23:07',
'modified' => '2019-06-07 18:23:53',
'ip' => null
)
),
(int) 5 => array(
'User' => array(
'id' => '3',
'twid' => '984381030277595137',
'screen_name' => 'TyranoOnline',
'name' => 'ティラノオンライン【公式】',
'about' => null,
'img_url' => '/files/profile/984381030277595137_normal.jpg',
'img_url_original' => '/files/profile/984381030277595137_original.jpg',
'role' => '1',
'admin' => '0',
'premium' => '2',
'sponsor' => true,
'status' => '1',
'is_deleted' => false,
'profile' => '',
'cnt_activity' => '0',
'cnt_mail' => '0',
'created' => '2019-03-11 14:42:20',
'modified' => '2019-03-11 14:42:20',
'ip' => null
)
)
)
$second = (int) 60
$memcache = object(Memcache) {
connection => resource
}Memcache::set() - [internal], line ??
CommonComponent::setMemCache() - APP/Controller/Component/CommonComponent.php, line 43
HomeController::index() - APP/Controller/HomeController.php, line 47
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 486
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 111