Notice (8): Undefined variable: navlinks [APP/views/layouts/default.ctp, line 38]
Code |
Context$___viewFn = "/home/content/v/i/n/vinyl1/html/restorepurity/views/layouts/default.ctp"
$___dataForView = array(
"controller" => "TestimoniesController",
"controllerName" => "Testimonies",
"action" => "REPLACE",
"title_for_layout" => "Missing Method in Controller",
"content_for_layout" => "<h2>Missing Method in TestimoniesController</h2>
<p class="error">
<strong>Error: </strong>
The action <em>REPLACE</em> is not defined in controller <em>TestimoniesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>TestimoniesController::</em><em>REPLACE()</em> in file: restorepurity/controllers/testimonies_controller.php.</p>
<pre>
<?php
class TestimoniesController extends AppController {
var $name = 'Testimonies';
<strong>
function REPLACE() {
}
</strong>
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create restorepurity/views/errors/missing_action.ctp.</p>",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/testimonies/REPLACE"
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/testimonies/REPLACE"
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e0e19918e3d2b6331265a6ec70b464b4"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337471574
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/testimonies/REPLACE"
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$controller = "TestimoniesController"
$controllerName = "Testimonies"
$action = "REPLACE"
$title_for_layout = "Missing Method in Controller"
$content_for_layout = "<h2>Missing Method in TestimoniesController</h2>
<p class="error">
<strong>Error: </strong>
The action <em>REPLACE</em> is not defined in controller <em>TestimoniesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>TestimoniesController::</em><em>REPLACE()</em> in file: restorepurity/controllers/testimonies_controller.php.</p>
<pre>
<?php
class TestimoniesController extends AppController {
var $name = 'Testimonies';
<strong>
function REPLACE() {
}
</strong>
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create restorepurity/views/errors/missing_action.ctp.</p>"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/testimonies/REPLACE"
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/testimonies/REPLACE"
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e0e19918e3d2b6331265a6ec70b464b4"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337471574
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/testimonies/REPLACE"
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$i = 0 <?php
$i = 0;
foreach ($navlinks as $navlink):
include - APP/views/layouts/default.ctp, line 38
View::_render() - CORE/cake/libs/view/view.php, line 662
View::renderLayout() - CORE/cake/libs/view/view.php, line 450
View::render() - CORE/cake/libs/view/view.php, line 388
Controller::render() - CORE/cake/libs/controller/controller.php, line 799
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingAction() - CORE/cake/libs/error.php, line 192
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 202
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 225
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 38]
Code |
Context$___viewFn = "/home/content/v/i/n/vinyl1/html/restorepurity/views/layouts/default.ctp"
$___dataForView = array(
"controller" => "TestimoniesController",
"controllerName" => "Testimonies",
"action" => "REPLACE",
"title_for_layout" => "Missing Method in Controller",
"content_for_layout" => "<h2>Missing Method in TestimoniesController</h2>
<p class="error">
<strong>Error: </strong>
The action <em>REPLACE</em> is not defined in controller <em>TestimoniesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>TestimoniesController::</em><em>REPLACE()</em> in file: restorepurity/controllers/testimonies_controller.php.</p>
<pre>
<?php
class TestimoniesController extends AppController {
var $name = 'Testimonies';
<strong>
function REPLACE() {
}
</strong>
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create restorepurity/views/errors/missing_action.ctp.</p>",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/testimonies/REPLACE"
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/testimonies/REPLACE"
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e0e19918e3d2b6331265a6ec70b464b4"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337471574
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/testimonies/REPLACE"
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$controller = "TestimoniesController"
$controllerName = "Testimonies"
$action = "REPLACE"
$title_for_layout = "Missing Method in Controller"
$content_for_layout = "<h2>Missing Method in TestimoniesController</h2>
<p class="error">
<strong>Error: </strong>
The action <em>REPLACE</em> is not defined in controller <em>TestimoniesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>TestimoniesController::</em><em>REPLACE()</em> in file: restorepurity/controllers/testimonies_controller.php.</p>
<pre>
<?php
class TestimoniesController extends AppController {
var $name = 'Testimonies';
<strong>
function REPLACE() {
}
</strong>
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create restorepurity/views/errors/missing_action.ctp.</p>"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/testimonies/REPLACE"
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/testimonies/REPLACE"
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e0e19918e3d2b6331265a6ec70b464b4"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337471574
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/testimonies/REPLACE"
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$i = 0 <?php
$i = 0;
foreach ($navlinks as $navlink):
include - APP/views/layouts/default.ctp, line 38
View::_render() - CORE/cake/libs/view/view.php, line 662
View::renderLayout() - CORE/cake/libs/view/view.php, line 450
View::render() - CORE/cake/libs/view/view.php, line 388
Controller::render() - CORE/cake/libs/controller/controller.php, line 799
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingAction() - CORE/cake/libs/error.php, line 192
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 202
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 225
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Missing Method in TestimoniesController
Error:
The action REPLACE is not defined in controller TestimoniesController
Error:
Create TestimoniesController::REPLACE() in file: restorepurity/controllers/testimonies_controller.php.
<?php
class TestimoniesController extends AppController {
var $name = 'Testimonies';
function REPLACE() {
}
}
?>
Notice:
If you want to customize this error message, create restorepurity/views/errors/missing_action.ctp.