Code |
Context$___viewFn = "D:\Hosting\Storm\site\app\views\layouts\default.ctp"
$___dataForView = array(
"controller" => "ArticlesController",
"controllerName" => "Articles",
"action" => "book_step1",
"title_for_layout" => "Missing Method in Controller",
"content_for_layout" => "<h2>Missing Method in ArticlesController</h2>
<p class="error">
<strong>Error: </strong>
The action <em>book_step1</em> is not defined in controller <em>ArticlesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>ArticlesController::</em><em>book_step1()</em> in file: app\controllers\articles_controller.php.</p>
<pre>
<?php
class ArticlesController extends AppController {
var $name = 'Articles';
<strong>
function book_step1() {
}
</strong>
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app\views\errors\missing_action.ctp.</p>",
"scripts_for_layout" => "",
"cakeDebug" => "",
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = "/index.php"
HtmlHelper::$here = "/index.php/articles/book_step1.html"
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/app/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 = "/index.php"
FormHelper::$webroot = "/app/webroot/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/index.php/articles/book_step1.html"
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,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = "/index.php"
JavascriptHelper::$webroot = "/app/webroot/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/index.php/articles/book_step1.html"
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"functions" => FunctionsHelper
FunctionsHelper::$helpers = array
FunctionsHelper::$base = "/index.php"
FunctionsHelper::$webroot = "/app/webroot/"
FunctionsHelper::$themeWeb = NULL
FunctionsHelper::$here = "/index.php/articles/book_step1.html"
FunctionsHelper::$params = array
FunctionsHelper::$action = NULL
FunctionsHelper::$plugin = NULL
FunctionsHelper::$data = array
FunctionsHelper::$namedArgs = NULL
FunctionsHelper::$argSeparator = NULL
FunctionsHelper::$validationErrors = NULL
FunctionsHelper::$tags = array
FunctionsHelper::$__tainted = NULL
FunctionsHelper::$__cleaned = NULL
FunctionsHelper::$_log = NULL
FunctionsHelper::$Html = HtmlHelper object
FunctionsHelper::$Form = FormHelper object
FunctionsHelper::$Javascript = JavascriptHelper object,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "1f0732d8d49806c623c715bdc2b6991d"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337496768
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/articles/book_step1.html"
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$controller = "ArticlesController"
$controllerName = "Articles"
$action = "book_step1"
$title_for_layout = "Missing Method in Controller"
$content_for_layout = "<h2>Missing Method in ArticlesController</h2>
<p class="error">
<strong>Error: </strong>
The action <em>book_step1</em> is not defined in controller <em>ArticlesController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>ArticlesController::</em><em>book_step1()</em> in file: app\controllers\articles_controller.php.</p>
<pre>
<?php
class ArticlesController extends AppController {
var $name = 'Articles';
<strong>
function book_step1() {
}
</strong>
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app\views\errors\missing_action.ctp.</p>"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = "/index.php"
HtmlHelper::$here = "/index.php/articles/book_step1.html"
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/app/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 = "/index.php"
FormHelper::$webroot = "/app/webroot/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/index.php/articles/book_step1.html"
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
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = "/index.php"
JavascriptHelper::$webroot = "/app/webroot/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/index.php/articles/book_step1.html"
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$functions = FunctionsHelper
FunctionsHelper::$helpers = array
FunctionsHelper::$base = "/index.php"
FunctionsHelper::$webroot = "/app/webroot/"
FunctionsHelper::$themeWeb = NULL
FunctionsHelper::$here = "/index.php/articles/book_step1.html"
FunctionsHelper::$params = array
FunctionsHelper::$action = NULL
FunctionsHelper::$plugin = NULL
FunctionsHelper::$data = array
FunctionsHelper::$namedArgs = NULL
FunctionsHelper::$argSeparator = NULL
FunctionsHelper::$validationErrors = NULL
FunctionsHelper::$tags = array
FunctionsHelper::$__tainted = NULL
FunctionsHelper::$__cleaned = NULL
FunctionsHelper::$_log = NULL
FunctionsHelper::$Html = HtmlHelper object
FunctionsHelper::$Form = FormHelper object
FunctionsHelper::$Javascript = JavascriptHelper object
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "1f0732d8d49806c623c715bdc2b6991d"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1337496768
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/articles/book_step1.html"
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $appConfig['Company']['name'];?> :: <?php echo $title_for_layout; ?></title>
include - APP\views\layouts\default.ctp, line 5
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 774
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 242
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 211
require - APP\webroot\index.php, line 90
[main] - CORE\index.php, line 61
:: Missing Method in Controller