Notice (8): Undefined index: Page [APP/controllers/components/templates.php, line 15]Code |
Context function renderTemplate($page) {
$tmpl_idx = $page['Page']['template'];
$page = array()
TemplatesComponent::renderTemplate() - APP/controllers/components/templates.php, line 15
PagesController::display() - APP/controllers/pages_controller.php, line 246
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Notice (8): Undefined index: Page [APP/controllers/components/templates.php, line 31]Code |
Context
$tmpl_params = array(
'Page' => $page['Page'],
$page = array()
$tmpl_idx = null
$tmpls = array(
"basic-mustache.html",
"zen-garden.html",
"javascript.js"
)
$m = Mustache
$vv = array(
"session" => SessionComponent
SessionComponent::$__active = true
SessionComponent::$__bare = 0
SessionComponent::$valid = true
SessionComponent::$error = array
SessionComponent::$_userAgent = "c9643f382a9ab39bba3377e75c9a93e6"
SessionComponent::$path = "/"
SessionComponent::$lastError = 2
SessionComponent::$security = "medium"
SessionComponent::$time = 1369501082
SessionComponent::$sessionTime = 1369513082
SessionComponent::$cookieLifeTime = 720000
SessionComponent::$watchKeys = array
SessionComponent::$id = NULL
SessionComponent::$host = "www.theraccoonbear.com"
SessionComponent::$timeout = NULL
SessionComponent::$enabled = true,
"nurl_params" => array(),
"url_params" => array(),
"breadcrumbs" => array(),
"current_path" => "/",
"request_path" => array(
"cgi-bin",
"board.cgi"
),
"nav_items" => array(
array(),
array(),
array()
),
"rootID" => "1",
"Mustache" => Mustache
,
"UserModel" => User
User::$name = "User"
User::$displayField = "username"
User::$preferences = array
User::$hasMany = array
User::$validate = array
User::$useDbConfig = "default"
User::$useTable = "users"
User::$id = false
User::$data = array
User::$table = "users"
User::$primaryKey = "id"
User::$_schema = array
User::$validationErrors = array
User::$tablePrefix = ""
User::$alias = "User"
User::$tableToModel = array
User::$logTransactions = false
User::$cacheQueries = false
User::$belongsTo = array
User::$hasOne = array
User::$hasAndBelongsToMany = array
User::$actsAs = NULL
User::$Behaviors = BehaviorCollection object
User::$whitelist = array
User::$cacheSources = true
User::$findQueryType = NULL
User::$recursive = 1
User::$order = NULL
User::$virtualFields = array
User::$__associationKeys = array
User::$__associations = array
User::$__backAssociation = array
User::$__insertID = NULL
User::$__numRows = NULL
User::$__affectedRows = NULL
User::$_findMethods = array
User::$Blogposts = AppModel object,
"SettingModel" => Setting
Setting::$name = "Setting"
Setting::$displayField = "name"
Setting::$validate = array
Setting::$useDbConfig = "default"
Setting::$useTable = "settings"
Setting::$id = false
Setting::$data = array
Setting::$table = "settings"
Setting::$primaryKey = "id"
Setting::$_schema = array
Setting::$validationErrors = array
Setting::$tablePrefix = ""
Setting::$alias = "Setting"
Setting::$tableToModel = array
Setting::$logTransactions = false
Setting::$cacheQueries = false
Setting::$belongsTo = array
Setting::$hasOne = array
Setting::$hasMany = array
Setting::$hasAndBelongsToMany = array
Setting::$actsAs = NULL
Setting::$Behaviors = BehaviorCollection object
Setting::$whitelist = array
Setting::$cacheSources = true
Setting::$findQueryType = NULL
Setting::$recursive = 1
Setting::$order = NULL
Setting::$virtualFields = array
Setting::$__associationKeys = array
Setting::$__associations = array
Setting::$__backAssociation = array
Setting::$__insertID = NULL
Setting::$__numRows = NULL
Setting::$__affectedRows = NULL
Setting::$_findMethods = array
)
$View = View
View::$base = ""
View::$here = "/cgi-bin/board.cgi"
View::$plugin = NULL
View::$name = "Pages"
View::$action = "display"
View::$params = array
View::$passedArgs = array
View::$data = NULL
View::$helpers = array
View::$viewPath = "pages"
View::$viewVars = array
View::$layout = "default"
View::$layoutPath = NULL
View::$autoRender = true
View::$autoLayout = true
View::$ext = ".ctp"
View::$subDir = NULL
View::$theme = NULL
View::$cacheAction = false
View::$validationErrors = array
View::$hasRendered = true
View::$loaded = array
View::$modelScope = false
View::$model = NULL
View::$association = NULL
View::$field = NULL
View::$fieldSuffix = NULL
View::$modelId = NULL
View::$uuids = array
View::$output = "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>
RevCMS Pages </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon" /><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon" /><link rel="stylesheet" type="text/css" href="/css/cake.generic.css" /><link rel="stylesheet" type="text/css" href="/css/bo.style.css" /><link rel="stylesheet" type="text/css" href="/css/flick/jquery-ui-1.8.17.custom.css" /><script type="text/javascript" src="/js/jquery-1.7.1.min.js"></script><script type="text/javascript" src="/js/jquery-ui-1.8.17.custom.min.js"></script><script type="text/javascript" src="/js/tinymce/jscripts/tiny_mce/jquery.tinymce.js"></script><script type="text/javascript" src="/js/asset-picker.js"></script><script type="text/javascript" src="/js/bo.js"></script> <script src="/js/codemirror-3.11/lib/codemirror.js"></script>
<link rel="stylesheet" href="/js/codemirror-3.11/lib/codemirror.css">
<script src="/js/codemirror-3.11/mode/javascript/javascript.js"></script>
<script src="/js/codemirror-3.11/mode/javascript/javascript.js"></script>
<script src="/js/codemirror-3.11/addon/mode/overlay.js"></script>
<script src="/js/codemirror-3.11/addon/mode/xml/xml.js"></script>
<script src="/js/codemirror-3.11/addon/mode/mustache/mustache.js"></script>
<script type="text/javascript">
$(function() {
$('textarea.codeEdit').each(function(idx, elem) {
elem = $(elem).get(0);
var myCodeMirror = CodeMirror.fromTextArea(elem, {mode: 'mustache', lineNumbers: true});
});
});
</script>
</head>
<body>
<div id="container">
<div id="header">
<ul class="topNav">
<li><h1>AyuCMS</h1></li>
<li><a href="/admin">Content</a></li>
<li><a href="/admin/folders/view/0">Assets</a></li>
<li><a href="/admin/blog/index">Blogs</a></li>
<li><a href="/admin/events/view/0">Events</a></li>
<li><a href="/admin/forms/index">Forms</a></li>
<li><a href="/admin/snips/index">Snips</a></li>
<li><a href="/admin/users/index">Users</a></li>
</ul><!-- /.topNav -->
</div>
<div id="content">
<h1>Oh Dear!</h1>
<h2>Sorry, we seem to have gotten you lost...</h2>
<p>
We've clearly goofed up and sent you to the wrong place. Please select an area of the site to visit from the options to the left.
</p>
<p>
<img src="/images/trashed-bike.jpg" alt="404" title="404" />
</p>
</div>
<div id="footer">
<a href="http://www.cakephp.org/" target="_blank"><img src="/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0" /></a> </div>
</div>
<script type="text/javascript" defer="defer">
$(function() {
var using_TinyMCE = false;
var $code_editors = $('textarea.useTinyMCE');
var $tinymce_toggler = $('#doTinyMCE');
var tinymce_on = function() {
$code_editors.tinymce({
script_url : '/js/tinymce/jscripts/tiny_mce/tiny_mce.js',
external_image_list_url : "/assets/mce_cache.js",
theme : "advanced",
content_css : "css/style.css",
height: '400px',
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left"
});
$tinymce_toggler.html('Disable TinyMCE Editor');
using_TinyMCE = true;
};
var tinymce_off = function() {
$code_editors.tinymce().remove();
$tinymce_toggler.html('TinyMCE Editor');
using_TinyMCE = false;
};
$tinymce_toggler.click(function(e) {
if (using_TinyMCE) {
tinymce_off();
} else {
tinymce_on();
}
e.preventDefault();
return false;
});
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-trace').style.display = (document.getElementById('cakeErr1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined variable: logged_user [<b>APP/views/layouts/default.ctp</b>, line <b>161</b>]<div id="cakeErr1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-code').style.display = (document.getElementById('cakeErr1-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-context').style.display = (document.getElementById('cakeErr1-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr1-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"><?php</span></span></code>
<code><span style="color: #000000"></span></code>
<span class="code-highlight"><code><span style="color: #000000">if ($UserModel->getPref($logged_user, 'use_tiny_mce')) {</span></code></span></pre></div><pre id="cakeErr1-context" class="cake-context" style="display: none;">$___viewFn = "/home/don/code/ayu-cms.snm.com/app/views/layouts/default.ctp"
$___dataForView = array(
"request_path" => array(
"cgi-bin",
"board.cgi"
),
"nav_items" => array(
array(),
array(),
array()
),
"rootID" => "1",
"Mustache" => Mustache
,
"UserModel" => User
User::$name = "User"
User::$displayField = "username"
User::$preferences = array
User::$hasMany = array
User::$validate = array
User::$useDbConfig = "default"
User::$useTable = "users"
User::$id = false
User::$data = array
User::$table = "users"
User::$primaryKey = "id"
User::$_schema = array
User::$validationErrors = array
User::$tablePrefix = ""
User::$alias = "User"
User::$tableToModel = array
User::$logTransactions = false
User::$cacheQueries = false
User::$belongsTo = array
User::$hasOne = array
User::$hasAndBelongsToMany = array
User::$actsAs = NULL
User::$Behaviors = BehaviorCollection object
User::$whitelist = array
User::$cacheSources = true
User::$findQueryType = NULL
User::$recursive = 1
User::$order = NULL
User::$virtualFields = array
User::$__associationKeys = array
User::$__associations = array
User::$__backAssociation = array
User::$__insertID = NULL
User::$__numRows = NULL
User::$__affectedRows = NULL
User::$_findMethods = array
User::$Blogposts = AppModel object,
"SettingModel" => Setting
Setting::$name = "Setting"
Setting::$displayField = "name"
Setting::$validate = array
Setting::$useDbConfig = "default"
Setting::$useTable = "settings"
Setting::$id = false
Setting::$data = array
Setting::$table = "settings"
Setting::$primaryKey = "id"
Setting::$_schema = array
Setting::$validationErrors = array
Setting::$tablePrefix = ""
Setting::$alias = "Setting"
Setting::$tableToModel = array
Setting::$logTransactions = false
Setting::$cacheQueries = false
Setting::$belongsTo = array
Setting::$hasOne = array
Setting::$hasMany = array
Setting::$hasAndBelongsToMany = array
Setting::$actsAs = NULL
Setting::$Behaviors = BehaviorCollection object
Setting::$whitelist = array
Setting::$cacheSources = true
Setting::$findQueryType = NULL
Setting::$recursive = 1
Setting::$order = NULL
Setting::$virtualFields = array
Setting::$__associationKeys = array
Setting::$__associations = array
Setting::$__backAssociation = array
Setting::$__insertID = NULL
Setting::$__numRows = NULL
Setting::$__affectedRows = NULL
Setting::$_findMethods = array,
"content_for_layout" => "<h1>Oh Dear!</h1>
<h2>Sorry, we seem to have gotten you lost...</h2>
<p>
We've clearly goofed up and sent you to the wrong place. Please select an area of the site to visit from the options to the left.
</p>
<p>
<img src="/images/trashed-bike.jpg" alt="404" title="404" />
</p>
",
"scripts_for_layout" => "",
"title_for_layout" => "Pages",
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/cgi-bin/board.cgi"
FormHelper::$params = array
FormHelper::$action = "display"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/cgi-bin/board.cgi"
HtmlHelper::$params = array
HtmlHelper::$action = "display"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "c9643f382a9ab39bba3377e75c9a93e6"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369501083
SessionHelper::$sessionTime = 1369513083
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/cgi-bin/board.cgi"
SessionHelper::$params = array
SessionHelper::$action = "display"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$request_path = array(
"cgi-bin",
"board.cgi"
)
$nav_items = array(
array(
"Page" => array(),
"ParentPage" => array(),
"BackgroundAsset" => array(),
"ChildPages" => array()
),
array(
"Page" => array(),
"ParentPage" => array(),
"BackgroundAsset" => array(),
"ChildPages" => array()
),
array(
"Page" => array(),
"ParentPage" => array(),
"BackgroundAsset" => array(),
"ChildPages" => array()
)
)
$rootID = "1"
$Mustache = Mustache
$UserModel = User
User::$name = "User"
User::$displayField = "username"
User::$preferences = array
User::$hasMany = array
User::$validate = array
User::$useDbConfig = "default"
User::$useTable = "users"
User::$id = false
User::$data = array
User::$table = "users"
User::$primaryKey = "id"
User::$_schema = array
User::$validationErrors = array
User::$tablePrefix = ""
User::$alias = "User"
User::$tableToModel = array
User::$logTransactions = false
User::$cacheQueries = false
User::$belongsTo = array
User::$hasOne = array
User::$hasAndBelongsToMany = array
User::$actsAs = NULL
User::$Behaviors = BehaviorCollection object
User::$whitelist = array
User::$cacheSources = true
User::$findQueryType = NULL
User::$recursive = 1
User::$order = NULL
User::$virtualFields = array
User::$__associationKeys = array
User::$__associations = array
User::$__backAssociation = array
User::$__insertID = NULL
User::$__numRows = NULL
User::$__affectedRows = NULL
User::$_findMethods = array
User::$Blogposts = AppModel object
$SettingModel = Setting
Setting::$name = "Setting"
Setting::$displayField = "name"
Setting::$validate = array
Setting::$useDbConfig = "default"
Setting::$useTable = "settings"
Setting::$id = false
Setting::$data = array
Setting::$table = "settings"
Setting::$primaryKey = "id"
Setting::$_schema = array
Setting::$validationErrors = array
Setting::$tablePrefix = ""
Setting::$alias = "Setting"
Setting::$tableToModel = array
Setting::$logTransactions = false
Setting::$cacheQueries = false
Setting::$belongsTo = array
Setting::$hasOne = array
Setting::$hasMany = array
Setting::$hasAndBelongsToMany = array
Setting::$actsAs = NULL
Setting::$Behaviors = BehaviorCollection object
Setting::$whitelist = array
Setting::$cacheSources = true
Setting::$findQueryType = NULL
Setting::$recursive = 1
Setting::$order = NULL
Setting::$virtualFields = array
Setting::$__associationKeys = array
Setting::$__associations = array
Setting::$__backAssociation = array
Setting::$__insertID = NULL
Setting::$__numRows = NULL
Setting::$__affectedRows = NULL
Setting::$_findMethods = array
$content_for_layout = "<h1>Oh Dear!</h1>
<h2>Sorry, we seem to have gotten you lost...</h2>
<p>
We've clearly goofed up and sent you to the wrong place. Please select an area of the site to visit from the options to the left.
</p>
<p>
<img src="/images/trashed-bike.jpg" alt="404" title="404" />
</p>
"
$scripts_for_layout = ""
$title_for_layout = "Pages"
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/cgi-bin/board.cgi"
FormHelper::$params = array
FormHelper::$action = "display"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/cgi-bin/board.cgi"
HtmlHelper::$params = array
HtmlHelper::$action = "display"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "c9643f382a9ab39bba3377e75c9a93e6"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369501083
SessionHelper::$sessionTime = 1369513083
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/cgi-bin/board.cgi"
SessionHelper::$params = array
SessionHelper::$action = "display"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL</pre><pre class="stack-trace">include - APP/views/layouts/default.ctp, line 161
View::_render() - CORE/cake/libs/view/view.php, line 736
View::renderLayout() - CORE/cake/libs/view/view.php, line 494
View::render() - CORE/cake/libs/view/view.php, line 440
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
PagesController::badPath() - APP/controllers/pages_controller.php, line 102
PagesController::display() - APP/controllers/pages_controller.php, line 179
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre> tinymce_on();
});
</script>
</body>
</html>"
View::$__passedVars = array
View::$__scripts = array
View::$__paths = array
View::$webroot = "/"
View::$Form = FormHelper object
View::$Html = HtmlHelper object
View::$Session = SessionHelper objectTemplatesComponent::renderTemplate() - APP/controllers/components/templates.php, line 31
PagesController::display() - APP/controllers/pages_controller.php, line 246
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Notice (8): Undefined index: [APP/controllers/components/templates.php, line 38]Code |
Context );
$tmpl = file_get_contents(ROOT . '/page-templates/' . $tmpls[$tmpl_idx]);
$page = array()
$tmpl_idx = null
$tmpls = array(
"basic-mustache.html",
"zen-garden.html",
"javascript.js"
)
$m = Mustache
$vv = array(
"session" => SessionComponent
SessionComponent::$__active = true
SessionComponent::$__bare = 0
SessionComponent::$valid = true
SessionComponent::$error = array
SessionComponent::$_userAgent = "c9643f382a9ab39bba3377e75c9a93e6"
SessionComponent::$path = "/"
SessionComponent::$lastError = 2
SessionComponent::$security = "medium"
SessionComponent::$time = 1369501082
SessionComponent::$sessionTime = 1369513082
SessionComponent::$cookieLifeTime = 720000
SessionComponent::$watchKeys = array
SessionComponent::$id = NULL
SessionComponent::$host = "www.theraccoonbear.com"
SessionComponent::$timeout = NULL
SessionComponent::$enabled = true,
"nurl_params" => array(),
"url_params" => array(),
"breadcrumbs" => array(),
"current_path" => "/",
"request_path" => array(
"cgi-bin",
"board.cgi"
),
"nav_items" => array(
array(),
array(),
array()
),
"rootID" => "1",
"Mustache" => Mustache
,
"UserModel" => User
User::$name = "User"
User::$displayField = "username"
User::$preferences = array
User::$hasMany = array
User::$validate = array
User::$useDbConfig = "default"
User::$useTable = "users"
User::$id = false
User::$data = array
User::$table = "users"
User::$primaryKey = "id"
User::$_schema = array
User::$validationErrors = array
User::$tablePrefix = ""
User::$alias = "User"
User::$tableToModel = array
User::$logTransactions = false
User::$cacheQueries = false
User::$belongsTo = array
User::$hasOne = array
User::$hasAndBelongsToMany = array
User::$actsAs = NULL
User::$Behaviors = BehaviorCollection object
User::$whitelist = array
User::$cacheSources = true
User::$findQueryType = NULL
User::$recursive = 1
User::$order = NULL
User::$virtualFields = array
User::$__associationKeys = array
User::$__associations = array
User::$__backAssociation = array
User::$__insertID = NULL
User::$__numRows = NULL
User::$__affectedRows = NULL
User::$_findMethods = array
User::$Blogposts = AppModel object,
"SettingModel" => Setting
Setting::$name = "Setting"
Setting::$displayField = "name"
Setting::$validate = array
Setting::$useDbConfig = "default"
Setting::$useTable = "settings"
Setting::$id = false
Setting::$data = array
Setting::$table = "settings"
Setting::$primaryKey = "id"
Setting::$_schema = array
Setting::$validationErrors = array
Setting::$tablePrefix = ""
Setting::$alias = "Setting"
Setting::$tableToModel = array
Setting::$logTransactions = false
Setting::$cacheQueries = false
Setting::$belongsTo = array
Setting::$hasOne = array
Setting::$hasMany = array
Setting::$hasAndBelongsToMany = array
Setting::$actsAs = NULL
Setting::$Behaviors = BehaviorCollection object
Setting::$whitelist = array
Setting::$cacheSources = true
Setting::$findQueryType = NULL
Setting::$recursive = 1
Setting::$order = NULL
Setting::$virtualFields = array
Setting::$__associationKeys = array
Setting::$__associations = array
Setting::$__backAssociation = array
Setting::$__insertID = NULL
Setting::$__numRows = NULL
Setting::$__affectedRows = NULL
Setting::$_findMethods = array
)
$View = View
View::$base = ""
View::$here = "/cgi-bin/board.cgi"
View::$plugin = NULL
View::$name = "Pages"
View::$action = "display"
View::$params = array
View::$passedArgs = array
View::$data = NULL
View::$helpers = array
View::$viewPath = "pages"
View::$viewVars = array
View::$layout = "default"
View::$layoutPath = NULL
View::$autoRender = true
View::$autoLayout = true
View::$ext = ".ctp"
View::$subDir = NULL
View::$theme = NULL
View::$cacheAction = false
View::$validationErrors = array
View::$hasRendered = true
View::$loaded = array
View::$modelScope = false
View::$model = NULL
View::$association = NULL
View::$field = NULL
View::$fieldSuffix = NULL
View::$modelId = NULL
View::$uuids = array
View::$output = "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>
RevCMS Pages </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon" /><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon" /><link rel="stylesheet" type="text/css" href="/css/cake.generic.css" /><link rel="stylesheet" type="text/css" href="/css/bo.style.css" /><link rel="stylesheet" type="text/css" href="/css/flick/jquery-ui-1.8.17.custom.css" /><script type="text/javascript" src="/js/jquery-1.7.1.min.js"></script><script type="text/javascript" src="/js/jquery-ui-1.8.17.custom.min.js"></script><script type="text/javascript" src="/js/tinymce/jscripts/tiny_mce/jquery.tinymce.js"></script><script type="text/javascript" src="/js/asset-picker.js"></script><script type="text/javascript" src="/js/bo.js"></script> <script src="/js/codemirror-3.11/lib/codemirror.js"></script>
<link rel="stylesheet" href="/js/codemirror-3.11/lib/codemirror.css">
<script src="/js/codemirror-3.11/mode/javascript/javascript.js"></script>
<script src="/js/codemirror-3.11/mode/javascript/javascript.js"></script>
<script src="/js/codemirror-3.11/addon/mode/overlay.js"></script>
<script src="/js/codemirror-3.11/addon/mode/xml/xml.js"></script>
<script src="/js/codemirror-3.11/addon/mode/mustache/mustache.js"></script>
<script type="text/javascript">
$(function() {
$('textarea.codeEdit').each(function(idx, elem) {
elem = $(elem).get(0);
var myCodeMirror = CodeMirror.fromTextArea(elem, {mode: 'mustache', lineNumbers: true});
});
});
</script>
</head>
<body>
<div id="container">
<div id="header">
<ul class="topNav">
<li><h1>AyuCMS</h1></li>
<li><a href="/admin">Content</a></li>
<li><a href="/admin/folders/view/0">Assets</a></li>
<li><a href="/admin/blog/index">Blogs</a></li>
<li><a href="/admin/events/view/0">Events</a></li>
<li><a href="/admin/forms/index">Forms</a></li>
<li><a href="/admin/snips/index">Snips</a></li>
<li><a href="/admin/users/index">Users</a></li>
</ul><!-- /.topNav -->
</div>
<div id="content">
<h1>Oh Dear!</h1>
<h2>Sorry, we seem to have gotten you lost...</h2>
<p>
We've clearly goofed up and sent you to the wrong place. Please select an area of the site to visit from the options to the left.
</p>
<p>
<img src="/images/trashed-bike.jpg" alt="404" title="404" />
</p>
</div>
<div id="footer">
<a href="http://www.cakephp.org/" target="_blank"><img src="/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0" /></a> </div>
</div>
<script type="text/javascript" defer="defer">
$(function() {
var using_TinyMCE = false;
var $code_editors = $('textarea.useTinyMCE');
var $tinymce_toggler = $('#doTinyMCE');
var tinymce_on = function() {
$code_editors.tinymce({
script_url : '/js/tinymce/jscripts/tiny_mce/tiny_mce.js',
external_image_list_url : "/assets/mce_cache.js",
theme : "advanced",
content_css : "css/style.css",
height: '400px',
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left"
});
$tinymce_toggler.html('Disable TinyMCE Editor');
using_TinyMCE = true;
};
var tinymce_off = function() {
$code_editors.tinymce().remove();
$tinymce_toggler.html('TinyMCE Editor');
using_TinyMCE = false;
};
$tinymce_toggler.click(function(e) {
if (using_TinyMCE) {
tinymce_off();
} else {
tinymce_on();
}
e.preventDefault();
return false;
});
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-trace').style.display = (document.getElementById('cakeErr1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined variable: logged_user [<b>APP/views/layouts/default.ctp</b>, line <b>161</b>]<div id="cakeErr1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-code').style.display = (document.getElementById('cakeErr1-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr1-context').style.display = (document.getElementById('cakeErr1-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr1-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"><?php</span></span></code>
<code><span style="color: #000000"></span></code>
<span class="code-highlight"><code><span style="color: #000000">if ($UserModel->getPref($logged_user, 'use_tiny_mce')) {</span></code></span></pre></div><pre id="cakeErr1-context" class="cake-context" style="display: none;">$___viewFn = "/home/don/code/ayu-cms.snm.com/app/views/layouts/default.ctp"
$___dataForView = array(
"request_path" => array(
"cgi-bin",
"board.cgi"
),
"nav_items" => array(
array(),
array(),
array()
),
"rootID" => "1",
"Mustache" => Mustache
,
"UserModel" => User
User::$name = "User"
User::$displayField = "username"
User::$preferences = array
User::$hasMany = array
User::$validate = array
User::$useDbConfig = "default"
User::$useTable = "users"
User::$id = false
User::$data = array
User::$table = "users"
User::$primaryKey = "id"
User::$_schema = array
User::$validationErrors = array
User::$tablePrefix = ""
User::$alias = "User"
User::$tableToModel = array
User::$logTransactions = false
User::$cacheQueries = false
User::$belongsTo = array
User::$hasOne = array
User::$hasAndBelongsToMany = array
User::$actsAs = NULL
User::$Behaviors = BehaviorCollection object
User::$whitelist = array
User::$cacheSources = true
User::$findQueryType = NULL
User::$recursive = 1
User::$order = NULL
User::$virtualFields = array
User::$__associationKeys = array
User::$__associations = array
User::$__backAssociation = array
User::$__insertID = NULL
User::$__numRows = NULL
User::$__affectedRows = NULL
User::$_findMethods = array
User::$Blogposts = AppModel object,
"SettingModel" => Setting
Setting::$name = "Setting"
Setting::$displayField = "name"
Setting::$validate = array
Setting::$useDbConfig = "default"
Setting::$useTable = "settings"
Setting::$id = false
Setting::$data = array
Setting::$table = "settings"
Setting::$primaryKey = "id"
Setting::$_schema = array
Setting::$validationErrors = array
Setting::$tablePrefix = ""
Setting::$alias = "Setting"
Setting::$tableToModel = array
Setting::$logTransactions = false
Setting::$cacheQueries = false
Setting::$belongsTo = array
Setting::$hasOne = array
Setting::$hasMany = array
Setting::$hasAndBelongsToMany = array
Setting::$actsAs = NULL
Setting::$Behaviors = BehaviorCollection object
Setting::$whitelist = array
Setting::$cacheSources = true
Setting::$findQueryType = NULL
Setting::$recursive = 1
Setting::$order = NULL
Setting::$virtualFields = array
Setting::$__associationKeys = array
Setting::$__associations = array
Setting::$__backAssociation = array
Setting::$__insertID = NULL
Setting::$__numRows = NULL
Setting::$__affectedRows = NULL
Setting::$_findMethods = array,
"content_for_layout" => "<h1>Oh Dear!</h1>
<h2>Sorry, we seem to have gotten you lost...</h2>
<p>
We've clearly goofed up and sent you to the wrong place. Please select an area of the site to visit from the options to the left.
</p>
<p>
<img src="/images/trashed-bike.jpg" alt="404" title="404" />
</p>
",
"scripts_for_layout" => "",
"title_for_layout" => "Pages",
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/cgi-bin/board.cgi"
FormHelper::$params = array
FormHelper::$action = "display"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/cgi-bin/board.cgi"
HtmlHelper::$params = array
HtmlHelper::$action = "display"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "c9643f382a9ab39bba3377e75c9a93e6"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369501083
SessionHelper::$sessionTime = 1369513083
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/cgi-bin/board.cgi"
SessionHelper::$params = array
SessionHelper::$action = "display"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$request_path = array(
"cgi-bin",
"board.cgi"
)
$nav_items = array(
array(
"Page" => array(),
"ParentPage" => array(),
"BackgroundAsset" => array(),
"ChildPages" => array()
),
array(
"Page" => array(),
"ParentPage" => array(),
"BackgroundAsset" => array(),
"ChildPages" => array()
),
array(
"Page" => array(),
"ParentPage" => array(),
"BackgroundAsset" => array(),
"ChildPages" => array()
)
)
$rootID = "1"
$Mustache = Mustache
$UserModel = User
User::$name = "User"
User::$displayField = "username"
User::$preferences = array
User::$hasMany = array
User::$validate = array
User::$useDbConfig = "default"
User::$useTable = "users"
User::$id = false
User::$data = array
User::$table = "users"
User::$primaryKey = "id"
User::$_schema = array
User::$validationErrors = array
User::$tablePrefix = ""
User::$alias = "User"
User::$tableToModel = array
User::$logTransactions = false
User::$cacheQueries = false
User::$belongsTo = array
User::$hasOne = array
User::$hasAndBelongsToMany = array
User::$actsAs = NULL
User::$Behaviors = BehaviorCollection object
User::$whitelist = array
User::$cacheSources = true
User::$findQueryType = NULL
User::$recursive = 1
User::$order = NULL
User::$virtualFields = array
User::$__associationKeys = array
User::$__associations = array
User::$__backAssociation = array
User::$__insertID = NULL
User::$__numRows = NULL
User::$__affectedRows = NULL
User::$_findMethods = array
User::$Blogposts = AppModel object
$SettingModel = Setting
Setting::$name = "Setting"
Setting::$displayField = "name"
Setting::$validate = array
Setting::$useDbConfig = "default"
Setting::$useTable = "settings"
Setting::$id = false
Setting::$data = array
Setting::$table = "settings"
Setting::$primaryKey = "id"
Setting::$_schema = array
Setting::$validationErrors = array
Setting::$tablePrefix = ""
Setting::$alias = "Setting"
Setting::$tableToModel = array
Setting::$logTransactions = false
Setting::$cacheQueries = false
Setting::$belongsTo = array
Setting::$hasOne = array
Setting::$hasMany = array
Setting::$hasAndBelongsToMany = array
Setting::$actsAs = NULL
Setting::$Behaviors = BehaviorCollection object
Setting::$whitelist = array
Setting::$cacheSources = true
Setting::$findQueryType = NULL
Setting::$recursive = 1
Setting::$order = NULL
Setting::$virtualFields = array
Setting::$__associationKeys = array
Setting::$__associations = array
Setting::$__backAssociation = array
Setting::$__insertID = NULL
Setting::$__numRows = NULL
Setting::$__affectedRows = NULL
Setting::$_findMethods = array
$content_for_layout = "<h1>Oh Dear!</h1>
<h2>Sorry, we seem to have gotten you lost...</h2>
<p>
We've clearly goofed up and sent you to the wrong place. Please select an area of the site to visit from the options to the left.
</p>
<p>
<img src="/images/trashed-bike.jpg" alt="404" title="404" />
</p>
"
$scripts_for_layout = ""
$title_for_layout = "Pages"
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/cgi-bin/board.cgi"
FormHelper::$params = array
FormHelper::$action = "display"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/cgi-bin/board.cgi"
HtmlHelper::$params = array
HtmlHelper::$action = "display"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "c9643f382a9ab39bba3377e75c9a93e6"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369501083
SessionHelper::$sessionTime = 1369513083
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/cgi-bin/board.cgi"
SessionHelper::$params = array
SessionHelper::$action = "display"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL</pre><pre class="stack-trace">include - APP/views/layouts/default.ctp, line 161
View::_render() - CORE/cake/libs/view/view.php, line 736
View::renderLayout() - CORE/cake/libs/view/view.php, line 494
View::render() - CORE/cake/libs/view/view.php, line 440
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
PagesController::badPath() - APP/controllers/pages_controller.php, line 102
PagesController::display() - APP/controllers/pages_controller.php, line 179
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86</pre></div></pre> tinymce_on();
});
</script>
</body>
</html>"
View::$__passedVars = array
View::$__scripts = array
View::$__paths = array
View::$webroot = "/"
View::$Form = FormHelper object
View::$Html = HtmlHelper object
View::$Session = SessionHelper object
$tmpl_params = array(
"Page" => null,
"Site" => array(
"ga-account" => false
),
"ViewVars" => array(
"session" => SessionComponent
SessionComponent::$__active = true
SessionComponent::$__bare = 0
SessionComponent::$valid = true
SessionComponent::$error = array
SessionComponent::$_userAgent = "c9643f382a9ab39bba3377e75c9a93e6"
SessionComponent::$path = "/"
SessionComponent::$lastError = 2
SessionComponent::$security = "medium"
SessionComponent::$time = 1369501082
SessionComponent::$sessionTime = 1369513082
SessionComponent::$cookieLifeTime = 720000
SessionComponent::$watchKeys = array
SessionComponent::$id = NULL
SessionComponent::$host = "www.theraccoonbear.com"
SessionComponent::$timeout = NULL
SessionComponent::$enabled = true,
"nurl_params" => array(),
"url_params" => array(),
"breadcrumbs" => array(),
"current_path" => "/",
"request_path" => array(),
"nav_items" => array(),
"rootID" => "1",
"Mustache" => Mustache
,
"UserModel" => User
User::$name = "User"
User::$displayField = "username"
User::$preferences = array
User::$hasMany = array
User::$validate = array
User::$useDbConfig = "default"
User::$useTable = "users"
User::$id = false
User::$data = array
User::$table = "users"
User::$primaryKey = "id"
User::$_schema = array
User::$validationErrors = array
User::$tablePrefix = ""
User::$alias = "User"
User::$tableToModel = array
User::$logTransactions = false
User::$cacheQueries = false
User::$belongsTo = array
User::$hasOne = array
User::$hasAndBelongsToMany = array
User::$actsAs = NULL
User::$Behaviors = BehaviorCollection object
User::$whitelist = array
User::$cacheSources = true
User::$findQueryType = NULL
User::$recursive = 1
User::$order = NULL
User::$virtualFields = array
User::$__associationKeys = array
User::$__associations = array
User::$__backAssociation = array
User::$__insertID = NULL
User::$__numRows = NULL
User::$__affectedRows = NULL
User::$_findMethods = array
User::$Blogposts = AppModel object,
"SettingModel" => Setting
Setting::$name = "Setting"
Setting::$displayField = "name"
Setting::$validate = array
Setting::$useDbConfig = "default"
Setting::$useTable = "settings"
Setting::$id = false
Setting::$data = array
Setting::$table = "settings"
Setting::$primaryKey = "id"
Setting::$_schema = array
Setting::$validationErrors = array
Setting::$tablePrefix = ""
Setting::$alias = "Setting"
Setting::$tableToModel = array
Setting::$logTransactions = false
Setting::$cacheQueries = false
Setting::$belongsTo = array
Setting::$hasOne = array
Setting::$hasMany = array
Setting::$hasAndBelongsToMany = array
Setting::$actsAs = NULL
Setting::$Behaviors = BehaviorCollection object
Setting::$whitelist = array
Setting::$cacheSources = true
Setting::$findQueryType = NULL
Setting::$recursive = 1
Setting::$order = NULL
Setting::$virtualFields = array
Setting::$__associationKeys = array
Setting::$__associations = array
Setting::$__backAssociation = array
Setting::$__insertID = NULL
Setting::$__numRows = NULL
Setting::$__affectedRows = NULL
Setting::$_findMethods = array
)
)TemplatesComponent::renderTemplate() - APP/controllers/components/templates.php, line 38
PagesController::display() - APP/controllers/pages_controller.php, line 246
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86