ob_start();include $___viewFn;
$___viewFn = '/homepages/9/d101561228/htdocs/brighterholidays/app/View/Layouts/default.ctp'
$___dataForView = array(
'controller' => 'PagesController',
'action' => 'img',
'code' => '404',
'url' => '/pages/img/images/front/arrow_down.png?url=pages%2Fimg%2Fimages%2Ffront%2Farrow_down.png',
'name' => 'Action PagesController::img() could not be found.',
'error' => object(MissingActionException) {},
'_serialize' => array(
[maximum depth reached]
),
'loginUserId' => '',
'content_for_layout' => '<h2>Missing Method in PagesController</h2> <p class="error">
<strong>Error: </strong>
The action <em>img</em> is not defined in controller <em>PagesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>PagesController::</em><em>img()</em> in file: app/Controller/PagesController.php.</p>
<pre>
<?php
class PagesController extends AppController {
<strong>
public function img() {
}
</strong>
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_action.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Routing/Dispatcher.php line 103</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Controller->invokeAction(CakeRequest)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> $controller->startupProcess();</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $render = true;</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $result = $controller->invokeAction($request);</span></code></span>
<code><span style="color: #000000"> if ($result instanceof CakeResponse) {</span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Routing/Dispatcher.php line 85</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">Dispatcher->_invoke(PagesController, CakeRequest, CakeResponse)</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> ));</span></code>
<code><span style="color: #000000"> }</span></code>
<code><span style="color: #000000"></span></code>
<span class="code-highlight"><code><span style="color: #000000"> return $this->_invoke($controller, $request, $response);</span></code></span>
<code><span style="color: #000000"> }</span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
name => 'Pages'
helpers => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
components => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Pages'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'img'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Session => object(SessionComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
Auth => object(AuthComponent) {}
Offersearch => object(OffersearchComponent) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}
object(CakeResponse) {
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">APP/webroot/index.php line 92</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> App::uses('Dispatcher', 'Routing');</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $Dispatcher = new Dispatcher();</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));</span></code></span>
<code><span style="color: #000000"></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}
object(CakeResponse) {
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display == 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$controller = 'PagesController'
$action = 'img'
$code = '404'
$url = '/pages/img/images/front/arrow_down.png?url=pages%2Fimg%2Fimages%2Ffront%2Farrow_down.png'
$name = 'Action PagesController::img() could not be found.'
$error = object(MissingActionException) {}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'url',
(int) 2 => 'name'
)
$loginUserId = ''
$content_for_layout = '<h2>Missing Method in PagesController</h2> <p class="error">
<strong>Error: </strong>
The action <em>img</em> is not defined in controller <em>PagesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>PagesController::</em><em>img()</em> in file: app/Controller/PagesController.php.</p>
<pre>
<?php
class PagesController extends AppController {
<strong>
public function img() {
}
</strong>
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_action.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Routing/Dispatcher.php line 103</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Controller->invokeAction(CakeRequest)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> $controller->startupProcess();</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $render = true;</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $result = $controller->invokeAction($request);</span></code></span>
<code><span style="color: #000000"> if ($result instanceof CakeResponse) {</span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Routing/Dispatcher.php line 85</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">Dispatcher->_invoke(PagesController, CakeRequest, CakeResponse)</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> ));</span></code>
<code><span style="color: #000000"> }</span></code>
<code><span style="color: #000000"></span></code>
<span class="code-highlight"><code><span style="color: #000000"> return $this->_invoke($controller, $request, $response);</span></code></span>
<code><span style="color: #000000"> }</span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
name => 'Pages'
helpers => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
components => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Pages'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'img'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Session => object(SessionComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
Auth => object(AuthComponent) {}
Offersearch => object(OffersearchComponent) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}
object(CakeResponse) {
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">APP/webroot/index.php line 92</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> App::uses('Dispatcher', 'Routing');</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $Dispatcher = new Dispatcher();</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));</span></code></span>
<code><span style="color: #000000"></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}
object(CakeResponse) {
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display == 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'include - APP/View/Layouts/default.ctp, line 5 View::_evaluate() - CORE/Cake/View/View.php, line 915 View::_render() - CORE/Cake/View/View.php, line 879 View::renderLayout() - CORE/Cake/View/View.php, line 534 View::render() - CORE/Cake/View/View.php, line 478 Controller::render() - CORE/Cake/Controller/Controller.php, line 959 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 263 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 187 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 165 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
ob_start();include $___viewFn;
$___viewFn = '/homepages/9/d101561228/htdocs/brighterholidays/app/View/Layouts/default.ctp'
$___dataForView = array(
'controller' => 'PagesController',
'action' => 'img',
'code' => '404',
'url' => '/pages/img/images/front/arrow_down.png?url=pages%2Fimg%2Fimages%2Ffront%2Farrow_down.png',
'name' => 'Action PagesController::img() could not be found.',
'error' => object(MissingActionException) {},
'_serialize' => array(
[maximum depth reached]
),
'loginUserId' => '',
'content_for_layout' => '<h2>Missing Method in PagesController</h2> <p class="error">
<strong>Error: </strong>
The action <em>img</em> is not defined in controller <em>PagesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>PagesController::</em><em>img()</em> in file: app/Controller/PagesController.php.</p>
<pre>
<?php
class PagesController extends AppController {
<strong>
public function img() {
}
</strong>
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_action.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Routing/Dispatcher.php line 103</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Controller->invokeAction(CakeRequest)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> $controller->startupProcess();</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $render = true;</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $result = $controller->invokeAction($request);</span></code></span>
<code><span style="color: #000000"> if ($result instanceof CakeResponse) {</span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Routing/Dispatcher.php line 85</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">Dispatcher->_invoke(PagesController, CakeRequest, CakeResponse)</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> ));</span></code>
<code><span style="color: #000000"> }</span></code>
<code><span style="color: #000000"></span></code>
<span class="code-highlight"><code><span style="color: #000000"> return $this->_invoke($controller, $request, $response);</span></code></span>
<code><span style="color: #000000"> }</span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
name => 'Pages'
helpers => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
components => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Pages'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'img'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Session => object(SessionComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
Auth => object(AuthComponent) {}
Offersearch => object(OffersearchComponent) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}
object(CakeResponse) {
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">APP/webroot/index.php line 92</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> App::uses('Dispatcher', 'Routing');</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $Dispatcher = new Dispatcher();</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));</span></code></span>
<code><span style="color: #000000"></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}
object(CakeResponse) {
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display == 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$controller = 'PagesController'
$action = 'img'
$code = '404'
$url = '/pages/img/images/front/arrow_down.png?url=pages%2Fimg%2Fimages%2Ffront%2Farrow_down.png'
$name = 'Action PagesController::img() could not be found.'
$error = object(MissingActionException) {}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'url',
(int) 2 => 'name'
)
$loginUserId = ''
$content_for_layout = '<h2>Missing Method in PagesController</h2> <p class="error">
<strong>Error: </strong>
The action <em>img</em> is not defined in controller <em>PagesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>PagesController::</em><em>img()</em> in file: app/Controller/PagesController.php.</p>
<pre>
<?php
class PagesController extends AppController {
<strong>
public function img() {
}
</strong>
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_action.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Routing/Dispatcher.php line 103</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Controller->invokeAction(CakeRequest)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> $controller->startupProcess();</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $render = true;</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $result = $controller->invokeAction($request);</span></code></span>
<code><span style="color: #000000"> if ($result instanceof CakeResponse) {</span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Routing/Dispatcher.php line 85</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">Dispatcher->_invoke(PagesController, CakeRequest, CakeResponse)</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> ));</span></code>
<code><span style="color: #000000"> }</span></code>
<code><span style="color: #000000"></span></code>
<span class="code-highlight"><code><span style="color: #000000"> return $this->_invoke($controller, $request, $response);</span></code></span>
<code><span style="color: #000000"> }</span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre>object(PagesController) {
name => 'Pages'
helpers => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
components => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Pages'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'img'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'Page'
modelKey => 'page'
validationErrors => null
Session => object(SessionComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
Auth => object(AuthComponent) {}
Offersearch => object(OffersearchComponent) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}
object(CakeResponse) {
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">APP/webroot/index.php line 92</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> App::uses('Dispatcher', 'Routing');</span></code>
<code><span style="color: #000000"></span></code>
<code><span style="color: #000000"> $Dispatcher = new Dispatcher();</span></code>
<span class="code-highlight"><code><span style="color: #000000"> $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));</span></code></span>
<code><span style="color: #000000"></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array(
[maximum depth reached]
)
url => 'pages/img/images/front/arrow_down.png'
base => ''
webroot => '/'
here => '/pages/img/images/front/arrow_down.png'
}
object(CakeResponse) {
}</pre></div></li>
</ul>
<script type="text/javascript">
function traceToggle(event, id) {
var el = document.getElementById(id);
el.style.display = (el.style.display == 'block') ? 'none' : 'block';
event.preventDefault();
return false;
}
</script>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'include - APP/View/Layouts/default.ctp, line 6 View::_evaluate() - CORE/Cake/View/View.php, line 915 View::_render() - CORE/Cake/View/View.php, line 879 View::renderLayout() - CORE/Cake/View/View.php, line 534 View::render() - CORE/Cake/View/View.php, line 478 Controller::render() - CORE/Cake/Controller/Controller.php, line 959 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 263 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 187 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 165 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Notice (8): Undefined variable: applicationsettings [APP/View/Elements/header.ctp, line 3]Code Contextob_start();include $___viewFn;$___viewFn = '/homepages/9/d101561228/htdocs/brighterholidays/app/View/Elements/header.ctp' $___dataForView = array( 'controller' => 'PagesController', 'action' => 'img', 'code' => '404', 'url' => '/pages/img/images/front/arrow_down.png?url=pages%2Fimg%2Fimages%2Ffront%2Farrow_down.png', 'name' => 'Action PagesController::img() could not be found.', 'error' => object(MissingActionException) {}, '_serialize' => array( [maximum depth reached] ), 'loginUserId' => '', 'content_for_layout' => '<h2>Missing Method in PagesController</h2> <p class="error"> <strong>Error: </strong> The action <em>img</em> is not defined in controller <em>PagesController</em></p> <p class="error"> <strong>Error: </strong> Create <em>PagesController::</em><em>img()</em> in file: app/Controller/PagesController.php.</p> <pre> <?php class PagesController extends AppController { <strong> public function img() { } </strong> } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_action.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Routing/Dispatcher.php line 103</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Controller->invokeAction(CakeRequest)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> $controller->startupProcess();</span></code> <code><span style="color: #000000"></span></code> <code><span style="color: #000000"> $render = true;</span></code> <span class="code-highlight"><code><span style="color: #000000"> $result = $controller->invokeAction($request);</span></code></span> <code><span style="color: #000000"> if ($result instanceof CakeResponse) {</span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array( [maximum depth reached] ) url => 'pages/img/images/front/arrow_down.png' base => '' webroot => '/' here => '/pages/img/images/front/arrow_down.png' }</pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Routing/Dispatcher.php line 85</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">Dispatcher->_invoke(PagesController, CakeRequest, CakeResponse)</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> ));</span></code> <code><span style="color: #000000"> }</span></code> <code><span style="color: #000000"></span></code> <span class="code-highlight"><code><span style="color: #000000"> return $this->_invoke($controller, $request, $response);</span></code></span> <code><span style="color: #000000"> }</span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre>object(PagesController) { name => 'Pages' helpers => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) components => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Pages' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'img' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Page' modelKey => 'page' validationErrors => null Session => object(SessionComponent) {} RequestHandler => object(RequestHandlerComponent) {} Auth => object(AuthComponent) {} Offersearch => object(OffersearchComponent) {} } object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array( [maximum depth reached] ) url => 'pages/img/images/front/arrow_down.png' base => '' webroot => '/' here => '/pages/img/images/front/arrow_down.png' } object(CakeResponse) { }</pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">APP/webroot/index.php line 92</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> App::uses('Dispatcher', 'Routing');</span></code> <code><span style="color: #000000"></span></code> <code><span style="color: #000000"> $Dispatcher = new Dispatcher();</span></code> <span class="code-highlight"><code><span style="color: #000000"> $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));</span></code></span> <code><span style="color: #000000"></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array( [maximum depth reached] ) url => 'pages/img/images/front/arrow_down.png' base => '' webroot => '/' here => '/pages/img/images/front/arrow_down.png' } object(CakeResponse) { }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display == 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Errors' ) $controller = 'PagesController' $action = 'img' $code = '404' $url = '/pages/img/images/front/arrow_down.png?url=pages%2Fimg%2Fimages%2Ffront%2Farrow_down.png' $name = 'Action PagesController::img() could not be found.' $error = object(MissingActionException) {} $_serialize = array( (int) 0 => 'code', (int) 1 => 'url', (int) 2 => 'name' ) $loginUserId = '' $content_for_layout = '<h2>Missing Method in PagesController</h2> <p class="error"> <strong>Error: </strong> The action <em>img</em> is not defined in controller <em>PagesController</em></p> <p class="error"> <strong>Error: </strong> Create <em>PagesController::</em><em>img()</em> in file: app/Controller/PagesController.php.</p> <pre> <?php class PagesController extends AppController { <strong> public function img() { } </strong> } </pre> <p class="notice"> <strong>Notice: </strong> If you want to customize this error message, create app/View/Errors/missing_action.ctp</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Routing/Dispatcher.php line 103</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Controller->invokeAction(CakeRequest)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> $controller->startupProcess();</span></code> <code><span style="color: #000000"></span></code> <code><span style="color: #000000"> $render = true;</span></code> <span class="code-highlight"><code><span style="color: #000000"> $result = $controller->invokeAction($request);</span></code></span> <code><span style="color: #000000"> if ($result instanceof CakeResponse) {</span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array( [maximum depth reached] ) url => 'pages/img/images/front/arrow_down.png' base => '' webroot => '/' here => '/pages/img/images/front/arrow_down.png' }</pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Routing/Dispatcher.php line 85</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">Dispatcher->_invoke(PagesController, CakeRequest, CakeResponse)</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> ));</span></code> <code><span style="color: #000000"> }</span></code> <code><span style="color: #000000"></span></code> <span class="code-highlight"><code><span style="color: #000000"> return $this->_invoke($controller, $request, $response);</span></code></span> <code><span style="color: #000000"> }</span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre>object(PagesController) { name => 'Pages' helpers => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) components => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Pages' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'img' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Page' modelKey => 'page' validationErrors => null Session => object(SessionComponent) {} RequestHandler => object(RequestHandlerComponent) {} Auth => object(AuthComponent) {} Offersearch => object(OffersearchComponent) {} } object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array( [maximum depth reached] ) url => 'pages/img/images/front/arrow_down.png' base => '' webroot => '/' here => '/pages/img/images/front/arrow_down.png' } object(CakeResponse) { }</pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">APP/webroot/index.php line 92</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"> App::uses('Dispatcher', 'Routing');</span></code> <code><span style="color: #000000"></span></code> <code><span style="color: #000000"> $Dispatcher = new Dispatcher();</span></code> <span class="code-highlight"><code><span style="color: #000000"> $Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));</span></code></span> <code><span style="color: #000000"></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array( [maximum depth reached] ) url => 'pages/img/images/front/arrow_down.png' base => '' webroot => '/' here => '/pages/img/images/front/arrow_down.png' } object(CakeResponse) { }</pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display == 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> ' $scripts_for_layout = '' $title_for_layout = 'Errors'include - APP/View/Elements/header.ctp, line 3 View::_evaluate() - CORE/Cake/View/View.php, line 915 View::_render() - CORE/Cake/View/View.php, line 879 View::element() - CORE/Cake/View/View.php, line 419 include - APP/View/Layouts/default.ctp, line 59 View::_evaluate() - CORE/Cake/View/View.php, line 915 View::_render() - CORE/Cake/View/View.php, line 879 View::renderLayout() - CORE/Cake/View/View.php, line 534 View::render() - CORE/Cake/View/View.php, line 478 Controller::render() - CORE/Cake/Controller/Controller.php, line 959 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 263 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 187 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 165 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??