Warning (2) : Missing argument 1 for ServiceController::category() [APP/Controller/ServiceController.php , line 64 ]Code Context }
public function category ( $name ) {
ServiceController::category() - APP/Controller/ServiceController.php, line 64
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
[main] - APP/webroot/index.php, line 110 Notice (8) : Undefined variable: name [APP/Controller/ServiceController.php , line 71 ]Code Context $category_name = "" ;
if( $this -> nameExist ( $name )){
$category = ''
$category_name = '' ServiceController::category() - APP/Controller/ServiceController.php, line 71
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
[main] - APP/webroot/index.php, line 110 Notice (8) : Undefined variable: name [APP/Controller/ServiceController.php , line 83 ]Code Context $this -> set ( 'category' , $category );
$this -> set ( 'name' , $name );
$category = ''
$category_name = '' ServiceController::category() - APP/Controller/ServiceController.php, line 83
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
[main] - APP/webroot/index.php, line 110 Notice (8) : Undefined variable: cat [APP/Controller/ServiceController.php , line 90 ]Code Context //get content setting
$result = array();
$result [ 'content' ] = $cat ;
$category = ''
$category_name = ''
$result = array(
'content' => null
) ServiceController::category() - APP/Controller/ServiceController.php, line 90
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
[main] - APP/webroot/index.php, line 110
Warning (2) : array_key_exists() expects parameter 2 to be array, null given [APP/View/Layouts/default.ctp , line 28 ]Code Context $ogurl = Configure :: read ( 'Protocal' ). "://" . $_SERVER [ 'SERVER_NAME' ]. $_SERVER [ 'REQUEST_URI' ];
if( array_key_exists ( 'S6' , $result [ 'content' ])){
$viewFile = '/var/www/pinliulaw.com.tw/public_html/app/View/Layouts/default.ctp'
$dataForView = array(
'result' => array(
'content' => null
),
'name' => null,
'category' => '',
'content_for_layout' => '<style>
.services-detail-section .lower-content p {
font-size:18px;
}
.list-style-one li{
position:relative;
color:#575d6e;
font-size:18px;
padding-left:16px;
font-weight:400;
line-height:1.6em;
margin-bottom:24px;
padding-bottom:24px;
padding-top:3px;
border-bottom:1px solid #cccccc;
}
.list-style-one li:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
color: #e70010;
font-size: 18px;
line-height: 1em;
width: 5px;
height: 32px;
background-color: #e70010;
font-family: "Flaticon";
}
.list-style-one li b{
font-size:24px;
}
</style>
<!-- Page Title -->
<section class="page-title style-two" style="background-image:url(/images/background/1.jpg)">
<div class="auto-container">
<h1></h1>
<ul class="page-breadcrumb">
<li><a href="/">首頁</a><i class="fas fa-chevron-right"></i></li>
<li><a href="/service">服務項目</a></li>
</ul>
</div>
</section>
<!-- End Page Title -->
<!-- Services Detail Section -->
<section class="services-detail-section">
<div class="auto-container">
<div class="inner-container">
<div class="lower-content">
<h2></h2>
<p></p>
<div class="row clearfix">
<div class="column col-lg-12 col-md-12 col-sm-12">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Detail Section -->',
'scripts_for_layout' => '',
'title_for_layout' => 'Service'
)
$result = array(
'content' => null
)
$name = null
$category = ''
$content_for_layout = '<style>
.services-detail-section .lower-content p {
font-size:18px;
}
.list-style-one li{
position:relative;
color:#575d6e;
font-size:18px;
padding-left:16px;
font-weight:400;
line-height:1.6em;
margin-bottom:24px;
padding-bottom:24px;
padding-top:3px;
border-bottom:1px solid #cccccc;
}
.list-style-one li:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
color: #e70010;
font-size: 18px;
line-height: 1em;
width: 5px;
height: 32px;
background-color: #e70010;
font-family: "Flaticon";
}
.list-style-one li b{
font-size:24px;
}
</style>
<!-- Page Title -->
<section class="page-title style-two" style="background-image:url(/images/background/1.jpg)">
<div class="auto-container">
<h1></h1>
<ul class="page-breadcrumb">
<li><a href="/">首頁</a><i class="fas fa-chevron-right"></i></li>
<li><a href="/service">服務項目</a></li>
</ul>
</div>
</section>
<!-- End Page Title -->
<!-- Services Detail Section -->
<section class="services-detail-section">
<div class="auto-container">
<div class="inner-container">
<div class="lower-content">
<h2></h2>
<p></p>
<div class="row clearfix">
<div class="column col-lg-12 col-md-12 col-sm-12">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Detail Section -->'
$scripts_for_layout = ''
$title_for_layout = 'Service'
$cakeDescription = 'CakePHP: the rapid development php framework'
$cakeVersion = 'CakePHP 2.8.2'
$inf = array(
(int) 0 => '',
(int) 1 => '品律法律事務所',
(int) 2 => '106 台北市大安區信義路四段273號7樓',
(int) 3 => '02-27041575',
(int) 4 => '02-27041595',
(int) 5 => 'pinliulaw27041575@gmail.com',
(int) 6 => 'https://www.facebook.com/%E5%93%81%E5%BE%8B%E6%B3%95%E5%BE%8B%E4%BA%8B%E5%8B%99%E6%89%80-111326022547346/',
(int) 7 => '',
(int) 8 => '',
(int) 9 => '',
(int) 10 => 'https://pinliulaw.pixnet.net/blog',
(int) 11 => '品律法律事務所',
(int) 12 => '品律法律事務所',
(int) 13 => '品律法律事務所',
(int) 14 => 'pinliulaw27041575@gmail.com',
(int) 15 => '',
(int) 16 => ''
)
$update_status = ''
$description = '品律法律事務所'
$title = '品律法律事務所'
$canonical = '/service/category'
$ogurl = 'https://www.pinliulaw.com.tw/service/category' array_key_exists - [internal], line ??
include - APP/View/Layouts/default.ctp, line 28
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
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
[main] - APP/webroot/index.php, line 110 Warning (2) : array_key_exists() expects parameter 2 to be array, null given [APP/View/Layouts/default.ctp , line 36 ]Code Context }
}
if( array_key_exists ( 'S4' , $result [ 'content' ])){
$viewFile = '/var/www/pinliulaw.com.tw/public_html/app/View/Layouts/default.ctp'
$dataForView = array(
'result' => array(
'content' => null
),
'name' => null,
'category' => '',
'content_for_layout' => '<style>
.services-detail-section .lower-content p {
font-size:18px;
}
.list-style-one li{
position:relative;
color:#575d6e;
font-size:18px;
padding-left:16px;
font-weight:400;
line-height:1.6em;
margin-bottom:24px;
padding-bottom:24px;
padding-top:3px;
border-bottom:1px solid #cccccc;
}
.list-style-one li:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
color: #e70010;
font-size: 18px;
line-height: 1em;
width: 5px;
height: 32px;
background-color: #e70010;
font-family: "Flaticon";
}
.list-style-one li b{
font-size:24px;
}
</style>
<!-- Page Title -->
<section class="page-title style-two" style="background-image:url(/images/background/1.jpg)">
<div class="auto-container">
<h1></h1>
<ul class="page-breadcrumb">
<li><a href="/">首頁</a><i class="fas fa-chevron-right"></i></li>
<li><a href="/service">服務項目</a></li>
</ul>
</div>
</section>
<!-- End Page Title -->
<!-- Services Detail Section -->
<section class="services-detail-section">
<div class="auto-container">
<div class="inner-container">
<div class="lower-content">
<h2></h2>
<p></p>
<div class="row clearfix">
<div class="column col-lg-12 col-md-12 col-sm-12">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Detail Section -->',
'scripts_for_layout' => '',
'title_for_layout' => 'Service'
)
$result = array(
'content' => null
)
$name = null
$category = ''
$content_for_layout = '<style>
.services-detail-section .lower-content p {
font-size:18px;
}
.list-style-one li{
position:relative;
color:#575d6e;
font-size:18px;
padding-left:16px;
font-weight:400;
line-height:1.6em;
margin-bottom:24px;
padding-bottom:24px;
padding-top:3px;
border-bottom:1px solid #cccccc;
}
.list-style-one li:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
color: #e70010;
font-size: 18px;
line-height: 1em;
width: 5px;
height: 32px;
background-color: #e70010;
font-family: "Flaticon";
}
.list-style-one li b{
font-size:24px;
}
</style>
<!-- Page Title -->
<section class="page-title style-two" style="background-image:url(/images/background/1.jpg)">
<div class="auto-container">
<h1></h1>
<ul class="page-breadcrumb">
<li><a href="/">首頁</a><i class="fas fa-chevron-right"></i></li>
<li><a href="/service">服務項目</a></li>
</ul>
</div>
</section>
<!-- End Page Title -->
<!-- Services Detail Section -->
<section class="services-detail-section">
<div class="auto-container">
<div class="inner-container">
<div class="lower-content">
<h2></h2>
<p></p>
<div class="row clearfix">
<div class="column col-lg-12 col-md-12 col-sm-12">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Detail Section -->'
$scripts_for_layout = ''
$title_for_layout = 'Service'
$cakeDescription = 'CakePHP: the rapid development php framework'
$cakeVersion = 'CakePHP 2.8.2'
$inf = array(
(int) 0 => '',
(int) 1 => '品律法律事務所',
(int) 2 => '106 台北市大安區信義路四段273號7樓',
(int) 3 => '02-27041575',
(int) 4 => '02-27041595',
(int) 5 => 'pinliulaw27041575@gmail.com',
(int) 6 => 'https://www.facebook.com/%E5%93%81%E5%BE%8B%E6%B3%95%E5%BE%8B%E4%BA%8B%E5%8B%99%E6%89%80-111326022547346/',
(int) 7 => '',
(int) 8 => '',
(int) 9 => '',
(int) 10 => 'https://pinliulaw.pixnet.net/blog',
(int) 11 => '品律法律事務所',
(int) 12 => '品律法律事務所',
(int) 13 => '品律法律事務所',
(int) 14 => 'pinliulaw27041575@gmail.com',
(int) 15 => '',
(int) 16 => ''
)
$update_status = ''
$description = '品律法律事務所'
$title = '品律法律事務所'
$canonical = '/service/category'
$ogurl = 'https://www.pinliulaw.com.tw/service/category' array_key_exists - [internal], line ??
include - APP/View/Layouts/default.ctp, line 36
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
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
[main] - APP/webroot/index.php, line 110 Warning (2) : array_key_exists() expects parameter 2 to be array, null given [APP/View/Layouts/default.ctp , line 44 ]Code Context }
}
if( array_key_exists ( 'S10' , $result [ 'content' ])){
$viewFile = '/var/www/pinliulaw.com.tw/public_html/app/View/Layouts/default.ctp'
$dataForView = array(
'result' => array(
'content' => null
),
'name' => null,
'category' => '',
'content_for_layout' => '<style>
.services-detail-section .lower-content p {
font-size:18px;
}
.list-style-one li{
position:relative;
color:#575d6e;
font-size:18px;
padding-left:16px;
font-weight:400;
line-height:1.6em;
margin-bottom:24px;
padding-bottom:24px;
padding-top:3px;
border-bottom:1px solid #cccccc;
}
.list-style-one li:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
color: #e70010;
font-size: 18px;
line-height: 1em;
width: 5px;
height: 32px;
background-color: #e70010;
font-family: "Flaticon";
}
.list-style-one li b{
font-size:24px;
}
</style>
<!-- Page Title -->
<section class="page-title style-two" style="background-image:url(/images/background/1.jpg)">
<div class="auto-container">
<h1></h1>
<ul class="page-breadcrumb">
<li><a href="/">首頁</a><i class="fas fa-chevron-right"></i></li>
<li><a href="/service">服務項目</a></li>
</ul>
</div>
</section>
<!-- End Page Title -->
<!-- Services Detail Section -->
<section class="services-detail-section">
<div class="auto-container">
<div class="inner-container">
<div class="lower-content">
<h2></h2>
<p></p>
<div class="row clearfix">
<div class="column col-lg-12 col-md-12 col-sm-12">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Detail Section -->',
'scripts_for_layout' => '',
'title_for_layout' => 'Service'
)
$result = array(
'content' => null
)
$name = null
$category = ''
$content_for_layout = '<style>
.services-detail-section .lower-content p {
font-size:18px;
}
.list-style-one li{
position:relative;
color:#575d6e;
font-size:18px;
padding-left:16px;
font-weight:400;
line-height:1.6em;
margin-bottom:24px;
padding-bottom:24px;
padding-top:3px;
border-bottom:1px solid #cccccc;
}
.list-style-one li:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
color: #e70010;
font-size: 18px;
line-height: 1em;
width: 5px;
height: 32px;
background-color: #e70010;
font-family: "Flaticon";
}
.list-style-one li b{
font-size:24px;
}
</style>
<!-- Page Title -->
<section class="page-title style-two" style="background-image:url(/images/background/1.jpg)">
<div class="auto-container">
<h1></h1>
<ul class="page-breadcrumb">
<li><a href="/">首頁</a><i class="fas fa-chevron-right"></i></li>
<li><a href="/service">服務項目</a></li>
</ul>
</div>
</section>
<!-- End Page Title -->
<!-- Services Detail Section -->
<section class="services-detail-section">
<div class="auto-container">
<div class="inner-container">
<div class="lower-content">
<h2></h2>
<p></p>
<div class="row clearfix">
<div class="column col-lg-12 col-md-12 col-sm-12">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Detail Section -->'
$scripts_for_layout = ''
$title_for_layout = 'Service'
$cakeDescription = 'CakePHP: the rapid development php framework'
$cakeVersion = 'CakePHP 2.8.2'
$inf = array(
(int) 0 => '',
(int) 1 => '品律法律事務所',
(int) 2 => '106 台北市大安區信義路四段273號7樓',
(int) 3 => '02-27041575',
(int) 4 => '02-27041595',
(int) 5 => 'pinliulaw27041575@gmail.com',
(int) 6 => 'https://www.facebook.com/%E5%93%81%E5%BE%8B%E6%B3%95%E5%BE%8B%E4%BA%8B%E5%8B%99%E6%89%80-111326022547346/',
(int) 7 => '',
(int) 8 => '',
(int) 9 => '',
(int) 10 => 'https://pinliulaw.pixnet.net/blog',
(int) 11 => '品律法律事務所',
(int) 12 => '品律法律事務所',
(int) 13 => '品律法律事務所',
(int) 14 => 'pinliulaw27041575@gmail.com',
(int) 15 => '',
(int) 16 => ''
)
$update_status = ''
$description = '品律法律事務所'
$title = '品律法律事務所'
$canonical = '/service/category'
$ogurl = 'https://www.pinliulaw.com.tw/service/category' array_key_exists - [internal], line ??
include - APP/View/Layouts/default.ctp, line 44
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
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
[main] - APP/webroot/index.php, line 110
品律法律事務所-品律法律事務所