Notice (8): Undefined index: Blog [APP/Controller/BlogsController.php, line 349]Code Context
$blog = $this->Blog->find('first',$options);
$blog["Blog"]["body"] = preg_replace('/img\ssrc=.*\/image\/blog/', 'img src="/image/blog', $blog["Blog"]["body"]);
$id = '18' $options = array( 'conditions' => array( 'Blog.id' => '18', 'Blog.publication' => true, (int) 0 => 'Blog.open_date <= CURRENT_TIMESTAMP', 'AND' => array( 'OR' => array( [maximum depth reached] ) ) ) ) $blog = array()BlogsController::detail() - APP/Controller/BlogsController.php, line 349 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
Notice (8): Undefined index: order_no [APP/Controller/BlogsController.php, line 359]Code Context$this->set('blog',$blog);
$this->set('keyword', "");
$this->set('prev',$this->Blog->getPrevtBlog($blog["Blog"]["order_no"]));
$id = '18' $options = array( 'conditions' => array( 'Blog.id' => '18', 'Blog.publication' => true, (int) 0 => 'Blog.open_date <= CURRENT_TIMESTAMP', 'AND' => array( 'OR' => array( [maximum depth reached] ) ) ) ) $blog = array( 'Blog' => array( 'body' => '' ) )BlogsController::detail() - APP/Controller/BlogsController.php, line 359 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
Notice (8): Undefined index: order_no [APP/Controller/BlogsController.php, line 360]Code Context$this->set('keyword', "");
$this->set('prev',$this->Blog->getPrevtBlog($blog["Blog"]["order_no"]));
$this->set('next',$this->Blog->getNextBlog($blog["Blog"]["order_no"]));
$id = '18' $options = array( 'conditions' => array( 'Blog.id' => '18', 'Blog.publication' => true, (int) 0 => 'Blog.open_date <= CURRENT_TIMESTAMP', 'AND' => array( 'OR' => array( [maximum depth reached] ) ) ) ) $blog = array( 'Blog' => array( 'body' => '' ) )BlogsController::detail() - APP/Controller/BlogsController.php, line 360 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
Notice (8): Undefined index: title [APP/View/Themed/Pc/Blogs/detail.ctp, line 2]Code Context<?php
$title = htmlspecialchars($blog["Blog"]["title"]);
$viewFile = '/home/gatherlink8/theroot2hotel.com/apps/blog/View/Themed/Pc/Blogs/detail.ctp' $dataForView = array( 'metalink' => '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ', 'next' => null, 'prev' => null, 'keyword' => '', 'blog' => array( 'Blog' => array( 'body' => '' ) ) ) $metalink = '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ' $next = null $prev = null $keyword = '' $blog = array( 'Blog' => array( 'body' => '' ) )include - APP/View/Themed/Pc/Blogs/detail.ctp, line 2 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
Notice (8): Undefined index: open_date [APP/View/Themed/Pc/Blogs/detail.ctp, line 31]Code Context<dl class="blogdata">
<dt>投稿日 :</dt>
<dd><?php echo htmlspecialchars($blog["Blog"]["open_date"]);?></dd>
$viewFile = '/home/gatherlink8/theroot2hotel.com/apps/blog/View/Themed/Pc/Blogs/detail.ctp' $dataForView = array( 'metalink' => '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ', 'next' => null, 'prev' => null, 'keyword' => '', 'blog' => array( 'Blog' => array( 'body' => '' ) ) ) $metalink = '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ' $next = null $prev = null $keyword = '' $blog = array( 'Blog' => array( 'body' => '' ) ) $title = '' $meta_title = '' $discription = '' $headFile = '/home/gatherlink8/theroot2hotel.com/public_html/head.php' $gaFile = '/home/gatherlink8/theroot2hotel.com/public_html/analytics.php' $headerFile = '/home/gatherlink8/theroot2hotel.com/public_html/header.php' $footerFile = '/home/gatherlink8/theroot2hotel.com/public_html/footer.php' $path = '/home/gatherlink8/theroot2hotel.com/public_html' $headerTopFile = '/home/gatherlink8/theroot2hotel.com/public_html/header_top.php'include - APP/View/Themed/Pc/Blogs/detail.ctp, line 31 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
<dd><?php echo htmlspecialchars($blog["Blog"]["open_date"]);?></dd>
<dt>カテゴリ :</dt>
<dd><a href="<?php echo BASEDIR;?>/category/<?php echo htmlspecialchars($blog["Category"]["id"]);?>"><?php echo htmlspecialchars($blog["Category"]["name"]);?></a></dd>
$viewFile = '/home/gatherlink8/theroot2hotel.com/apps/blog/View/Themed/Pc/Blogs/detail.ctp' $dataForView = array( 'metalink' => '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ', 'next' => null, 'prev' => null, 'keyword' => '', 'blog' => array( 'Blog' => array( 'body' => '' ) ) ) $metalink = '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ' $next = null $prev = null $keyword = '' $blog = array( 'Blog' => array( 'body' => '' ) ) $title = '' $meta_title = '' $discription = '' $headFile = '/home/gatherlink8/theroot2hotel.com/public_html/head.php' $gaFile = '/home/gatherlink8/theroot2hotel.com/public_html/analytics.php' $headerFile = '/home/gatherlink8/theroot2hotel.com/public_html/header.php' $footerFile = '/home/gatherlink8/theroot2hotel.com/public_html/footer.php' $path = '/home/gatherlink8/theroot2hotel.com/public_html' $headerTopFile = '/home/gatherlink8/theroot2hotel.com/public_html/header_top.php'
include - APP/View/Themed/Pc/Blogs/detail.ctp, line 33 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
Notice (8): Undefined index: Category [APP/View/Themed/Pc/Blogs/detail.ctp, line 33]Code Context<dd><?php echo htmlspecialchars($blog["Blog"]["open_date"]);?></dd>
<dt>カテゴリ :</dt>
<dd><a href="<?php echo BASEDIR;?>/category/<?php echo htmlspecialchars($blog["Category"]["id"]);?>"><?php echo htmlspecialchars($blog["Category"]["name"]);?></a></dd>
$viewFile = '/home/gatherlink8/theroot2hotel.com/apps/blog/View/Themed/Pc/Blogs/detail.ctp' $dataForView = array( 'metalink' => '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ', 'next' => null, 'prev' => null, 'keyword' => '', 'blog' => array( 'Blog' => array( 'body' => '' ) ) ) $metalink = '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ' $next = null $prev = null $keyword = '' $blog = array( 'Blog' => array( 'body' => '' ) ) $title = '' $meta_title = '' $discription = '' $headFile = '/home/gatherlink8/theroot2hotel.com/public_html/head.php' $gaFile = '/home/gatherlink8/theroot2hotel.com/public_html/analytics.php' $headerFile = '/home/gatherlink8/theroot2hotel.com/public_html/header.php' $footerFile = '/home/gatherlink8/theroot2hotel.com/public_html/footer.php' $path = '/home/gatherlink8/theroot2hotel.com/public_html' $headerTopFile = '/home/gatherlink8/theroot2hotel.com/public_html/header_top.php'include - APP/View/Themed/Pc/Blogs/detail.ctp, line 33 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
<dd><a href="<?php echo BASEDIR;?>/category/<?php echo htmlspecialchars($blog["Category"]["id"]);?>"><?php echo htmlspecialchars($blog["Category"]["name"]);?></a></dd>
<dt>WRITER :</dt>
<dd><a href="<?php echo BASEDIR;?>/writer/<?php echo htmlspecialchars($blog["User"]["id"]);?>"><?php echo htmlspecialchars($blog["User"]["labelname"]);?></a></dd>
$viewFile = '/home/gatherlink8/theroot2hotel.com/apps/blog/View/Themed/Pc/Blogs/detail.ctp' $dataForView = array( 'metalink' => '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ', 'next' => null, 'prev' => null, 'keyword' => '', 'blog' => array( 'Blog' => array( 'body' => '' ) ) ) $metalink = '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ' $next = null $prev = null $keyword = '' $blog = array( 'Blog' => array( 'body' => '' ) ) $title = '' $meta_title = '' $discription = '' $headFile = '/home/gatherlink8/theroot2hotel.com/public_html/head.php' $gaFile = '/home/gatherlink8/theroot2hotel.com/public_html/analytics.php' $headerFile = '/home/gatherlink8/theroot2hotel.com/public_html/header.php' $footerFile = '/home/gatherlink8/theroot2hotel.com/public_html/footer.php' $path = '/home/gatherlink8/theroot2hotel.com/public_html' $headerTopFile = '/home/gatherlink8/theroot2hotel.com/public_html/header_top.php'
include - APP/View/Themed/Pc/Blogs/detail.ctp, line 35 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
Notice (8): Undefined index: User [APP/View/Themed/Pc/Blogs/detail.ctp, line 35]Code Context<dd><a href="<?php echo BASEDIR;?>/category/<?php echo htmlspecialchars($blog["Category"]["id"]);?>"><?php echo htmlspecialchars($blog["Category"]["name"]);?></a></dd>
<dt>WRITER :</dt>
<dd><a href="<?php echo BASEDIR;?>/writer/<?php echo htmlspecialchars($blog["User"]["id"]);?>"><?php echo htmlspecialchars($blog["User"]["labelname"]);?></a></dd>
$viewFile = '/home/gatherlink8/theroot2hotel.com/apps/blog/View/Themed/Pc/Blogs/detail.ctp' $dataForView = array( 'metalink' => '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ', 'next' => null, 'prev' => null, 'keyword' => '', 'blog' => array( 'Blog' => array( 'body' => '' ) ) ) $metalink = '<link rel="alternate" media="only screen and (max-width: 640px)" href="http://theroot2hotel.com/sm/blog/detail/18/" /> ' $next = null $prev = null $keyword = '' $blog = array( 'Blog' => array( 'body' => '' ) ) $title = '' $meta_title = '' $discription = '' $headFile = '/home/gatherlink8/theroot2hotel.com/public_html/head.php' $gaFile = '/home/gatherlink8/theroot2hotel.com/public_html/analytics.php' $headerFile = '/home/gatherlink8/theroot2hotel.com/public_html/header.php' $footerFile = '/home/gatherlink8/theroot2hotel.com/public_html/footer.php' $path = '/home/gatherlink8/theroot2hotel.com/public_html' $headerTopFile = '/home/gatherlink8/theroot2hotel.com/public_html/header_top.php'include - APP/View/Themed/Pc/Blogs/detail.ctp, line 35 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 require - APP/webroot/index.php, line 110 include - APP/index.php, line 17 [main] - /home/gatherlink8/theroot2hotel.com/public_html/blog/index.php, line 30
< |
> |
|||||
日 | 月 | 火 | 水 | 木 | 金 | 土 |