Warning (2): Missing argument 1 for PagesController::get_navigation(), called in /homepages/23/d136675365/htdocs/cake/libs/object.php on line 115 and defined [APP/controllers/pages_controller.php, line 156]
Code
}function get_navigation($alias) {
PagesController::get_navigation() - APP/controllers/pages_controller.php, line 156 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/layouts/default.ctp, line 47 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 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined variable: alias [APP/controllers/pages_controller.php, line 166]
Code | Context
$conditions = array( "Page.published" => 1, "Page.parent_id <>" => null, "Page.in_navigation" => 1 ) $order = "Page.lft" $treelist = array( array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ) )
// active links$options = array('Page.alias' => $alias);
PagesController::get_navigation() - APP/controllers/pages_controller.php, line 166 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/layouts/default.ctp, line 47 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 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87
Warning (2): Invalid argument supplied for foreach() [APP/controllers/pages_controller.php, line 169]
Code | Context
$conditions = array( "Page.published" => 1, "Page.parent_id <>" => null, "Page.in_navigation" => 1 ) $order = "Page.lft" $treelist = array( array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ) ) $options = array( "Page.alias" => null ) $page_id = false $path_tmp = null
$page_id = $this->Page->field('Page.id', $options);$path_tmp = $this->Page->getpath($page_id);foreach($path_tmp as $item) {
PagesController::get_navigation() - APP/controllers/pages_controller.php, line 169 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/layouts/default.ctp, line 47 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 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined variable: path [APP/controllers/pages_controller.php, line 173]
Code | Context
$conditions = array( "Page.published" => 1, "Page.parent_id <>" => null, "Page.in_navigation" => 1 ) $order = "Page.lft" $treelist = array( array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ), array( "Page" => array(), "Content" => array(), "children" => array() ) ) $options = array( "Page.alias" => null ) $page_id = false $path_tmp = null
}return array('treelist' => $treelist, 'path' => $path);
PagesController::get_navigation() - APP/controllers/pages_controller.php, line 173 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/layouts/default.ctp, line 47 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 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87
-
Warning (2): in_array() [function.in-array]: Wrong datatype for second argument [APP/views/layouts/default.ctp, line 55]
Code | ContextHome$___viewFn = "/homepages/23/d136675365/htdocs/app/views/layouts/default.ctp" $___dataForView = array( "data" => false, "member" => "", "news" => array( array(), array(), array(), array() ), "title_for_layout" => "Pages", "content_for_layout" => "<div id="content"> <div class="cnt"> </div> </div> <div id="sidebar"> <pre class="cake-debug"> <a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace1").style.display = (document.getElementById("CakeStackTrace1").style.display == "none" ? "" : "none")'><b>Warning</b> (2)</a>: Missing argument 1 for PagesController::get_sidebar(), called in /homepages/23/d136675365/htdocs/cake/libs/object.php on line 115 and defined [<b>APP/controllers/pages_controller.php</b>, line <b>176</b>] </pre> <div id="CakeStackTrace1" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode1").style.display = (document.getElementById("CakeErrorCode1").style.display == "none" ? "" : "none")'>Code</a><div id="CakeErrorCode1" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> }</span></code> <code><span style="color: #000000"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> function get_sidebar($alias, $content = '') {</span></code></span> </pre></div><pre>PagesController::get_sidebar() - APP/controllers/pages_controller.php, line 176 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/pages/view.ctp, line 46 View::_render() - CORE/cake/libs/view/view.php, line 662 View::render() - CORE/cake/libs/view/view.php, line 376 Controller::render() - CORE/cake/libs/controller/controller.php, line 799 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87</pre></div> <pre class="cake-debug"> <a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace2").style.display = (document.getElementById("CakeStackTrace2").style.display == "none" ? "" : "none")'><b>Notice</b> (8)</a>: Undefined variable: alias [<b>APP/controllers/pages_controller.php</b>, line <b>185</b>] </pre> <div id="CakeStackTrace2" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode2").style.display = (document.getElementById("CakeErrorCode2").style.display == "none" ? "" : "none")'>Code</a> | <a href='javascript:void(0);' onclick='document.getElementById("CakeErrorContext2").style.display = (document.getElementById("CakeErrorContext2").style.display == "none" ? "" : "none")'>Context</a><pre id="CakeErrorContext2" class="cake-context" style="display: none;">$content = ""</pre><div id="CakeErrorCode2" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> $this->Page->hasMany['Content']['conditions'] = array('Content.in_sidebar' => 1);</span></code> <code><span style="color: #000000"> }</span></code> <span class="code-highlight"><code><span style="color: #000000"> $conditions = array('Page.alias' => $alias, 'Page.published' => 1);</span></code></span> </pre></div><pre>PagesController::get_sidebar() - APP/controllers/pages_controller.php, line 185 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/pages/view.ctp, line 46 View::_render() - CORE/cake/libs/view/view.php, line 662 View::render() - CORE/cake/libs/view/view.php, line 376 Controller::render() - CORE/cake/libs/controller/controller.php, line 799 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87</pre></div></div> ", "scripts_for_layout" => "", "cakeDebug" => "", "html" => HtmlHelper HtmlHelper::$tags = array HtmlHelper::$base = "" HtmlHelper::$here = "/view/acoustic-sunday" HtmlHelper::$params = array HtmlHelper::$action = "view" HtmlHelper::$data = NULL 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, "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 = "" JavascriptHelper::$webroot = "/" JavascriptHelper::$themeWeb = NULL JavascriptHelper::$here = "/view/acoustic-sunday" JavascriptHelper::$params = array JavascriptHelper::$action = "view" JavascriptHelper::$plugin = NULL JavascriptHelper::$data = NULL JavascriptHelper::$namedArgs = NULL JavascriptHelper::$argSeparator = NULL JavascriptHelper::$validationErrors = NULL JavascriptHelper::$__tainted = NULL JavascriptHelper::$__cleaned = NULL JavascriptHelper::$_log = NULL, "medium" => MediumHelper MediumHelper::$helpers = array MediumHelper::$tags = array MediumHelper::$settings = array MediumHelper::$__cached = array MediumHelper::$base = "" MediumHelper::$webroot = "/" MediumHelper::$themeWeb = NULL MediumHelper::$here = "/view/acoustic-sunday" MediumHelper::$params = array MediumHelper::$action = "view" MediumHelper::$plugin = NULL MediumHelper::$data = NULL MediumHelper::$namedArgs = NULL MediumHelper::$argSeparator = NULL MediumHelper::$validationErrors = NULL MediumHelper::$__tainted = NULL MediumHelper::$__cleaned = NULL MediumHelper::$_log = NULL MediumHelper::$Html = HtmlHelper object, "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 = "/view/acoustic-sunday" FormHelper::$params = array FormHelper::$action = "view" 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::$_log = NULL FormHelper::$Html = HtmlHelper object, "session" => SessionHelper SessionHelper::$helpers = NULL SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "1c0b17e58128c324766ea34478aac6be" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = NULL SessionHelper::$time = 1337545156 SessionHelper::$sessionTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/view/acoustic-sunday" SessionHelper::$params = array SessionHelper::$action = "view" SessionHelper::$data = NULL SessionHelper::$themeWeb = NULL SessionHelper::$plugin = NULL ) $loadHelpers = false $cached = true $loadedHelpers = array() $data = false $member = "" $news = array( array( "News" => array() ), array( "News" => array() ), array( "News" => array() ), array( "News" => array() ) ) $title_for_layout = "Pages" $content_for_layout = "<div id="content"> <div class="cnt"> </div> </div> <div id="sidebar"> <pre class="cake-debug"> <a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace1").style.display = (document.getElementById("CakeStackTrace1").style.display == "none" ? "" : "none")'><b>Warning</b> (2)</a>: Missing argument 1 for PagesController::get_sidebar(), called in /homepages/23/d136675365/htdocs/cake/libs/object.php on line 115 and defined [<b>APP/controllers/pages_controller.php</b>, line <b>176</b>] </pre> <div id="CakeStackTrace1" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode1").style.display = (document.getElementById("CakeErrorCode1").style.display == "none" ? "" : "none")'>Code</a><div id="CakeErrorCode1" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> }</span></code> <code><span style="color: #000000"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> function get_sidebar($alias, $content = '') {</span></code></span> </pre></div><pre>PagesController::get_sidebar() - APP/controllers/pages_controller.php, line 176 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/pages/view.ctp, line 46 View::_render() - CORE/cake/libs/view/view.php, line 662 View::render() - CORE/cake/libs/view/view.php, line 376 Controller::render() - CORE/cake/libs/controller/controller.php, line 799 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87</pre></div> <pre class="cake-debug"> <a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace2").style.display = (document.getElementById("CakeStackTrace2").style.display == "none" ? "" : "none")'><b>Notice</b> (8)</a>: Undefined variable: alias [<b>APP/controllers/pages_controller.php</b>, line <b>185</b>] </pre> <div id="CakeStackTrace2" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode2").style.display = (document.getElementById("CakeErrorCode2").style.display == "none" ? "" : "none")'>Code</a> | <a href='javascript:void(0);' onclick='document.getElementById("CakeErrorContext2").style.display = (document.getElementById("CakeErrorContext2").style.display == "none" ? "" : "none")'>Context</a><pre id="CakeErrorContext2" class="cake-context" style="display: none;">$content = ""</pre><div id="CakeErrorCode2" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> $this->Page->hasMany['Content']['conditions'] = array('Content.in_sidebar' => 1);</span></code> <code><span style="color: #000000"> }</span></code> <span class="code-highlight"><code><span style="color: #000000"> $conditions = array('Page.alias' => $alias, 'Page.published' => 1);</span></code></span> </pre></div><pre>PagesController::get_sidebar() - APP/controllers/pages_controller.php, line 185 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/pages/view.ctp, line 46 View::_render() - CORE/cake/libs/view/view.php, line 662 View::render() - CORE/cake/libs/view/view.php, line 376 Controller::render() - CORE/cake/libs/controller/controller.php, line 799 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87</pre></div></div> " $scripts_for_layout = "" $cakeDebug = "" $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$base = "" HtmlHelper::$here = "/view/acoustic-sunday" HtmlHelper::$params = array HtmlHelper::$action = "view" HtmlHelper::$data = NULL 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 $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 = "" JavascriptHelper::$webroot = "/" JavascriptHelper::$themeWeb = NULL JavascriptHelper::$here = "/view/acoustic-sunday" JavascriptHelper::$params = array JavascriptHelper::$action = "view" JavascriptHelper::$plugin = NULL JavascriptHelper::$data = NULL JavascriptHelper::$namedArgs = NULL JavascriptHelper::$argSeparator = NULL JavascriptHelper::$validationErrors = NULL JavascriptHelper::$__tainted = NULL JavascriptHelper::$__cleaned = NULL JavascriptHelper::$_log = NULL $medium = MediumHelper MediumHelper::$helpers = array MediumHelper::$tags = array MediumHelper::$settings = array MediumHelper::$__cached = array MediumHelper::$base = "" MediumHelper::$webroot = "/" MediumHelper::$themeWeb = NULL MediumHelper::$here = "/view/acoustic-sunday" MediumHelper::$params = array MediumHelper::$action = "view" MediumHelper::$plugin = NULL MediumHelper::$data = NULL MediumHelper::$namedArgs = NULL MediumHelper::$argSeparator = NULL MediumHelper::$validationErrors = NULL MediumHelper::$__tainted = NULL MediumHelper::$__cleaned = NULL MediumHelper::$_log = NULL MediumHelper::$Html = HtmlHelper object $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 = "/view/acoustic-sunday" FormHelper::$params = array FormHelper::$action = "view" 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::$_log = NULL FormHelper::$Html = HtmlHelper object $session = SessionHelper SessionHelper::$helpers = NULL SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "1c0b17e58128c324766ea34478aac6be" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = NULL SessionHelper::$time = 1337545156 SessionHelper::$sessionTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$_log = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/view/acoustic-sunday" SessionHelper::$params = array SessionHelper::$action = "view" SessionHelper::$data = NULL SessionHelper::$themeWeb = NULL SessionHelper::$plugin = NULL $item = array( "Page" => array( "id" => "9", "parent_id" => "1", "redirect_id" => null, "layout" => "default", "title" => "Home", "alias" => "home", "description" => "Revolution is a creative agency providing a 360 degree creative design, marketing & PR and events service. ", "published" => "1", "in_navigation" => "1", "in_sitemap" => "1", "lft" => "2", "rght" => "3", "created" => "2009-07-24 10:51:51", "modified" => "2012-04-10 19:26:35" ), "Content" => array( array(), array() ), "children" => array() ) $navigation = array( "treelist" => array( array(), array(), array(), array(), array(), array(), array(), array() ), "path" => null ) $i = 1in_array - [internal], line ?? include - APP/views/layouts/default.ctp, line 55 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 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87
- About us
- Services
- Our clients
- Creative Design
- Marketing & PR
- Events
- Contact us
© 2009 ALL RIGHTS RESERVED
REVOLUTION CREATIVE AGENCY LTD
Warning (2): Missing argument 1 for PagesController::get_sidebar(), called in /homepages/23/d136675365/htdocs/cake/libs/object.php on line 115 and defined [APP/controllers/pages_controller.php, line 176]
Code
}function get_sidebar($alias, $content = '') {
PagesController::get_sidebar() - APP/controllers/pages_controller.php, line 176 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/pages/view.ctp, line 46 View::_render() - CORE/cake/libs/view/view.php, line 662 View::render() - CORE/cake/libs/view/view.php, line 376 Controller::render() - CORE/cake/libs/controller/controller.php, line 799 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined variable: alias [APP/controllers/pages_controller.php, line 185]
Code | Context
$content = ""
$this->Page->hasMany['Content']['conditions'] = array('Content.in_sidebar' => 1);}$conditions = array('Page.alias' => $alias, 'Page.published' => 1);
PagesController::get_sidebar() - APP/controllers/pages_controller.php, line 185 Object::dispatchMethod() - CORE/cake/libs/object.php, line 115 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 Object::requestAction() - CORE/cake/libs/object.php, line 100 include - APP/views/pages/view.ctp, line 46 View::_render() - CORE/cake/libs/view/view.php, line 662 View::render() - CORE/cake/libs/view/view.php, line 376 Controller::render() - CORE/cake/libs/controller/controller.php, line 799 PagesController::view() - APP/controllers/pages_controller.php, line 138 Object::dispatchMethod() - CORE/cake/libs/object.php, line 117 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194 [main] - APP/webroot/index.php, line 87



