Notice (8): Undefined property: stdClass::$l102 [APP/Controller/AppController.php, line 146]Code Context
$lc = $contents->$l;
if(is_null($m)){
$l = 'l102' $m = null $s = null $file = object(Cake\Filesystem\File) { Folder => object(Cake\Filesystem\Folder) {} name => 'categories.json' info => [] handle => null lock => null path => '/var/www/html/c9fdo/src/Model/categories.json' } $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }App\Controller\AppController::get_category() - APP/Controller/AppController.php, line 146 App\Controller\QuestionsController::inventoryL() - APP/Controller/QuestionsController.php, line 148 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 610 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 98 [main] - ROOT/webroot/index.php, line 40
Warning (512): Unable to emit headers. Headers sent in file=/var/www/html/c9fdo/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [CORE/src/Http/ResponseEmitter.php, line 51]Code Contextif (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
} else {
$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ] ], 'file' => null, 'fileRange' => [], 'cookies' => object(Cake\Http\Cookie\CookieCollection) {}, 'cacheDirectives' => [], 'body' => '<!doctype html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="format-detection" content="telephon=no"> <meta name="description" content=""> <meta name="keywords" content="" /> <link rel="icon" type="image/x-icon" href="http://35.194.117.161/c9fdo/favicon.ico"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Raleway:900|Noto+Sans+JP:700,900" rel="stylesheet"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <script type="text/javascript" src="/c9fdo/js/jquery.js"></script> <script type="text/javascript" src="/c9fdo/js/jquery.validate.min.js" ></script> <script type="text/javascript" src="/c9fdo/js/jquery.cookie.js" ></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> <script src="https://ajaxzip3.github.io/ajaxzip3.js" charset="UTF-8"></script> <script type="text/javascript"><!-- var xml = {}; function setMenuItem(type,code,s0,s1){ var s = document.getElementsByTagName("head")[0].appendChild(document.createElement("script")); s.type = "text/javascript"; s.charset = "utf-8"; var optionIndex0 = s0.options.length; //沿線のOPTION数取得 var optionIndex1 = s1.options.length; //駅のOPTION数取得 if (type == 0){ for ( i=0 ; i <= optionIndex0 ; i++ ){s0.options[0]=null} //沿線削除 for ( i=0 ; i <= optionIndex1 ; i++ ){s1.options[0]=null} //駅削除 s1.options[0] = new Option("----",0); //駅OPTIONを空に if (code == 0){ s0.options[0] = new Option("----",0); //沿線OPTIONを空に }else{ s.src = "http://www.ekidata.jp/api/p/" + code + ".json"; //沿線JSONデータURL } }else{ for ( i=0 ; i <= optionIndex1 ; i++ ){s1.options[0]=null} //駅削除 if (code == 0){ s1.options[0] = new Option("----",0); //駅OPTIONを空に }else{ s.src = "http://www.ekidata.jp/api/l/" + code + ".json"; //駅JSONデータURL } } xml.onload = function(data){ var line = data["line"]; var station_l = data["station_l"]; if(line != null){ s0.options[0] = new Option("----",0); //OPTION1番目はNull for( i=0; i<line.length; i++){ ii = i + 1 //OPTIONは2番目から表示 var op_line_name = line[i].line_name; var op_line_cd = line[i].line_cd; s0.options[ii] = new Option(op_line_name,op_line_cd); } } if(station_l != null){ s1.options[0] = new Option("----",0); //OPTION1番目はNull for( i=0; i<station_l.length; i++){ ii = i + 1 //OPTIONは2番目から表示 var op_station_name = station_l[i].station_name; var op_station_cd = station_l[i].station_cd; s1.options[ii] = new Option(op_station_name,op_station_cd); } } } } // --></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="/c9fdo/css/base.css"/><link rel="stylesheet" href="/c9fdo/css/dest/reset.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/base.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/common.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/expert-register.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/under.min.css?v=1.1"/><link rel="stylesheet" href="/c9fdo/css/dest/style.css"/><link rel="stylesheet" href="/c9fdo/css/guide.css"/><link rel="stylesheet" href="/c9fdo/css/expert.css"/><link rel="stylesheet" href="/c9fdo/css/quote.css"/><link rel="stylesheet" href="/c9fdo/css/expert-search.css?v1.1"/><script src="/c9fdo/js/expert-search.js"></script><script src="/c9fdo/js/modal.js"></script><script src="/c9fdo/js/handlebars-v4.1.2.js"></script> <title>不動産ドットコム</title> </head><body class="under"> <header> <div class="sp_utility sp"> <div class="inner"> <p>不動産ドットコム・不動産についての無料相談や、不動産専門家の検索</p> </div> </div> <div class="utility pc"> <div class="clearfix inner"> <p class="left">不動産ドットコム・不動産についての無料相談や、不動産専門家の検索</p> <ul class="right clearfix"> <li class="left"><a href="/c9fdo/questions/add">不動産についての無料相談</a></li> <li class="left"><a href="/c9fdo/news">不動産ドットコムニュース</a></li> <li class="left"><a href="/c9fdo/expertuser/login">不動産業者&専門家はこちら</a></li> </ul> </div> </div> <div class="sp_menu sp"> <div class="inner clearfix"> <h1><a href="/c9fdo/" class="left"><img src="/c9fdo/img//header/logo.png" alt="不動産の相談なら不動産ドットコム"></a></h1> <div class="toggle"> <span></span> <span></span> <span></span> </div> <nav class="global_nav"> <ul> <li><a href="/c9fdo/questions/add">不動産についての無料相談</a></li> <li><a href="/c9fdo/news">不動産ドットコムニュース</a></li> <li><a href="/c9fdo/expertuser/login">不動産業者&専門家はこちら</a></li> <li><a href="/c9fdo/users/login"><i class="fa fa-sign-in" aria-hidden="true"></i>ログイン</a></li> <li><a href="/c9fdo/users/register"><i class="fa fa-user-plus" aria-hidden="true"></i>会員登録</a></li> <li><a href="/c9fdo/info/faq"><i class="fa fa-question-circle" aria-hidden="true"></i>ヘルプ</a></li> </ul> </nav> </div> </div> <div class="menu clearfix inner pc"><!-- img srcの呼び方 要改 --> <a href="/c9fdo/" class="left"><img src="/c9fdo/img/header/logo.png" alt="不動産の相談なら不動産ドットコム"></a> <ul class="right clearfix"> <li class="left"> <a href="/c9fdo/users/login"> <div> <i class="fa fa-sign-in" aria-hidden="true"></i> </div> <span>ログイン</span> </a> </li> <li class="left"> <a href="/c9fdo/users/register"> <div> <i class="fa fa-user-plus" aria-hidden="true"></i> </div> <span>会員登録</span> </a> </li> <li class="left"> <a href="/c9fdo/info/faq"> <div> <i class="fa fa-question-circle" aria-hidden="true"></i> </div> <span>ヘルプ</span> </a> </li> </ul> </div><!--<?//php echo $this->is_expert($current_user["expert_flag"]);var_dump($current_user["expert_flag"]);?>--> </header> <div class="top_info" style="background: url(/c9fdo/img/top/town.jpg) left top repeat-x;"> <div class="inner"> <div class="info_close">閉じる<i class="fa fa-close" aria-hidden="true"></i></div> <p class="bold">「不動産ドットコム」は日本最大級の、不動産「相談」ポータルサイトです</p> <p style="width:90%;"> 「不動産ドットコム」は、不動産の専門家に無料で相談できる「不動産相談回答コーナー」や、 地域や分野などから、評判の良い不動産屋さんや、リフォーム業者・不動産関連の専門職士 業事務所を探せる「 不動産専門家&不動産業者検索 」など、不動産関連の相談や、不動産ト ラブルの解決サポートするコンテンツを多数ご用意しています。 詳しくは「 <a href="/c9fdo/info/faq">はじめての方へ</a>」をご覧ください。 </p> </div> </div> <style type="text/css"> #column{column-count: 2;} @media screen and (max-width:768px){ #column{column-count: 1;} } </style> <div class="search_category"> <div class="inner"> <ul class="bread"> <li><a href="/c9fdo/index">不動産ドットコムTOP</a></li> <li><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-trace').style.display = (document.getElementById('cakeErr67403cbc30f68-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>14</b>]<div id="cakeErr67403cbc30f68-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-code').style.display = (document.getElementById('cakeErr67403cbc30f68-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-context').style.display = (document.getElementById('cakeErr67403cbc30f68-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc30f68-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/index"</span><span style="color: #007700">></span><span style="color: #0000BB">不動産ドットコムTOP</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">></</span><span style="color: #0000BB">li</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name ?></span></li></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc30f68-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 14 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></li> </ul> <h1><img src="/c9fdo/img/top/<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-trace').style.display = (document.getElementById('cakeErr67403cbc31836-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'icon' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>16</b>]<div id="cakeErr67403cbc31836-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-code').style.display = (document.getElementById('cakeErr67403cbc31836-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-context').style.display = (document.getElementById('cakeErr67403cbc31836-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc31836-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h1</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/top/<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">icon</span><span style="color: #DD0000"> ?>" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"added_icon"</span><span style="color: #0000BB"> </span><span style="color: #DD0000">"><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?></h1></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc31836-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 16 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre>" alt="" class="added_icon" "><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-trace').style.display = (document.getElementById('cakeErr67403cbc320c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>16</b>]<div id="cakeErr67403cbc320c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-code').style.display = (document.getElementById('cakeErr67403cbc320c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-context').style.display = (document.getElementById('cakeErr67403cbc320c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc320c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h1</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/top/<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">icon</span><span style="color: #DD0000"> ?>" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"added_icon"</span><span style="color: #0000BB"> </span><span style="color: #DD0000">"><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?></h1></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc320c7-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 16 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></h1> <div class="clearfix" > <p class="left"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-trace').style.display = (document.getElementById('cakeErr67403cbc32a11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'description' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>18</b>]<div id="cakeErr67403cbc32a11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-code').style.display = (document.getElementById('cakeErr67403cbc32a11-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-context').style.display = (document.getElementById('cakeErr67403cbc32a11-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc32a11-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"left"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">description ?></span></p></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/experts/search/?l_cate_name=<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?>"</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/under/large_category_search_ban.png" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"詳しい専門家を探す" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"right"</span><span style="color: #007700">></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc32a11-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 18 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></p> <a href="/c9fdo/experts/search/?l_cate_name=<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-trace').style.display = (document.getElementById('cakeErr67403cbc332be-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>19</b>]<div id="cakeErr67403cbc332be-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-code').style.display = (document.getElementById('cakeErr67403cbc332be-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-context').style.display = (document.getElementById('cakeErr67403cbc332be-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc332be-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"left"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">description ?></span></p></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/experts/search/?l_cate_name=<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?>"</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/under/large_category_search_ban.png" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"詳しい専門家を探す" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"right"</span><span style="color: #007700">></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc332be-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 19 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre>"><img src="/c9fdo/img/under/large_category_search_ban.png" alt="詳しい専門家を探す" class="right"></a> </div> <!-- <div class="clearfix" id="column" > --> <div class="flex_sb" > <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-trace').style.display = (document.getElementById('cakeErr67403cbc33ba4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'middle_categories' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>25</b>]<div id="cakeErr67403cbc33ba4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-code').style.display = (document.getElementById('cakeErr67403cbc33ba4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-context').style.display = (document.getElementById('cakeErr67403cbc33ba4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc33ba4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">middle_categories </span><span style="color: #007700">as </span><span style="color: #0000BB">$category_m </span><span style="color: #007700">=> </span><span style="color: #0000BB">$content_m</span><span style="color: #007700">):</span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"display: inline-block;"</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc33ba4-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 25 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-trace').style.display = (document.getElementById('cakeErr67403cbc34421-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>25</b>]<div id="cakeErr67403cbc34421-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-code').style.display = (document.getElementById('cakeErr67403cbc34421-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-context').style.display = (document.getElementById('cakeErr67403cbc34421-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc34421-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">middle_categories </span><span style="color: #007700">as </span><span style="color: #0000BB">$category_m </span><span style="color: #007700">=> </span><span style="color: #0000BB">$content_m</span><span style="color: #007700">):</span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"display: inline-block;"</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc34421-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 25 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> </div> </div> </div> <footer> <div class="inner clearfix"> <div class="left"> <p>運営会社:株式会社 不動産ドットコム</p> <small>Copyright © 不動産ドットコム All rights reserved.</small> </div> <ul class="right clearfix"> <li class="left"><a href="/c9fdo/info/service">サービス概要</a></li> <li class="left"><a href="/c9fdo/info/company">運営会社情報</a></li> <li class="left"><a href="/c9fdo/info/guideline">ガイドライン</a></li> <li class="left"><a href="/c9fdo/info/privacy">プライバシーの考え方</a></li> <li class="left"><a href="/c9fdo/info/terms">利用規約</a></li> <li class="left"><a href="/c9fdo/info/contact">お問い合わせ</a></li> </ul> </div> <div id="ROOT_URL" data-root="/c9fdo"></div> </footer> <script src="/c9fdo/js/top.js" type="text/javascript" charset="utf-8" async defer></script> <!--設定のマウスオーバー--> <!--後で不要なものけす--> <script type="text/javascript"> $(function () { $(".left>.popupbtn").each(function () { var h = -10; var g = 150; var c = 250; var b = null; var e = false; var d = false; var a = $(".trigger", this); var f = $(".popup", this).css("opacity", 0); $([a.get(0), f.get(0)]).mouseover(function () { if (b) { clearTimeout(b) } if (e || d) { return } else { e = true; f.css({display: "block"}).animate({opacity: 1}, g, "swing", function () { e = false; d = true }) } return false }); $([a.get(0), f.get(0)]).mouseout(function () { if (b) { clearTimeout(b) } b = setTimeout(function () { b = null; f.animate({opacity: 0}, g, "swing", function () { d = false; f.css("display", "none") }) }, c); return false }) }) }); </script> <!--絞り込みselect--> <script type="text/javascript"> var $children = $('.children'); //都道府県の要素を変数に入れます。 var original = $children.html(); //後のイベントで、不要なoption要素を削除するため、オリジナルをとっておく //地方側のselect要素が変更になるとイベントが発生 $('.parent').change(function() { //選択された地方のvalueを取得し変数に入れる var val1 = $(this).val(); //削除された要素をもとに戻すため.html(original)を入れておく $children.html(original).find('option').each(function() { var val2 = $(this).data('val'); //data-valの値を取得 //valueと異なるdata-valを持つ要素を削除 if (val1 != val2) { $(this).not(':first-child').remove(); } }); //地方側のselect要素が未選択の場合、都道府県をdisabledにする if ($(this).val() == "") { $children.attr('disabled', 'disabled'); } else { $children.removeAttr('disabled'); } }); </script> <script type="text/javascript"> var $grandchildren = $('.grandchildren'); //都道府県の要素を変数に入れます。 var grandoriginal = $grandchildren.html(); //地方側のselect要素が変更になるとイベントが発生 $('.children').change(function() { //選択された地方のvalueを取得し変数に入れる var val3 = $(this).val(); //削除された要素をもとに戻すため.html(original)を入れておく $grandchildren.html(grandoriginal).find('option').each(function() { var val4 = $(this).data('valgc'); //data-valの値を取得 //valueと異なるdata-valを持つ要素を削除 if (val3 != val4) { $(this).not(':first-child').remove(); } }); if ($(this).data('val') == "") { $grandchildren.attr('disabled', 'disabled'); } else { $grandchildren.removeAttr('disabled'); } }); </script> <!--フォーム文字数50カウントダウン--> <script type="text/javascript"> $(function(){ var countMax = 50; $('input').bind('keydown keyup keypress hcange',function(){ var thisValueLength = $(this).val().length; var countDown = (countMax)-(thisValueLength); $('.count50').html(countDown); if(countDown < 0){ $('.count50').css({color:'#ff0000'}); }else{ $('.count50').css({color:'#000000'}); } }) }); </script> <!--フォーム文字数1000カウントダウン--> <script type="text/javascript"> $(function(){ var countMax = 1000; $('textarea').bind('keydown keyup keypress hcange',function(){ var thisValueLength = $(this).val().length; var countDown = (countMax)-(thisValueLength); $('.count').html(countDown); if(countDown < 0){ $('.count').css({color:'#ff0000'}); }else{ $('.count').css({color:'#000000'}); } }) }); </script> </body> </html> ' } $maxBufferLength = (int) 8192 $file = '/var/www/html/c9fdo/vendor/cakephp/cakephp/src/Error/Debugger.php' $line = (int) 853 $message = 'Unable to emit headers. Headers sent in file=/var/www/html/c9fdo/vendor/cakephp/cakephp/src/Error/Debugger.php line=853'Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/c9fdo/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 152]Code Context$response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
));
$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ] ], 'file' => null, 'fileRange' => [], 'cookies' => object(Cake\Http\Cookie\CookieCollection) {}, 'cacheDirectives' => [], 'body' => '<!doctype html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="format-detection" content="telephon=no"> <meta name="description" content=""> <meta name="keywords" content="" /> <link rel="icon" type="image/x-icon" href="http://35.194.117.161/c9fdo/favicon.ico"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Raleway:900|Noto+Sans+JP:700,900" rel="stylesheet"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <script type="text/javascript" src="/c9fdo/js/jquery.js"></script> <script type="text/javascript" src="/c9fdo/js/jquery.validate.min.js" ></script> <script type="text/javascript" src="/c9fdo/js/jquery.cookie.js" ></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> <script src="https://ajaxzip3.github.io/ajaxzip3.js" charset="UTF-8"></script> <script type="text/javascript"><!-- var xml = {}; function setMenuItem(type,code,s0,s1){ var s = document.getElementsByTagName("head")[0].appendChild(document.createElement("script")); s.type = "text/javascript"; s.charset = "utf-8"; var optionIndex0 = s0.options.length; //沿線のOPTION数取得 var optionIndex1 = s1.options.length; //駅のOPTION数取得 if (type == 0){ for ( i=0 ; i <= optionIndex0 ; i++ ){s0.options[0]=null} //沿線削除 for ( i=0 ; i <= optionIndex1 ; i++ ){s1.options[0]=null} //駅削除 s1.options[0] = new Option("----",0); //駅OPTIONを空に if (code == 0){ s0.options[0] = new Option("----",0); //沿線OPTIONを空に }else{ s.src = "http://www.ekidata.jp/api/p/" + code + ".json"; //沿線JSONデータURL } }else{ for ( i=0 ; i <= optionIndex1 ; i++ ){s1.options[0]=null} //駅削除 if (code == 0){ s1.options[0] = new Option("----",0); //駅OPTIONを空に }else{ s.src = "http://www.ekidata.jp/api/l/" + code + ".json"; //駅JSONデータURL } } xml.onload = function(data){ var line = data["line"]; var station_l = data["station_l"]; if(line != null){ s0.options[0] = new Option("----",0); //OPTION1番目はNull for( i=0; i<line.length; i++){ ii = i + 1 //OPTIONは2番目から表示 var op_line_name = line[i].line_name; var op_line_cd = line[i].line_cd; s0.options[ii] = new Option(op_line_name,op_line_cd); } } if(station_l != null){ s1.options[0] = new Option("----",0); //OPTION1番目はNull for( i=0; i<station_l.length; i++){ ii = i + 1 //OPTIONは2番目から表示 var op_station_name = station_l[i].station_name; var op_station_cd = station_l[i].station_cd; s1.options[ii] = new Option(op_station_name,op_station_cd); } } } } // --></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="/c9fdo/css/base.css"/><link rel="stylesheet" href="/c9fdo/css/dest/reset.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/base.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/common.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/expert-register.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/under.min.css?v=1.1"/><link rel="stylesheet" href="/c9fdo/css/dest/style.css"/><link rel="stylesheet" href="/c9fdo/css/guide.css"/><link rel="stylesheet" href="/c9fdo/css/expert.css"/><link rel="stylesheet" href="/c9fdo/css/quote.css"/><link rel="stylesheet" href="/c9fdo/css/expert-search.css?v1.1"/><script src="/c9fdo/js/expert-search.js"></script><script src="/c9fdo/js/modal.js"></script><script src="/c9fdo/js/handlebars-v4.1.2.js"></script> <title>不動産ドットコム</title> </head><body class="under"> <header> <div class="sp_utility sp"> <div class="inner"> <p>不動産ドットコム・不動産についての無料相談や、不動産専門家の検索</p> </div> </div> <div class="utility pc"> <div class="clearfix inner"> <p class="left">不動産ドットコム・不動産についての無料相談や、不動産専門家の検索</p> <ul class="right clearfix"> <li class="left"><a href="/c9fdo/questions/add">不動産についての無料相談</a></li> <li class="left"><a href="/c9fdo/news">不動産ドットコムニュース</a></li> <li class="left"><a href="/c9fdo/expertuser/login">不動産業者&専門家はこちら</a></li> </ul> </div> </div> <div class="sp_menu sp"> <div class="inner clearfix"> <h1><a href="/c9fdo/" class="left"><img src="/c9fdo/img//header/logo.png" alt="不動産の相談なら不動産ドットコム"></a></h1> <div class="toggle"> <span></span> <span></span> <span></span> </div> <nav class="global_nav"> <ul> <li><a href="/c9fdo/questions/add">不動産についての無料相談</a></li> <li><a href="/c9fdo/news">不動産ドットコムニュース</a></li> <li><a href="/c9fdo/expertuser/login">不動産業者&専門家はこちら</a></li> <li><a href="/c9fdo/users/login"><i class="fa fa-sign-in" aria-hidden="true"></i>ログイン</a></li> <li><a href="/c9fdo/users/register"><i class="fa fa-user-plus" aria-hidden="true"></i>会員登録</a></li> <li><a href="/c9fdo/info/faq"><i class="fa fa-question-circle" aria-hidden="true"></i>ヘルプ</a></li> </ul> </nav> </div> </div> <div class="menu clearfix inner pc"><!-- img srcの呼び方 要改 --> <a href="/c9fdo/" class="left"><img src="/c9fdo/img/header/logo.png" alt="不動産の相談なら不動産ドットコム"></a> <ul class="right clearfix"> <li class="left"> <a href="/c9fdo/users/login"> <div> <i class="fa fa-sign-in" aria-hidden="true"></i> </div> <span>ログイン</span> </a> </li> <li class="left"> <a href="/c9fdo/users/register"> <div> <i class="fa fa-user-plus" aria-hidden="true"></i> </div> <span>会員登録</span> </a> </li> <li class="left"> <a href="/c9fdo/info/faq"> <div> <i class="fa fa-question-circle" aria-hidden="true"></i> </div> <span>ヘルプ</span> </a> </li> </ul> </div><!--<?//php echo $this->is_expert($current_user["expert_flag"]);var_dump($current_user["expert_flag"]);?>--> </header> <div class="top_info" style="background: url(/c9fdo/img/top/town.jpg) left top repeat-x;"> <div class="inner"> <div class="info_close">閉じる<i class="fa fa-close" aria-hidden="true"></i></div> <p class="bold">「不動産ドットコム」は日本最大級の、不動産「相談」ポータルサイトです</p> <p style="width:90%;"> 「不動産ドットコム」は、不動産の専門家に無料で相談できる「不動産相談回答コーナー」や、 地域や分野などから、評判の良い不動産屋さんや、リフォーム業者・不動産関連の専門職士 業事務所を探せる「 不動産専門家&不動産業者検索 」など、不動産関連の相談や、不動産ト ラブルの解決サポートするコンテンツを多数ご用意しています。 詳しくは「 <a href="/c9fdo/info/faq">はじめての方へ</a>」をご覧ください。 </p> </div> </div> <style type="text/css"> #column{column-count: 2;} @media screen and (max-width:768px){ #column{column-count: 1;} } </style> <div class="search_category"> <div class="inner"> <ul class="bread"> <li><a href="/c9fdo/index">不動産ドットコムTOP</a></li> <li><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-trace').style.display = (document.getElementById('cakeErr67403cbc30f68-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>14</b>]<div id="cakeErr67403cbc30f68-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-code').style.display = (document.getElementById('cakeErr67403cbc30f68-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-context').style.display = (document.getElementById('cakeErr67403cbc30f68-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc30f68-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/index"</span><span style="color: #007700">></span><span style="color: #0000BB">不動産ドットコムTOP</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">></</span><span style="color: #0000BB">li</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name ?></span></li></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc30f68-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 14 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></li> </ul> <h1><img src="/c9fdo/img/top/<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-trace').style.display = (document.getElementById('cakeErr67403cbc31836-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'icon' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>16</b>]<div id="cakeErr67403cbc31836-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-code').style.display = (document.getElementById('cakeErr67403cbc31836-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-context').style.display = (document.getElementById('cakeErr67403cbc31836-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc31836-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h1</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/top/<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">icon</span><span style="color: #DD0000"> ?>" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"added_icon"</span><span style="color: #0000BB"> </span><span style="color: #DD0000">"><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?></h1></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc31836-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 16 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre>" alt="" class="added_icon" "><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-trace').style.display = (document.getElementById('cakeErr67403cbc320c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>16</b>]<div id="cakeErr67403cbc320c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-code').style.display = (document.getElementById('cakeErr67403cbc320c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-context').style.display = (document.getElementById('cakeErr67403cbc320c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc320c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h1</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/top/<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">icon</span><span style="color: #DD0000"> ?>" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"added_icon"</span><span style="color: #0000BB"> </span><span style="color: #DD0000">"><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?></h1></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc320c7-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 16 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></h1> <div class="clearfix" > <p class="left"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-trace').style.display = (document.getElementById('cakeErr67403cbc32a11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'description' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>18</b>]<div id="cakeErr67403cbc32a11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-code').style.display = (document.getElementById('cakeErr67403cbc32a11-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-context').style.display = (document.getElementById('cakeErr67403cbc32a11-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc32a11-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"left"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">description ?></span></p></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/experts/search/?l_cate_name=<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?>"</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/under/large_category_search_ban.png" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"詳しい専門家を探す" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"right"</span><span style="color: #007700">></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc32a11-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 18 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></p> <a href="/c9fdo/experts/search/?l_cate_name=<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-trace').style.display = (document.getElementById('cakeErr67403cbc332be-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>19</b>]<div id="cakeErr67403cbc332be-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-code').style.display = (document.getElementById('cakeErr67403cbc332be-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-context').style.display = (document.getElementById('cakeErr67403cbc332be-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc332be-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"left"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">description ?></span></p></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/experts/search/?l_cate_name=<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?>"</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/under/large_category_search_ban.png" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"詳しい専門家を探す" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"right"</span><span style="color: #007700">></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc332be-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 19 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre>"><img src="/c9fdo/img/under/large_category_search_ban.png" alt="詳しい専門家を探す" class="right"></a> </div> <!-- <div class="clearfix" id="column" > --> <div class="flex_sb" > <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-trace').style.display = (document.getElementById('cakeErr67403cbc33ba4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'middle_categories' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>25</b>]<div id="cakeErr67403cbc33ba4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-code').style.display = (document.getElementById('cakeErr67403cbc33ba4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-context').style.display = (document.getElementById('cakeErr67403cbc33ba4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc33ba4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">middle_categories </span><span style="color: #007700">as </span><span style="color: #0000BB">$category_m </span><span style="color: #007700">=> </span><span style="color: #0000BB">$content_m</span><span style="color: #007700">):</span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"display: inline-block;"</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc33ba4-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 25 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-trace').style.display = (document.getElementById('cakeErr67403cbc34421-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>25</b>]<div id="cakeErr67403cbc34421-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-code').style.display = (document.getElementById('cakeErr67403cbc34421-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-context').style.display = (document.getElementById('cakeErr67403cbc34421-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc34421-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">middle_categories </span><span style="color: #007700">as </span><span style="color: #0000BB">$category_m </span><span style="color: #007700">=> </span><span style="color: #0000BB">$content_m</span><span style="color: #007700">):</span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"display: inline-block;"</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc34421-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 25 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> </div> </div> </div> <footer> <div class="inner clearfix"> <div class="left"> <p>運営会社:株式会社 不動産ドットコム</p> <small>Copyright © 不動産ドットコム All rights reserved.</small> </div> <ul class="right clearfix"> <li class="left"><a href="/c9fdo/info/service">サービス概要</a></li> <li class="left"><a href="/c9fdo/info/company">運営会社情報</a></li> <li class="left"><a href="/c9fdo/info/guideline">ガイドライン</a></li> <li class="left"><a href="/c9fdo/info/privacy">プライバシーの考え方</a></li> <li class="left"><a href="/c9fdo/info/terms">利用規約</a></li> <li class="left"><a href="/c9fdo/info/contact">お問い合わせ</a></li> </ul> </div> <div id="ROOT_URL" data-root="/c9fdo"></div> </footer> <script src="/c9fdo/js/top.js" type="text/javascript" charset="utf-8" async defer></script> <!--設定のマウスオーバー--> <!--後で不要なものけす--> <script type="text/javascript"> $(function () { $(".left>.popupbtn").each(function () { var h = -10; var g = 150; var c = 250; var b = null; var e = false; var d = false; var a = $(".trigger", this); var f = $(".popup", this).css("opacity", 0); $([a.get(0), f.get(0)]).mouseover(function () { if (b) { clearTimeout(b) } if (e || d) { return } else { e = true; f.css({display: "block"}).animate({opacity: 1}, g, "swing", function () { e = false; d = true }) } return false }); $([a.get(0), f.get(0)]).mouseout(function () { if (b) { clearTimeout(b) } b = setTimeout(function () { b = null; f.animate({opacity: 0}, g, "swing", function () { d = false; f.css("display", "none") }) }, c); return false }) }) }); </script> <!--絞り込みselect--> <script type="text/javascript"> var $children = $('.children'); //都道府県の要素を変数に入れます。 var original = $children.html(); //後のイベントで、不要なoption要素を削除するため、オリジナルをとっておく //地方側のselect要素が変更になるとイベントが発生 $('.parent').change(function() { //選択された地方のvalueを取得し変数に入れる var val1 = $(this).val(); //削除された要素をもとに戻すため.html(original)を入れておく $children.html(original).find('option').each(function() { var val2 = $(this).data('val'); //data-valの値を取得 //valueと異なるdata-valを持つ要素を削除 if (val1 != val2) { $(this).not(':first-child').remove(); } }); //地方側のselect要素が未選択の場合、都道府県をdisabledにする if ($(this).val() == "") { $children.attr('disabled', 'disabled'); } else { $children.removeAttr('disabled'); } }); </script> <script type="text/javascript"> var $grandchildren = $('.grandchildren'); //都道府県の要素を変数に入れます。 var grandoriginal = $grandchildren.html(); //地方側のselect要素が変更になるとイベントが発生 $('.children').change(function() { //選択された地方のvalueを取得し変数に入れる var val3 = $(this).val(); //削除された要素をもとに戻すため.html(original)を入れておく $grandchildren.html(grandoriginal).find('option').each(function() { var val4 = $(this).data('valgc'); //data-valの値を取得 //valueと異なるdata-valを持つ要素を削除 if (val3 != val4) { $(this).not(':first-child').remove(); } }); if ($(this).data('val') == "") { $grandchildren.attr('disabled', 'disabled'); } else { $grandchildren.removeAttr('disabled'); } }); </script> <!--フォーム文字数50カウントダウン--> <script type="text/javascript"> $(function(){ var countMax = 50; $('input').bind('keydown keyup keypress hcange',function(){ var thisValueLength = $(this).val().length; var countDown = (countMax)-(thisValueLength); $('.count50').html(countDown); if(countDown < 0){ $('.count50').css({color:'#ff0000'}); }else{ $('.count50').css({color:'#000000'}); } }) }); </script> <!--フォーム文字数1000カウントダウン--> <script type="text/javascript"> $(function(){ var countMax = 1000; $('textarea').bind('keydown keyup keypress hcange',function(){ var thisValueLength = $(this).val().length; var countDown = (countMax)-(thisValueLength); $('.count').html(countDown); if(countDown < 0){ $('.count').css({color:'#ff0000'}); }else{ $('.count').css({color:'#000000'}); } }) }); </script> </body> </html> ' } $reasonPhrase = 'OK'header - [internal], line ?? Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 152 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 57 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/c9fdo/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 185]Code Context$value
), $first);
$first = false;
$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ] ], 'file' => null, 'fileRange' => [], 'cookies' => object(Cake\Http\Cookie\CookieCollection) {}, 'cacheDirectives' => [], 'body' => '<!doctype html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="format-detection" content="telephon=no"> <meta name="description" content=""> <meta name="keywords" content="" /> <link rel="icon" type="image/x-icon" href="http://35.194.117.161/c9fdo/favicon.ico"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Raleway:900|Noto+Sans+JP:700,900" rel="stylesheet"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <script type="text/javascript" src="/c9fdo/js/jquery.js"></script> <script type="text/javascript" src="/c9fdo/js/jquery.validate.min.js" ></script> <script type="text/javascript" src="/c9fdo/js/jquery.cookie.js" ></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> <script src="https://ajaxzip3.github.io/ajaxzip3.js" charset="UTF-8"></script> <script type="text/javascript"><!-- var xml = {}; function setMenuItem(type,code,s0,s1){ var s = document.getElementsByTagName("head")[0].appendChild(document.createElement("script")); s.type = "text/javascript"; s.charset = "utf-8"; var optionIndex0 = s0.options.length; //沿線のOPTION数取得 var optionIndex1 = s1.options.length; //駅のOPTION数取得 if (type == 0){ for ( i=0 ; i <= optionIndex0 ; i++ ){s0.options[0]=null} //沿線削除 for ( i=0 ; i <= optionIndex1 ; i++ ){s1.options[0]=null} //駅削除 s1.options[0] = new Option("----",0); //駅OPTIONを空に if (code == 0){ s0.options[0] = new Option("----",0); //沿線OPTIONを空に }else{ s.src = "http://www.ekidata.jp/api/p/" + code + ".json"; //沿線JSONデータURL } }else{ for ( i=0 ; i <= optionIndex1 ; i++ ){s1.options[0]=null} //駅削除 if (code == 0){ s1.options[0] = new Option("----",0); //駅OPTIONを空に }else{ s.src = "http://www.ekidata.jp/api/l/" + code + ".json"; //駅JSONデータURL } } xml.onload = function(data){ var line = data["line"]; var station_l = data["station_l"]; if(line != null){ s0.options[0] = new Option("----",0); //OPTION1番目はNull for( i=0; i<line.length; i++){ ii = i + 1 //OPTIONは2番目から表示 var op_line_name = line[i].line_name; var op_line_cd = line[i].line_cd; s0.options[ii] = new Option(op_line_name,op_line_cd); } } if(station_l != null){ s1.options[0] = new Option("----",0); //OPTION1番目はNull for( i=0; i<station_l.length; i++){ ii = i + 1 //OPTIONは2番目から表示 var op_station_name = station_l[i].station_name; var op_station_cd = station_l[i].station_cd; s1.options[ii] = new Option(op_station_name,op_station_cd); } } } } // --></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="/c9fdo/css/base.css"/><link rel="stylesheet" href="/c9fdo/css/dest/reset.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/base.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/common.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/expert-register.min.css"/><link rel="stylesheet" href="/c9fdo/css/dest/under.min.css?v=1.1"/><link rel="stylesheet" href="/c9fdo/css/dest/style.css"/><link rel="stylesheet" href="/c9fdo/css/guide.css"/><link rel="stylesheet" href="/c9fdo/css/expert.css"/><link rel="stylesheet" href="/c9fdo/css/quote.css"/><link rel="stylesheet" href="/c9fdo/css/expert-search.css?v1.1"/><script src="/c9fdo/js/expert-search.js"></script><script src="/c9fdo/js/modal.js"></script><script src="/c9fdo/js/handlebars-v4.1.2.js"></script> <title>不動産ドットコム</title> </head><body class="under"> <header> <div class="sp_utility sp"> <div class="inner"> <p>不動産ドットコム・不動産についての無料相談や、不動産専門家の検索</p> </div> </div> <div class="utility pc"> <div class="clearfix inner"> <p class="left">不動産ドットコム・不動産についての無料相談や、不動産専門家の検索</p> <ul class="right clearfix"> <li class="left"><a href="/c9fdo/questions/add">不動産についての無料相談</a></li> <li class="left"><a href="/c9fdo/news">不動産ドットコムニュース</a></li> <li class="left"><a href="/c9fdo/expertuser/login">不動産業者&専門家はこちら</a></li> </ul> </div> </div> <div class="sp_menu sp"> <div class="inner clearfix"> <h1><a href="/c9fdo/" class="left"><img src="/c9fdo/img//header/logo.png" alt="不動産の相談なら不動産ドットコム"></a></h1> <div class="toggle"> <span></span> <span></span> <span></span> </div> <nav class="global_nav"> <ul> <li><a href="/c9fdo/questions/add">不動産についての無料相談</a></li> <li><a href="/c9fdo/news">不動産ドットコムニュース</a></li> <li><a href="/c9fdo/expertuser/login">不動産業者&専門家はこちら</a></li> <li><a href="/c9fdo/users/login"><i class="fa fa-sign-in" aria-hidden="true"></i>ログイン</a></li> <li><a href="/c9fdo/users/register"><i class="fa fa-user-plus" aria-hidden="true"></i>会員登録</a></li> <li><a href="/c9fdo/info/faq"><i class="fa fa-question-circle" aria-hidden="true"></i>ヘルプ</a></li> </ul> </nav> </div> </div> <div class="menu clearfix inner pc"><!-- img srcの呼び方 要改 --> <a href="/c9fdo/" class="left"><img src="/c9fdo/img/header/logo.png" alt="不動産の相談なら不動産ドットコム"></a> <ul class="right clearfix"> <li class="left"> <a href="/c9fdo/users/login"> <div> <i class="fa fa-sign-in" aria-hidden="true"></i> </div> <span>ログイン</span> </a> </li> <li class="left"> <a href="/c9fdo/users/register"> <div> <i class="fa fa-user-plus" aria-hidden="true"></i> </div> <span>会員登録</span> </a> </li> <li class="left"> <a href="/c9fdo/info/faq"> <div> <i class="fa fa-question-circle" aria-hidden="true"></i> </div> <span>ヘルプ</span> </a> </li> </ul> </div><!--<?//php echo $this->is_expert($current_user["expert_flag"]);var_dump($current_user["expert_flag"]);?>--> </header> <div class="top_info" style="background: url(/c9fdo/img/top/town.jpg) left top repeat-x;"> <div class="inner"> <div class="info_close">閉じる<i class="fa fa-close" aria-hidden="true"></i></div> <p class="bold">「不動産ドットコム」は日本最大級の、不動産「相談」ポータルサイトです</p> <p style="width:90%;"> 「不動産ドットコム」は、不動産の専門家に無料で相談できる「不動産相談回答コーナー」や、 地域や分野などから、評判の良い不動産屋さんや、リフォーム業者・不動産関連の専門職士 業事務所を探せる「 不動産専門家&不動産業者検索 」など、不動産関連の相談や、不動産ト ラブルの解決サポートするコンテンツを多数ご用意しています。 詳しくは「 <a href="/c9fdo/info/faq">はじめての方へ</a>」をご覧ください。 </p> </div> </div> <style type="text/css"> #column{column-count: 2;} @media screen and (max-width:768px){ #column{column-count: 1;} } </style> <div class="search_category"> <div class="inner"> <ul class="bread"> <li><a href="/c9fdo/index">不動産ドットコムTOP</a></li> <li><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-trace').style.display = (document.getElementById('cakeErr67403cbc30f68-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>14</b>]<div id="cakeErr67403cbc30f68-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-code').style.display = (document.getElementById('cakeErr67403cbc30f68-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc30f68-context').style.display = (document.getElementById('cakeErr67403cbc30f68-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc30f68-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/index"</span><span style="color: #007700">></span><span style="color: #0000BB">不動産ドットコムTOP</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">></</span><span style="color: #0000BB">li</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name ?></span></li></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc30f68-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 14 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></li> </ul> <h1><img src="/c9fdo/img/top/<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-trace').style.display = (document.getElementById('cakeErr67403cbc31836-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'icon' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>16</b>]<div id="cakeErr67403cbc31836-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-code').style.display = (document.getElementById('cakeErr67403cbc31836-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc31836-context').style.display = (document.getElementById('cakeErr67403cbc31836-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc31836-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h1</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/top/<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">icon</span><span style="color: #DD0000"> ?>" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"added_icon"</span><span style="color: #0000BB"> </span><span style="color: #DD0000">"><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?></h1></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc31836-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 16 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre>" alt="" class="added_icon" "><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-trace').style.display = (document.getElementById('cakeErr67403cbc320c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>16</b>]<div id="cakeErr67403cbc320c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-code').style.display = (document.getElementById('cakeErr67403cbc320c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc320c7-context').style.display = (document.getElementById('cakeErr67403cbc320c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc320c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h1</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/top/<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">icon</span><span style="color: #DD0000"> ?>" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"added_icon"</span><span style="color: #0000BB"> </span><span style="color: #DD0000">"><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?></h1></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc320c7-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 16 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></h1> <div class="clearfix" > <p class="left"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-trace').style.display = (document.getElementById('cakeErr67403cbc32a11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'description' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>18</b>]<div id="cakeErr67403cbc32a11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-code').style.display = (document.getElementById('cakeErr67403cbc32a11-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc32a11-context').style.display = (document.getElementById('cakeErr67403cbc32a11-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc32a11-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"clearfix" </span><span style="color: #007700">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"left"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">description ?></span></p></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/experts/search/?l_cate_name=<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?>"</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/under/large_category_search_ban.png" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"詳しい専門家を探す" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"right"</span><span style="color: #007700">></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc32a11-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 18 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre></p> <a href="/c9fdo/experts/search/?l_cate_name=<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-trace').style.display = (document.getElementById('cakeErr67403cbc332be-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'name' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>19</b>]<div id="cakeErr67403cbc332be-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-code').style.display = (document.getElementById('cakeErr67403cbc332be-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc332be-context').style.display = (document.getElementById('cakeErr67403cbc332be-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc332be-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"left"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">description ?></span></p></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/experts/search/?l_cate_name=<?= </span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">name</span><span style="color: #DD0000"> ?>"</span><span style="color: #007700">><</span><span style="color: #0000BB">img src</span><span style="color: #007700">=</span><span style="color: #DD0000">"<?= WEBROOT_DIR?>/img/under/large_category_search_ban.png" </span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"詳しい専門家を探す" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"right"</span><span style="color: #007700">></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc332be-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 19 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre>"><img src="/c9fdo/img/under/large_category_search_ban.png" alt="詳しい専門家を探す" class="right"></a> </div> <!-- <div class="clearfix" id="column" > --> <div class="flex_sb" > <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-trace').style.display = (document.getElementById('cakeErr67403cbc33ba4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property 'middle_categories' of non-object [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>25</b>]<div id="cakeErr67403cbc33ba4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-code').style.display = (document.getElementById('cakeErr67403cbc33ba4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc33ba4-context').style.display = (document.getElementById('cakeErr67403cbc33ba4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc33ba4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">middle_categories </span><span style="color: #007700">as </span><span style="color: #0000BB">$category_m </span><span style="color: #007700">=> </span><span style="color: #0000BB">$content_m</span><span style="color: #007700">):</span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"display: inline-block;"</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc33ba4-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 25 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-trace').style.display = (document.getElementById('cakeErr67403cbc34421-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/Template/Element/category_description_l.ctp</b>, line <b>25</b>]<div id="cakeErr67403cbc34421-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-code').style.display = (document.getElementById('cakeErr67403cbc34421-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67403cbc34421-context').style.display = (document.getElementById('cakeErr67403cbc34421-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67403cbc34421-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$current_category</span><span style="color: #007700">-></span><span style="color: #0000BB">middle_categories </span><span style="color: #007700">as </span><span style="color: #0000BB">$category_m </span><span style="color: #007700">=> </span><span style="color: #0000BB">$content_m</span><span style="color: #007700">):</span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div style</span><span style="color: #007700">=</span><span style="color: #DD0000">"display: inline-block;"</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67403cbc34421-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }</pre><pre class="stack-trace">include - APP/Template/Element/category_description_l.ctp, line 25 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> </div> </div> </div> <footer> <div class="inner clearfix"> <div class="left"> <p>運営会社:株式会社 不動産ドットコム</p> <small>Copyright © 不動産ドットコム All rights reserved.</small> </div> <ul class="right clearfix"> <li class="left"><a href="/c9fdo/info/service">サービス概要</a></li> <li class="left"><a href="/c9fdo/info/company">運営会社情報</a></li> <li class="left"><a href="/c9fdo/info/guideline">ガイドライン</a></li> <li class="left"><a href="/c9fdo/info/privacy">プライバシーの考え方</a></li> <li class="left"><a href="/c9fdo/info/terms">利用規約</a></li> <li class="left"><a href="/c9fdo/info/contact">お問い合わせ</a></li> </ul> </div> <div id="ROOT_URL" data-root="/c9fdo"></div> </footer> <script src="/c9fdo/js/top.js" type="text/javascript" charset="utf-8" async defer></script> <!--設定のマウスオーバー--> <!--後で不要なものけす--> <script type="text/javascript"> $(function () { $(".left>.popupbtn").each(function () { var h = -10; var g = 150; var c = 250; var b = null; var e = false; var d = false; var a = $(".trigger", this); var f = $(".popup", this).css("opacity", 0); $([a.get(0), f.get(0)]).mouseover(function () { if (b) { clearTimeout(b) } if (e || d) { return } else { e = true; f.css({display: "block"}).animate({opacity: 1}, g, "swing", function () { e = false; d = true }) } return false }); $([a.get(0), f.get(0)]).mouseout(function () { if (b) { clearTimeout(b) } b = setTimeout(function () { b = null; f.animate({opacity: 0}, g, "swing", function () { d = false; f.css("display", "none") }) }, c); return false }) }) }); </script> <!--絞り込みselect--> <script type="text/javascript"> var $children = $('.children'); //都道府県の要素を変数に入れます。 var original = $children.html(); //後のイベントで、不要なoption要素を削除するため、オリジナルをとっておく //地方側のselect要素が変更になるとイベントが発生 $('.parent').change(function() { //選択された地方のvalueを取得し変数に入れる var val1 = $(this).val(); //削除された要素をもとに戻すため.html(original)を入れておく $children.html(original).find('option').each(function() { var val2 = $(this).data('val'); //data-valの値を取得 //valueと異なるdata-valを持つ要素を削除 if (val1 != val2) { $(this).not(':first-child').remove(); } }); //地方側のselect要素が未選択の場合、都道府県をdisabledにする if ($(this).val() == "") { $children.attr('disabled', 'disabled'); } else { $children.removeAttr('disabled'); } }); </script> <script type="text/javascript"> var $grandchildren = $('.grandchildren'); //都道府県の要素を変数に入れます。 var grandoriginal = $grandchildren.html(); //地方側のselect要素が変更になるとイベントが発生 $('.children').change(function() { //選択された地方のvalueを取得し変数に入れる var val3 = $(this).val(); //削除された要素をもとに戻すため.html(original)を入れておく $grandchildren.html(grandoriginal).find('option').each(function() { var val4 = $(this).data('valgc'); //data-valの値を取得 //valueと異なるdata-valを持つ要素を削除 if (val3 != val4) { $(this).not(':first-child').remove(); } }); if ($(this).data('val') == "") { $grandchildren.attr('disabled', 'disabled'); } else { $grandchildren.removeAttr('disabled'); } }); </script> <!--フォーム文字数50カウントダウン--> <script type="text/javascript"> $(function(){ var countMax = 50; $('input').bind('keydown keyup keypress hcange',function(){ var thisValueLength = $(this).val().length; var countDown = (countMax)-(thisValueLength); $('.count50').html(countDown); if(countDown < 0){ $('.count50').css({color:'#ff0000'}); }else{ $('.count50').css({color:'#000000'}); } }) }); </script> <!--フォーム文字数1000カウントダウン--> <script type="text/javascript"> $(function(){ var countMax = 1000; $('textarea').bind('keydown keyup keypress hcange',function(){ var thisValueLength = $(this).val().length; var countDown = (countMax)-(thisValueLength); $('.count').html(countDown); if(countDown < 0){ $('.count').css({color:'#ff0000'}); }else{ $('.count').css({color:'#000000'}); } }) }); </script> </body> </html> ' } $cookies = [] $values = [ (int) 0 => 'text/html; charset=UTF-8' ] $name = 'Content-Type' $first = true $value = 'text/html; charset=UTF-8'header - [internal], line ?? Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 185 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141 [main] - ROOT/webroot/index.php, line 40
不動産ドットコム・不動産についての無料相談や、不動産専門家の検索
不動産ドットコム・不動産についての無料相談や、不動産専門家の検索
「不動産ドットコム」は日本最大級の、不動産「相談」ポータルサイトです
「不動産ドットコム」は、不動産の専門家に無料で相談できる「不動産相談回答コーナー」や、 地域や分野などから、評判の良い不動産屋さんや、リフォーム業者・不動産関連の専門職士 業事務所を探せる「 不動産専門家&不動産業者検索 」など、不動産関連の相談や、不動産ト ラブルの解決サポートするコンテンツを多数ご用意しています。 詳しくは「 はじめての方へ」をご覧ください。
Notice (8): Trying to get property 'name' of non-object [APP/Template/Element/category_description_l.ctp, line 14]Code Context<li><a href="<?= WEBROOT_DIR?>/index">不動産ドットコムTOP</a></li>
<li><?= $current_category->name ?></li>
</ul>
$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }include - APP/Template/Element/category_description_l.ctp, line 14 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
</ul>
<h1><img src="<?= WEBROOT_DIR?>/img/top/<?= $current_category->icon ?>" alt="" class="added_icon" "><?= $current_category->name ?></h1>
<div class="clearfix" >
$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }
include - APP/Template/Element/category_description_l.ctp, line 16 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Notice (8): Trying to get property 'name' of non-object [APP/Template/Element/category_description_l.ctp, line 16]Code Context</ul>
<h1><img src="<?= WEBROOT_DIR?>/img/top/<?= $current_category->icon ?>" alt="" class="added_icon" "><?= $current_category->name ?></h1>
<div class="clearfix" >
$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }include - APP/Template/Element/category_description_l.ctp, line 16 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Notice (8): Trying to get property 'description' of non-object [APP/Template/Element/category_description_l.ctp, line 18]Notice (8): Trying to get property 'name' of non-object [APP/Template/Element/category_description_l.ctp, line 19]Code Context<div class="clearfix" >
<p class="left"><?= $current_category->description ?></p>
<a href="<?= WEBROOT_DIR?>/experts/search/?l_cate_name=<?= $current_category->name ?>"><img src="<?= WEBROOT_DIR?>/img/under/large_category_search_ban.png" alt="詳しい専門家を探す" class="right"></a>
$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }include - APP/Template/Element/category_description_l.ctp, line 18 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
<p class="left"><?= $current_category->description ?></p>
<a href="<?= WEBROOT_DIR?>/experts/search/?l_cate_name=<?= $current_category->name ?>"><img src="<?= WEBROOT_DIR?>/img/under/large_category_search_ban.png" alt="詳しい専門家を探す" class="right"></a>
</div>
$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }
include - APP/Template/Element/category_description_l.ctp, line 19 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Notice (8): Trying to get property 'middle_categories' of non-object [APP/Template/Element/category_description_l.ctp, line 25]Code Context
<?php foreach ($current_category->middle_categories as $category_m => $content_m):?>
<div style="display: inline-block;">
$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }include - APP/Template/Element/category_description_l.ctp, line 25 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning (2): Invalid argument supplied for foreach() [APP/Template/Element/category_description_l.ctp, line 25]Code Context
<?php foreach ($current_category->middle_categories as $category_m => $content_m):?>
<div style="display: inline-block;">
$viewFile = '/var/www/html/c9fdo/src/Template/Element/category_description_l.ctp' $dataForView = [ '_serialize' => [ (int) 0 => 'results' ], 'results' => object(Cake\ORM\ResultSet) { 'items' => [ [maximum depth reached] ] }, 'current_category' => null, 'category_l' => 'l102', 'current_user' => null, 'prefectures' => [ (int) 0 => object(App\Model\Entity\Prefecture) {}, (int) 1 => object(App\Model\Entity\Prefecture) {}, (int) 2 => object(App\Model\Entity\Prefecture) {}, (int) 3 => object(App\Model\Entity\Prefecture) {}, (int) 4 => object(App\Model\Entity\Prefecture) {}, (int) 5 => object(App\Model\Entity\Prefecture) {}, (int) 6 => object(App\Model\Entity\Prefecture) {}, (int) 7 => object(App\Model\Entity\Prefecture) {}, (int) 8 => object(App\Model\Entity\Prefecture) {}, (int) 9 => object(App\Model\Entity\Prefecture) {}, (int) 10 => object(App\Model\Entity\Prefecture) {}, (int) 11 => object(App\Model\Entity\Prefecture) {}, (int) 12 => object(App\Model\Entity\Prefecture) {}, (int) 13 => object(App\Model\Entity\Prefecture) {}, (int) 14 => object(App\Model\Entity\Prefecture) {}, (int) 15 => object(App\Model\Entity\Prefecture) {}, (int) 16 => object(App\Model\Entity\Prefecture) {}, (int) 17 => object(App\Model\Entity\Prefecture) {}, (int) 18 => object(App\Model\Entity\Prefecture) {}, (int) 19 => object(App\Model\Entity\Prefecture) {}, (int) 20 => object(App\Model\Entity\Prefecture) {}, (int) 21 => object(App\Model\Entity\Prefecture) {}, (int) 22 => object(App\Model\Entity\Prefecture) {}, (int) 23 => object(App\Model\Entity\Prefecture) {}, (int) 24 => object(App\Model\Entity\Prefecture) {}, (int) 25 => object(App\Model\Entity\Prefecture) {}, (int) 26 => object(App\Model\Entity\Prefecture) {}, (int) 27 => object(App\Model\Entity\Prefecture) {}, (int) 28 => object(App\Model\Entity\Prefecture) {}, (int) 29 => object(App\Model\Entity\Prefecture) {}, (int) 30 => object(App\Model\Entity\Prefecture) {}, (int) 31 => object(App\Model\Entity\Prefecture) {}, (int) 32 => object(App\Model\Entity\Prefecture) {}, (int) 33 => object(App\Model\Entity\Prefecture) {}, (int) 34 => object(App\Model\Entity\Prefecture) {}, (int) 35 => object(App\Model\Entity\Prefecture) {}, (int) 36 => object(App\Model\Entity\Prefecture) {}, (int) 37 => object(App\Model\Entity\Prefecture) {}, (int) 38 => object(App\Model\Entity\Prefecture) {}, (int) 39 => object(App\Model\Entity\Prefecture) {}, (int) 40 => object(App\Model\Entity\Prefecture) {}, (int) 41 => object(App\Model\Entity\Prefecture) {}, (int) 42 => object(App\Model\Entity\Prefecture) {}, (int) 43 => object(App\Model\Entity\Prefecture) {}, (int) 44 => object(App\Model\Entity\Prefecture) {}, (int) 45 => object(App\Model\Entity\Prefecture) {}, (int) 46 => object(App\Model\Entity\Prefecture) {} ], 'favorite_count' => (int) 0, 'user_model' => 'Users', 'userModel' => 'Users', 'contents' => object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} } ] $_serialize = [ (int) 0 => 'results' ] $results = object(Cake\ORM\ResultSet) { 'items' => [ (int) 0 => object(App\Model\Entity\Question) {}, (int) 1 => object(App\Model\Entity\Question) {}, (int) 2 => object(App\Model\Entity\Question) {}, (int) 3 => object(App\Model\Entity\Question) {}, (int) 4 => object(App\Model\Entity\Question) {} ] } $current_category = null $category_l = 'l102' $current_user = null $prefectures = [ (int) 0 => object(App\Model\Entity\Prefecture) { 'id' => (int) 1, 'region_id' => (int) 1, 'name' => '北海道', 'name_kana' => 'ホッカイドウ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 1 => object(App\Model\Entity\Prefecture) { 'id' => (int) 2, 'region_id' => (int) 2, 'name' => '青森県', 'name_kana' => 'アオモリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 2 => object(App\Model\Entity\Prefecture) { 'id' => (int) 3, 'region_id' => (int) 2, 'name' => '岩手県', 'name_kana' => 'イワテケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 3 => object(App\Model\Entity\Prefecture) { 'id' => (int) 4, 'region_id' => (int) 2, 'name' => '宮城県', 'name_kana' => 'ミヤギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 4 => object(App\Model\Entity\Prefecture) { 'id' => (int) 5, 'region_id' => (int) 2, 'name' => '秋田県', 'name_kana' => 'アキタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 5 => object(App\Model\Entity\Prefecture) { 'id' => (int) 6, 'region_id' => (int) 2, 'name' => '山形県', 'name_kana' => 'ヤマガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 6 => object(App\Model\Entity\Prefecture) { 'id' => (int) 7, 'region_id' => (int) 2, 'name' => '福島県', 'name_kana' => 'フクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 7 => object(App\Model\Entity\Prefecture) { 'id' => (int) 8, 'region_id' => (int) 3, 'name' => '茨城県', 'name_kana' => 'イバラキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 8 => object(App\Model\Entity\Prefecture) { 'id' => (int) 9, 'region_id' => (int) 3, 'name' => '栃木県', 'name_kana' => 'トチギケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 9 => object(App\Model\Entity\Prefecture) { 'id' => (int) 10, 'region_id' => (int) 3, 'name' => '群馬県', 'name_kana' => 'グンマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 10 => object(App\Model\Entity\Prefecture) { 'id' => (int) 11, 'region_id' => (int) 3, 'name' => '埼玉県', 'name_kana' => 'サイタマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 11 => object(App\Model\Entity\Prefecture) { 'id' => (int) 12, 'region_id' => (int) 3, 'name' => '千葉県', 'name_kana' => 'チバケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 12 => object(App\Model\Entity\Prefecture) { 'id' => (int) 13, 'region_id' => (int) 3, 'name' => '東京都', 'name_kana' => 'トウキョウト', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 13 => object(App\Model\Entity\Prefecture) { 'id' => (int) 14, 'region_id' => (int) 3, 'name' => '神奈川県', 'name_kana' => 'カナガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 14 => object(App\Model\Entity\Prefecture) { 'id' => (int) 15, 'region_id' => (int) 4, 'name' => '新潟県', 'name_kana' => 'ニイガタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 15 => object(App\Model\Entity\Prefecture) { 'id' => (int) 16, 'region_id' => (int) 4, 'name' => '富山県', 'name_kana' => 'トヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 16 => object(App\Model\Entity\Prefecture) { 'id' => (int) 17, 'region_id' => (int) 4, 'name' => '石川県', 'name_kana' => 'イシカワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 17 => object(App\Model\Entity\Prefecture) { 'id' => (int) 18, 'region_id' => (int) 4, 'name' => '福井県', 'name_kana' => 'フクイケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 18 => object(App\Model\Entity\Prefecture) { 'id' => (int) 19, 'region_id' => (int) 4, 'name' => '山梨県', 'name_kana' => 'ヤマナシケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 19 => object(App\Model\Entity\Prefecture) { 'id' => (int) 20, 'region_id' => (int) 4, 'name' => '長野県', 'name_kana' => 'ナガノケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 20 => object(App\Model\Entity\Prefecture) { 'id' => (int) 21, 'region_id' => (int) 4, 'name' => '岐阜県', 'name_kana' => 'ギフケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 21 => object(App\Model\Entity\Prefecture) { 'id' => (int) 22, 'region_id' => (int) 4, 'name' => '静岡県', 'name_kana' => 'シズオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 22 => object(App\Model\Entity\Prefecture) { 'id' => (int) 23, 'region_id' => (int) 4, 'name' => '愛知県', 'name_kana' => 'アイチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 23 => object(App\Model\Entity\Prefecture) { 'id' => (int) 24, 'region_id' => (int) 5, 'name' => '三重県', 'name_kana' => 'ミエケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 24 => object(App\Model\Entity\Prefecture) { 'id' => (int) 25, 'region_id' => (int) 5, 'name' => '滋賀県', 'name_kana' => 'シガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 25 => object(App\Model\Entity\Prefecture) { 'id' => (int) 26, 'region_id' => (int) 5, 'name' => '京都府', 'name_kana' => 'キョウトフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 26 => object(App\Model\Entity\Prefecture) { 'id' => (int) 27, 'region_id' => (int) 5, 'name' => '大阪府', 'name_kana' => 'オオサカフ', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 27 => object(App\Model\Entity\Prefecture) { 'id' => (int) 28, 'region_id' => (int) 5, 'name' => '兵庫県', 'name_kana' => 'ヒョウゴケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 28 => object(App\Model\Entity\Prefecture) { 'id' => (int) 29, 'region_id' => (int) 5, 'name' => '奈良県', 'name_kana' => 'ナラケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 29 => object(App\Model\Entity\Prefecture) { 'id' => (int) 30, 'region_id' => (int) 5, 'name' => '和歌山県', 'name_kana' => 'ワカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 30 => object(App\Model\Entity\Prefecture) { 'id' => (int) 31, 'region_id' => (int) 6, 'name' => '鳥取県', 'name_kana' => 'トットリケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 31 => object(App\Model\Entity\Prefecture) { 'id' => (int) 32, 'region_id' => (int) 6, 'name' => '島根県', 'name_kana' => 'シマネケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 32 => object(App\Model\Entity\Prefecture) { 'id' => (int) 33, 'region_id' => (int) 6, 'name' => '岡山県', 'name_kana' => 'オカヤマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 33 => object(App\Model\Entity\Prefecture) { 'id' => (int) 34, 'region_id' => (int) 6, 'name' => '広島県', 'name_kana' => 'ヒロシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 34 => object(App\Model\Entity\Prefecture) { 'id' => (int) 35, 'region_id' => (int) 6, 'name' => '山口県', 'name_kana' => 'ヤマグチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 35 => object(App\Model\Entity\Prefecture) { 'id' => (int) 36, 'region_id' => (int) 7, 'name' => '徳島県', 'name_kana' => 'トクシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 36 => object(App\Model\Entity\Prefecture) { 'id' => (int) 37, 'region_id' => (int) 7, 'name' => '香川県', 'name_kana' => 'カガワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 37 => object(App\Model\Entity\Prefecture) { 'id' => (int) 38, 'region_id' => (int) 7, 'name' => '愛媛県', 'name_kana' => 'エヒメケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 38 => object(App\Model\Entity\Prefecture) { 'id' => (int) 39, 'region_id' => (int) 7, 'name' => '高知県', 'name_kana' => 'コウチケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 39 => object(App\Model\Entity\Prefecture) { 'id' => (int) 40, 'region_id' => (int) 8, 'name' => '福岡県', 'name_kana' => 'フクオカケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 40 => object(App\Model\Entity\Prefecture) { 'id' => (int) 41, 'region_id' => (int) 8, 'name' => '佐賀県', 'name_kana' => 'サガケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 41 => object(App\Model\Entity\Prefecture) { 'id' => (int) 42, 'region_id' => (int) 8, 'name' => '長崎県', 'name_kana' => 'ナガサキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 42 => object(App\Model\Entity\Prefecture) { 'id' => (int) 43, 'region_id' => (int) 8, 'name' => '熊本県', 'name_kana' => 'クマモトケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 43 => object(App\Model\Entity\Prefecture) { 'id' => (int) 44, 'region_id' => (int) 8, 'name' => '大分県', 'name_kana' => 'オオイタケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 44 => object(App\Model\Entity\Prefecture) { 'id' => (int) 45, 'region_id' => (int) 8, 'name' => '宮崎県', 'name_kana' => 'ミヤザキケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 45 => object(App\Model\Entity\Prefecture) { 'id' => (int) 46, 'region_id' => (int) 8, 'name' => '鹿児島県', 'name_kana' => 'カゴシマケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' }, (int) 46 => object(App\Model\Entity\Prefecture) { 'id' => (int) 47, 'region_id' => (int) 8, 'name' => '沖縄県', 'name_kana' => 'オキナワケン', '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'prefectures' } ] $favorite_count = (int) 0 $user_model = 'Users' $userModel = 'Users' $contents = object(stdClass) { l01 => object(stdClass) {} l02 => object(stdClass) {} l03 => object(stdClass) {} l19 => object(stdClass) {} l04 => object(stdClass) {} l05 => object(stdClass) {} l06 => object(stdClass) {} l07 => object(stdClass) {} l08 => object(stdClass) {} l17 => object(stdClass) {} l09 => object(stdClass) {} l10 => object(stdClass) {} l11 => object(stdClass) {} l12 => object(stdClass) {} l13 => object(stdClass) {} l14 => object(stdClass) {} l15 => object(stdClass) {} l16 => object(stdClass) {} l18 => object(stdClass) {} l20 => object(stdClass) {} l21 => object(stdClass) {} l22 => object(stdClass) {} l23 => object(stdClass) {} l24 => object(stdClass) {} }include - APP/Template/Element/category_description_l.ctp, line 25 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1855 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Layout/inventory_l.ctp, line 5 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1419 Cake\View\View::_render() - CORE/src/View/View.php, line 1380 Cake\View\View::renderLayout() - CORE/src/View/View.php, line 927 Cake\View\View::render() - CORE/src/View/View.php, line 885 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65