Warning (2): ini_set() [<a href='http://php.net/function.ini-set'>function.ini-set</a>]: Headers already sent. You cannot change the session module's ini settings at this time [CORE/Cake/Model/Datasource/CakeSession.php, line 581]Code Contextif (!empty($sessionConfig['ini']) && is_array($sessionConfig['ini'])) {foreach ($sessionConfig['ini'] as $setting => $value) {if (ini_set($setting, $value) === false) {$sessionConfig = array( 'cookie' => 'CAKEPHP', 'timeout' => (int) 240, 'ini' => array( 'session.use_trans_sid' => (int) 0, 'session.cookie_path' => '/', 'session.cookie_secure' => (int) 1, 'session.cookie_lifetime' => (int) 14400, 'session.name' => 'CAKEPHP', 'session.gc_maxlifetime' => (int) 14400, 'session.cookie_httponly' => (int) 1 ), 'defaults' => 'php', 'cookieTimeout' => (int) 240, 'cacheLimiter' => 'must-revalidate' ) $defaults = array( 'cookie' => 'CAKEPHP', 'timeout' => (int) 240, 'ini' => array( 'session.use_trans_sid' => (int) 0, 'session.cookie_path' => '/' ) ) $value = (int) 0 $setting = 'session.use_trans_sid'ini_set - [internal], line ?? CakeSession::_configureSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 581 CakeSession::_cookieName() - CORE/Cake/Model/Datasource/CakeSession.php, line 619 CakeSession::_hasSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 632 CakeSession::check() - CORE/Cake/Model/Datasource/CakeSession.php, line 248 FlashHelper::render() - CORE/Cake/View/Helper/FlashHelper.php, line 72 include - APP/View/Layouts/default.ctp, line 45 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 PagesController::display() - APP/Controller/PagesController.php, line 72 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;foreach ($list as $name) {$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> CakePHP: the rapid development php framework: Errors </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"/></head> <body> <div id="container"> <div id="header"> <h1><a href="https://cakephp.org">CakePHP: the rapid development php framework</a></h1> </div> <div id="content"> <h2>Unable to configure the session, setting session.use_trans_sid failed.</h2> <p class="error"> <strong>Error: </strong> An Internal Error Has Occurred.</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 619</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">(); </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">(); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 632</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected static function </span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() { </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">started</span><span style="color: #007700">() </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| !</span><span style="color: #0000BB">ini_get</span><span style="color: #007700">(</span><span style="color: #DD0000">'session.use_cookies'</span><span style="color: #007700">) </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()]) </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| static::</span><span style="color: #0000BB">$_isCLI </span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 248</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool True </span><span style="color: #007700">if </span><span style="color: #0000BB">variable is there </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/ </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public static function </span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() || !static::</span><span style="color: #0000BB">start</span><span style="color: #007700">()) { </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/View/Helper/FlashHelper.php line 72</a> → <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check()</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">throws UnexpectedValueException </span><span style="color: #007700">If </span><span style="color: #0000BB">value </span><span style="color: #007700">for </span><span style="color: #0000BB">flash settings key is not an </span><span style="color: #007700">array. </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/ </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">$key </span><span style="color: #007700">= </span><span style="color: #DD0000">'flash'</span><span style="color: #007700">, </span><span style="color: #0000BB">$options </span><span style="color: #007700">= array()) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #DD0000">"Message.</span><span style="color: #0000BB">$key</span><span style="color: #DD0000">"</span><span style="color: #007700">)) { </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">APP/View/Layouts/default.ctp line 45</a> → <a href="#" onclick="traceToggle(event, 'trace-args-4')">FlashHelper->render()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div id</span><span style="color: #007700">=</span><span style="color: #DD0000">"content"</span><span style="color: #007700">></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Flash</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(); </span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/View/View.php line 971</a> → <a href="#" onclick="traceToggle(event, 'trace-args-5')">include(string)</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> extract</span><span style="color: #007700">(</span><span style="color: #0000BB">$dataForView</span><span style="color: #007700">); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> ob_start</span><span style="color: #007700">(); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">include </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__viewFile</span><span style="color: #007700">; </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre>'/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp'</pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/View/View.php line 933</a> → <a href="#" onclick="traceToggle(event, 'trace-args-6')">View->_evaluate()</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $beforeEvent </span><span style="color: #007700">= new </span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'View.beforeRenderFile'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, array(</span><span style="color: #0000BB">$viewFile</span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $eventManager</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$beforeEvent</span><span style="color: #007700">); </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $content </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_evaluate</span><span style="color: #007700">(</span><span style="color: #0000BB">$viewFile</span><span style="color: #007700">, </span><span style="color: #0000BB">$data</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/View/View.php line 546</a> → <a href="#" onclick="traceToggle(event, 'trace-args-7')">View->_render()</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'title'</span><span style="color: #007700">, </span><span style="color: #0000BB">$title</span><span style="color: #007700">); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_currentType </span><span style="color: #007700">= static::</span><span style="color: #0000BB">TYPE_LAYOUT</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'content'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_render</span><span style="color: #007700">(</span><span style="color: #0000BB">$layoutFileName</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/View/View.php line 481</a> → <a href="#" onclick="traceToggle(event, 'trace-args-8')">View->renderLayout()</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $layout </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">layout</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$layout </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLayout</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'content'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">renderLayout</span><span style="color: #007700">(</span><span style="color: #DD0000">''</span><span style="color: #007700">, </span><span style="color: #0000BB">$layout</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Controller/Controller.php line 963</a> → <a href="#" onclick="traceToggle(event, 'trace-args-9')">View->render()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">autoRender </span><span style="color: #007700">= </span><span style="color: #0000BB">false</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">-></span><span style="color: #0000BB">body</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">View</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">$view</span><span style="color: #007700">, </span><span style="color: #0000BB">$layout</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">APP/Controller/PagesController.php line 72</a> → <a href="#" onclick="traceToggle(event, 'trace-args-10')">Controller->render()</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'page'</span><span style="color: #007700">, </span><span style="color: #DD0000">'subpage'</span><span style="color: #007700">, </span><span style="color: #DD0000">'title_for_layout'</span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">'/'</span><span style="color: #007700">, </span><span style="color: #0000BB">$path</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingViewException $e</span><span style="color: #007700">) { </span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#">[internal function]</a> → <a href="#" onclick="traceToggle(event, 'trace-args-11')">PagesController->display()</a> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-12')">CORE/Cake/Controller/Controller.php line 491</a> → <a href="#" onclick="traceToggle(event, 'trace-args-12')">ReflectionMethod->invokeArgs()</a> <div id="file-excerpt-12" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">] </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$method</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeArgs</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">]); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-12" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-13')">CORE/Cake/Routing/Dispatcher.php line 193</a> → <a href="#" onclick="traceToggle(event, 'trace-args-13')">Controller->invokeAction()</a> <div id="file-excerpt-13" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $render </span><span style="color: #007700">= </span><span style="color: #0000BB">true</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">) { </span></span></code></pre></div> <div id="trace-args-13" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-14')">CORE/Cake/Routing/Dispatcher.php line 167</a> → <a href="#" onclick="traceToggle(event, 'trace-args-14')">Dispatcher->_invoke()</a> <div id="file-excerpt-14" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">])) { </span></span></code></pre></div> <div id="trace-args-14" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-15')">APP/webroot/index.php line 117</a> → <a href="#" onclick="traceToggle(event, 'trace-args-15')">Dispatcher->dispatch()</a> <div id="file-excerpt-15" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher </span><span style="color: #007700">= new </span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">(); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">( </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(), </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">() </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">); </span></span></code></pre></div> <div id="trace-args-15" class="cake-code-dump" style="display: none;"><pre></pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> </div> <div id="footer"> <a href="https://cakephp.org/" target="_blank" id="cake-powered"><img src="/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0"/></a> <p> CakePHP 2.10.10 </p> </div> </div> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-trace').style.display = (document.getElementById('cakeErr693395f2a0410-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0410-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-code').style.display = (document.getElementById('cakeErr693395f2a0410-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-context').style.display = (document.getElementById('cakeErr693395f2a0410-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0410-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0410-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-trace').style.display = (document.getElementById('cakeErr693395f2a070d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a070d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-code').style.display = (document.getElementById('cakeErr693395f2a070d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-context').style.display = (document.getElementById('cakeErr693395f2a070d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a070d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a070d-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-trace').style.display = (document.getElementById('cakeErr693395f2a0a73-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0a73-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-code').style.display = (document.getElementById('cakeErr693395f2a0a73-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-context').style.display = (document.getElementById('cakeErr693395f2a0a73-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0a73-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0a73-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-trace').style.display = (document.getElementById('cakeErr693395f2a0d83-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0d83-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-code').style.display = (document.getElementById('cakeErr693395f2a0d83-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-context').style.display = (document.getElementById('cakeErr693395f2a0d83-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0d83-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0d83-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> </body> </html> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> CakePHP: the rapid development php framework: Errors </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"/></head> <body> <div id="container"> <div id="header"> <h1><a href="https://cakephp.org">CakePHP: the rapid development php framework</a></h1> </div> <div id="content"> <h2>Unable to configure the session, setting session.use_trans_sid failed.</h2> <p class="error"> <strong>Error: </strong> An Internal Error Has Occurred.</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 619</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">(); </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">(); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 632</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected static function </span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() { </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">started</span><span style="color: #007700">() </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| !</span><span style="color: #0000BB">ini_get</span><span style="color: #007700">(</span><span style="color: #DD0000">'session.use_cookies'</span><span style="color: #007700">) </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()]) </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| static::</span><span style="color: #0000BB">$_isCLI </span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 248</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool True </span><span style="color: #007700">if </span><span style="color: #0000BB">variable is there </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/ </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public static function </span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() || !static::</span><span style="color: #0000BB">start</span><span style="color: #007700">()) { </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/View/Helper/FlashHelper.php line 72</a> → <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check()</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">throws UnexpectedValueException </span><span style="color: #007700">If </span><span style="color: #0000BB">value </span><span style="color: #007700">for </span><span style="color: #0000BB">flash settings key is not an </span><span style="color: #007700">array. </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/ </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">$key </span><span style="color: #007700">= </span><span style="color: #DD0000">'flash'</span><span style="color: #007700">, </span><span style="color: #0000BB">$options </span><span style="color: #007700">= array()) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #DD0000">"Message.</span><span style="color: #0000BB">$key</span><span style="color: #DD0000">"</span><span style="color: #007700">)) { </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">APP/View/Layouts/default.ctp line 45</a> → <a href="#" onclick="traceToggle(event, 'trace-args-4')">FlashHelper->render()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div id</span><span style="color: #007700">=</span><span style="color: #DD0000">"content"</span><span style="color: #007700">></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Flash</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(); </span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/View/View.php line 971</a> → <a href="#" onclick="traceToggle(event, 'trace-args-5')">include(string)</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> extract</span><span style="color: #007700">(</span><span style="color: #0000BB">$dataForView</span><span style="color: #007700">); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> ob_start</span><span style="color: #007700">(); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">include </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__viewFile</span><span style="color: #007700">; </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre>'/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp'</pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/View/View.php line 933</a> → <a href="#" onclick="traceToggle(event, 'trace-args-6')">View->_evaluate()</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $beforeEvent </span><span style="color: #007700">= new </span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'View.beforeRenderFile'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, array(</span><span style="color: #0000BB">$viewFile</span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $eventManager</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$beforeEvent</span><span style="color: #007700">); </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $content </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_evaluate</span><span style="color: #007700">(</span><span style="color: #0000BB">$viewFile</span><span style="color: #007700">, </span><span style="color: #0000BB">$data</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/View/View.php line 546</a> → <a href="#" onclick="traceToggle(event, 'trace-args-7')">View->_render()</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'title'</span><span style="color: #007700">, </span><span style="color: #0000BB">$title</span><span style="color: #007700">); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_currentType </span><span style="color: #007700">= static::</span><span style="color: #0000BB">TYPE_LAYOUT</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'content'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_render</span><span style="color: #007700">(</span><span style="color: #0000BB">$layoutFileName</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/View/View.php line 481</a> → <a href="#" onclick="traceToggle(event, 'trace-args-8')">View->renderLayout()</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $layout </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">layout</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$layout </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLayout</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'content'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">renderLayout</span><span style="color: #007700">(</span><span style="color: #DD0000">''</span><span style="color: #007700">, </span><span style="color: #0000BB">$layout</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Controller/Controller.php line 963</a> → <a href="#" onclick="traceToggle(event, 'trace-args-9')">View->render()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">autoRender </span><span style="color: #007700">= </span><span style="color: #0000BB">false</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">-></span><span style="color: #0000BB">body</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">View</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">$view</span><span style="color: #007700">, </span><span style="color: #0000BB">$layout</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">APP/Controller/PagesController.php line 72</a> → <a href="#" onclick="traceToggle(event, 'trace-args-10')">Controller->render()</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'page'</span><span style="color: #007700">, </span><span style="color: #DD0000">'subpage'</span><span style="color: #007700">, </span><span style="color: #DD0000">'title_for_layout'</span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">'/'</span><span style="color: #007700">, </span><span style="color: #0000BB">$path</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingViewException $e</span><span style="color: #007700">) { </span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#">[internal function]</a> → <a href="#" onclick="traceToggle(event, 'trace-args-11')">PagesController->display()</a> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-12')">CORE/Cake/Controller/Controller.php line 491</a> → <a href="#" onclick="traceToggle(event, 'trace-args-12')">ReflectionMethod->invokeArgs()</a> <div id="file-excerpt-12" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">] </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$method</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeArgs</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">]); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-12" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-13')">CORE/Cake/Routing/Dispatcher.php line 193</a> → <a href="#" onclick="traceToggle(event, 'trace-args-13')">Controller->invokeAction()</a> <div id="file-excerpt-13" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $render </span><span style="color: #007700">= </span><span style="color: #0000BB">true</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">) { </span></span></code></pre></div> <div id="trace-args-13" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-14')">CORE/Cake/Routing/Dispatcher.php line 167</a> → <a href="#" onclick="traceToggle(event, 'trace-args-14')">Dispatcher->_invoke()</a> <div id="file-excerpt-14" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">])) { </span></span></code></pre></div> <div id="trace-args-14" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-15')">APP/webroot/index.php line 117</a> → <a href="#" onclick="traceToggle(event, 'trace-args-15')">Dispatcher->dispatch()</a> <div id="file-excerpt-15" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher </span><span style="color: #007700">= new </span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">(); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">( </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(), </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">() </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">); </span></span></code></pre></div> <div id="trace-args-15" class="cake-code-dump" style="display: none;"><pre></pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> </div> <div id="footer"> <a href="https://cakephp.org/" target="_blank" id="cake-powered"><img src="/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0"/></a> <p> CakePHP 2.10.10 </p> </div> </div> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-trace').style.display = (document.getElementById('cakeErr693395f2a0410-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0410-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-code').style.display = (document.getElementById('cakeErr693395f2a0410-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-context').style.display = (document.getElementById('cakeErr693395f2a0410-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0410-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0410-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-trace').style.display = (document.getElementById('cakeErr693395f2a070d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a070d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-code').style.display = (document.getElementById('cakeErr693395f2a070d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-context').style.display = (document.getElementById('cakeErr693395f2a070d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a070d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a070d-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-trace').style.display = (document.getElementById('cakeErr693395f2a0a73-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0a73-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-code').style.display = (document.getElementById('cakeErr693395f2a0a73-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-context').style.display = (document.getElementById('cakeErr693395f2a0a73-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0a73-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0a73-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-trace').style.display = (document.getElementById('cakeErr693395f2a0d83-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0d83-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-code').style.display = (document.getElementById('cakeErr693395f2a0d83-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-context').style.display = (document.getElementById('cakeErr693395f2a0d83-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0d83-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0d83-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> </body> </html> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;foreach ($list as $name) {$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> CakePHP: the rapid development php framework: Errors </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"/></head> <body> <div id="container"> <div id="header"> <h1><a href="https://cakephp.org">CakePHP: the rapid development php framework</a></h1> </div> <div id="content"> <h2>Unable to configure the session, setting session.use_trans_sid failed.</h2> <p class="error"> <strong>Error: </strong> An Internal Error Has Occurred.</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 619</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">(); </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">(); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 632</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected static function </span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() { </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">started</span><span style="color: #007700">() </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| !</span><span style="color: #0000BB">ini_get</span><span style="color: #007700">(</span><span style="color: #DD0000">'session.use_cookies'</span><span style="color: #007700">) </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()]) </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| static::</span><span style="color: #0000BB">$_isCLI </span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 248</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool True </span><span style="color: #007700">if </span><span style="color: #0000BB">variable is there </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/ </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public static function </span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() || !static::</span><span style="color: #0000BB">start</span><span style="color: #007700">()) { </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/View/Helper/FlashHelper.php line 72</a> → <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check()</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">throws UnexpectedValueException </span><span style="color: #007700">If </span><span style="color: #0000BB">value </span><span style="color: #007700">for </span><span style="color: #0000BB">flash settings key is not an </span><span style="color: #007700">array. </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/ </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">$key </span><span style="color: #007700">= </span><span style="color: #DD0000">'flash'</span><span style="color: #007700">, </span><span style="color: #0000BB">$options </span><span style="color: #007700">= array()) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #DD0000">"Message.</span><span style="color: #0000BB">$key</span><span style="color: #DD0000">"</span><span style="color: #007700">)) { </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">APP/View/Layouts/default.ctp line 45</a> → <a href="#" onclick="traceToggle(event, 'trace-args-4')">FlashHelper->render()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div id</span><span style="color: #007700">=</span><span style="color: #DD0000">"content"</span><span style="color: #007700">></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Flash</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(); </span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/View/View.php line 971</a> → <a href="#" onclick="traceToggle(event, 'trace-args-5')">include(string)</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> extract</span><span style="color: #007700">(</span><span style="color: #0000BB">$dataForView</span><span style="color: #007700">); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> ob_start</span><span style="color: #007700">(); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">include </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__viewFile</span><span style="color: #007700">; </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre>'/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp'</pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/View/View.php line 933</a> → <a href="#" onclick="traceToggle(event, 'trace-args-6')">View->_evaluate()</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $beforeEvent </span><span style="color: #007700">= new </span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'View.beforeRenderFile'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, array(</span><span style="color: #0000BB">$viewFile</span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $eventManager</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$beforeEvent</span><span style="color: #007700">); </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $content </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_evaluate</span><span style="color: #007700">(</span><span style="color: #0000BB">$viewFile</span><span style="color: #007700">, </span><span style="color: #0000BB">$data</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/View/View.php line 546</a> → <a href="#" onclick="traceToggle(event, 'trace-args-7')">View->_render()</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'title'</span><span style="color: #007700">, </span><span style="color: #0000BB">$title</span><span style="color: #007700">); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_currentType </span><span style="color: #007700">= static::</span><span style="color: #0000BB">TYPE_LAYOUT</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'content'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_render</span><span style="color: #007700">(</span><span style="color: #0000BB">$layoutFileName</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/View/View.php line 481</a> → <a href="#" onclick="traceToggle(event, 'trace-args-8')">View->renderLayout()</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $layout </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">layout</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$layout </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLayout</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'content'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">renderLayout</span><span style="color: #007700">(</span><span style="color: #DD0000">''</span><span style="color: #007700">, </span><span style="color: #0000BB">$layout</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Controller/Controller.php line 963</a> → <a href="#" onclick="traceToggle(event, 'trace-args-9')">View->render()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">autoRender </span><span style="color: #007700">= </span><span style="color: #0000BB">false</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">-></span><span style="color: #0000BB">body</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">View</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">$view</span><span style="color: #007700">, </span><span style="color: #0000BB">$layout</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">APP/Controller/PagesController.php line 72</a> → <a href="#" onclick="traceToggle(event, 'trace-args-10')">Controller->render()</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'page'</span><span style="color: #007700">, </span><span style="color: #DD0000">'subpage'</span><span style="color: #007700">, </span><span style="color: #DD0000">'title_for_layout'</span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">'/'</span><span style="color: #007700">, </span><span style="color: #0000BB">$path</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingViewException $e</span><span style="color: #007700">) { </span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#">[internal function]</a> → <a href="#" onclick="traceToggle(event, 'trace-args-11')">PagesController->display()</a> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-12')">CORE/Cake/Controller/Controller.php line 491</a> → <a href="#" onclick="traceToggle(event, 'trace-args-12')">ReflectionMethod->invokeArgs()</a> <div id="file-excerpt-12" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">] </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$method</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeArgs</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">]); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-12" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-13')">CORE/Cake/Routing/Dispatcher.php line 193</a> → <a href="#" onclick="traceToggle(event, 'trace-args-13')">Controller->invokeAction()</a> <div id="file-excerpt-13" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $render </span><span style="color: #007700">= </span><span style="color: #0000BB">true</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">) { </span></span></code></pre></div> <div id="trace-args-13" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-14')">CORE/Cake/Routing/Dispatcher.php line 167</a> → <a href="#" onclick="traceToggle(event, 'trace-args-14')">Dispatcher->_invoke()</a> <div id="file-excerpt-14" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">])) { </span></span></code></pre></div> <div id="trace-args-14" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-15')">APP/webroot/index.php line 117</a> → <a href="#" onclick="traceToggle(event, 'trace-args-15')">Dispatcher->dispatch()</a> <div id="file-excerpt-15" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher </span><span style="color: #007700">= new </span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">(); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">( </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(), </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">() </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">); </span></span></code></pre></div> <div id="trace-args-15" class="cake-code-dump" style="display: none;"><pre></pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> </div> <div id="footer"> <a href="https://cakephp.org/" target="_blank" id="cake-powered"><img src="/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0"/></a> <p> CakePHP 2.10.10 </p> </div> </div> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-trace').style.display = (document.getElementById('cakeErr693395f2a0410-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0410-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-code').style.display = (document.getElementById('cakeErr693395f2a0410-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-context').style.display = (document.getElementById('cakeErr693395f2a0410-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0410-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0410-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-trace').style.display = (document.getElementById('cakeErr693395f2a070d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a070d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-code').style.display = (document.getElementById('cakeErr693395f2a070d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-context').style.display = (document.getElementById('cakeErr693395f2a070d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a070d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a070d-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-trace').style.display = (document.getElementById('cakeErr693395f2a0a73-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0a73-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-code').style.display = (document.getElementById('cakeErr693395f2a0a73-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-context').style.display = (document.getElementById('cakeErr693395f2a0a73-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0a73-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0a73-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-trace').style.display = (document.getElementById('cakeErr693395f2a0d83-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0d83-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-code').style.display = (document.getElementById('cakeErr693395f2a0d83-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-context').style.display = (document.getElementById('cakeErr693395f2a0d83-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0d83-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0d83-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> </body> </html> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> CakePHP: the rapid development php framework: Errors </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"/></head> <body> <div id="container"> <div id="header"> <h1><a href="https://cakephp.org">CakePHP: the rapid development php framework</a></h1> </div> <div id="content"> <h2>Unable to configure the session, setting session.use_trans_sid failed.</h2> <p class="error"> <strong>Error: </strong> An Internal Error Has Occurred.</p> <h3>Stack Trace</h3> <ul class="cake-stack-trace"> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Model/Datasource/CakeSession.php line 619</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">CakeSession::_configureSession()</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">init</span><span style="color: #007700">(); </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">static::</span><span style="color: #0000BB">_configureSession</span><span style="color: #007700">(); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Model/Datasource/CakeSession.php line 632</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">CakeSession::_cookieName()</a> <div id="file-excerpt-1" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">protected static function </span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() { </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return static::</span><span style="color: #0000BB">started</span><span style="color: #007700">() </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| !</span><span style="color: #0000BB">ini_get</span><span style="color: #007700">(</span><span style="color: #DD0000">'session.use_cookies'</span><span style="color: #007700">) </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| isset(</span><span style="color: #0000BB">$_COOKIE</span><span style="color: #007700">[static::</span><span style="color: #0000BB">_cookieName</span><span style="color: #007700">()]) </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">|| static::</span><span style="color: #0000BB">$_isCLI </span></span></code></pre></div> <div id="trace-args-1" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">CORE/Cake/Model/Datasource/CakeSession.php line 248</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">CakeSession::_hasSession()</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return </span><span style="color: #0000BB">bool True </span><span style="color: #007700">if </span><span style="color: #0000BB">variable is there </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/ </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public static function </span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!static::</span><span style="color: #0000BB">_hasSession</span><span style="color: #007700">() || !static::</span><span style="color: #0000BB">start</span><span style="color: #007700">()) { </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">false</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-2" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-3')">CORE/Cake/View/Helper/FlashHelper.php line 72</a> → <a href="#" onclick="traceToggle(event, 'trace-args-3')">CakeSession::check()</a> <div id="file-excerpt-3" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">throws UnexpectedValueException </span><span style="color: #007700">If </span><span style="color: #0000BB">value </span><span style="color: #007700">for </span><span style="color: #0000BB">flash settings key is not an </span><span style="color: #007700">array. </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/ </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">$key </span><span style="color: #007700">= </span><span style="color: #DD0000">'flash'</span><span style="color: #007700">, </span><span style="color: #0000BB">$options </span><span style="color: #007700">= array()) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">CakeSession</span><span style="color: #007700">::</span><span style="color: #0000BB">check</span><span style="color: #007700">(</span><span style="color: #DD0000">"Message.</span><span style="color: #0000BB">$key</span><span style="color: #DD0000">"</span><span style="color: #007700">)) { </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-3" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-4')">APP/View/Layouts/default.ctp line 45</a> → <a href="#" onclick="traceToggle(event, 'trace-args-4')">FlashHelper->render()</a> <div id="file-excerpt-4" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div id</span><span style="color: #007700">=</span><span style="color: #DD0000">"content"</span><span style="color: #007700">></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Flash</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(); </span><span style="color: #0000BB">?></span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-4" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-5')">CORE/Cake/View/View.php line 971</a> → <a href="#" onclick="traceToggle(event, 'trace-args-5')">include(string)</a> <div id="file-excerpt-5" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> extract</span><span style="color: #007700">(</span><span style="color: #0000BB">$dataForView</span><span style="color: #007700">); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> ob_start</span><span style="color: #007700">(); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">include </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__viewFile</span><span style="color: #007700">; </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-5" class="cake-code-dump" style="display: none;"><pre>'/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp'</pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-6')">CORE/Cake/View/View.php line 933</a> → <a href="#" onclick="traceToggle(event, 'trace-args-6')">View->_evaluate()</a> <div id="file-excerpt-6" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $beforeEvent </span><span style="color: #007700">= new </span><span style="color: #0000BB">CakeEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'View.beforeRenderFile'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, array(</span><span style="color: #0000BB">$viewFile</span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $eventManager</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$beforeEvent</span><span style="color: #007700">); </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $content </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_evaluate</span><span style="color: #007700">(</span><span style="color: #0000BB">$viewFile</span><span style="color: #007700">, </span><span style="color: #0000BB">$data</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-6" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-7')">CORE/Cake/View/View.php line 546</a> → <a href="#" onclick="traceToggle(event, 'trace-args-7')">View->_render()</a> <div id="file-excerpt-7" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'title'</span><span style="color: #007700">, </span><span style="color: #0000BB">$title</span><span style="color: #007700">); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_currentType </span><span style="color: #007700">= static::</span><span style="color: #0000BB">TYPE_LAYOUT</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'content'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_render</span><span style="color: #007700">(</span><span style="color: #0000BB">$layoutFileName</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-7" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-8')">CORE/Cake/View/View.php line 481</a> → <a href="#" onclick="traceToggle(event, 'trace-args-8')">View->renderLayout()</a> <div id="file-excerpt-8" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $layout </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">layout</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$layout </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLayout</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Blocks</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'content'</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">renderLayout</span><span style="color: #007700">(</span><span style="color: #DD0000">''</span><span style="color: #007700">, </span><span style="color: #0000BB">$layout</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code></pre></div> <div id="trace-args-8" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-9')">CORE/Cake/Controller/Controller.php line 963</a> → <a href="#" onclick="traceToggle(event, 'trace-args-9')">View->render()</a> <div id="file-excerpt-9" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">autoRender </span><span style="color: #007700">= </span><span style="color: #0000BB">false</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">-></span><span style="color: #0000BB">body</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">View</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">$view</span><span style="color: #007700">, </span><span style="color: #0000BB">$layout</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">; </span></span></code></pre></div> <div id="trace-args-9" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-10')">APP/Controller/PagesController.php line 72</a> → <a href="#" onclick="traceToggle(event, 'trace-args-10')">Controller->render()</a> <div id="file-excerpt-10" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'page'</span><span style="color: #007700">, </span><span style="color: #DD0000">'subpage'</span><span style="color: #007700">, </span><span style="color: #DD0000">'title_for_layout'</span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">render</span><span style="color: #007700">(</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">'/'</span><span style="color: #007700">, </span><span style="color: #0000BB">$path</span><span style="color: #007700">)); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">MissingViewException $e</span><span style="color: #007700">) { </span></span></code></pre></div> <div id="trace-args-10" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#">[internal function]</a> → <a href="#" onclick="traceToggle(event, 'trace-args-11')">PagesController->display()</a> <div id="trace-args-11" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-12')">CORE/Cake/Controller/Controller.php line 491</a> → <a href="#" onclick="traceToggle(event, 'trace-args-12')">ReflectionMethod->invokeArgs()</a> <div id="file-excerpt-12" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">] </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$method</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeArgs</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">]); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre></div> <div id="trace-args-12" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-13')">CORE/Cake/Routing/Dispatcher.php line 193</a> → <a href="#" onclick="traceToggle(event, 'trace-args-13')">Controller->invokeAction()</a> <div id="file-excerpt-13" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">response</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> $render </span><span style="color: #007700">= </span><span style="color: #0000BB">true</span><span style="color: #007700">; </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">) { </span></span></code></pre></div> <div id="trace-args-13" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-14')">CORE/Cake/Routing/Dispatcher.php line 167</a> → <a href="#" onclick="traceToggle(event, 'trace-args-14')">Dispatcher->_invoke()</a> <div id="file-excerpt-14" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">)); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">); </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">params</span><span style="color: #007700">[</span><span style="color: #DD0000">'return'</span><span style="color: #007700">])) { </span></span></code></pre></div> <div id="trace-args-14" class="cake-code-dump" style="display: none;"><pre></pre></div></li> <li><a href="#" onclick="traceToggle(event, 'file-excerpt-15')">APP/webroot/index.php line 117</a> → <a href="#" onclick="traceToggle(event, 'trace-args-15')">Dispatcher->dispatch()</a> <div id="file-excerpt-15" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher </span><span style="color: #007700">= new </span><span style="color: #0000BB">Dispatcher</span><span style="color: #007700">(); </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">( </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(), </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">new </span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">() </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">); </span></span></code></pre></div> <div id="trace-args-15" class="cake-code-dump" style="display: none;"><pre></pre></div></li> </ul> <script type="text/javascript"> function traceToggle(event, id) { var el = document.getElementById(id); el.style.display = (el.style.display === 'block') ? 'none' : 'block'; event.preventDefault(); return false; } </script> </div> <div id="footer"> <a href="https://cakephp.org/" target="_blank" id="cake-powered"><img src="/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0"/></a> <p> CakePHP 2.10.10 </p> </div> </div> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-trace').style.display = (document.getElementById('cakeErr693395f2a0410-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0410-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-code').style.display = (document.getElementById('cakeErr693395f2a0410-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0410-context').style.display = (document.getElementById('cakeErr693395f2a0410-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0410-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0410-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-trace').style.display = (document.getElementById('cakeErr693395f2a070d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a070d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-code').style.display = (document.getElementById('cakeErr693395f2a070d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a070d-context').style.display = (document.getElementById('cakeErr693395f2a070d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a070d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a070d-context" class="cake-context" style="display: none;">$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-trace').style.display = (document.getElementById('cakeErr693395f2a0a73-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0a73-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-code').style.display = (document.getElementById('cakeErr693395f2a0a73-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0a73-context').style.display = (document.getElementById('cakeErr693395f2a0a73-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0a73-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0a73-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-trace').style.display = (document.getElementById('cakeErr693395f2a0d83-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [<b>CORE/Cake/Utility/ObjectCollection.php</b>, line <b>128</b>]<div id="cakeErr693395f2a0d83-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-code').style.display = (document.getElementById('cakeErr693395f2a0d83-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr693395f2a0d83-context').style.display = (document.getElementById('cakeErr693395f2a0d83-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr693395f2a0d83-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">; </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$list </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) { </span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(array(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$callback</span><span style="color: #007700">), </span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'subject'</span><span style="color: #007700">) + </span><span style="color: #0000BB">$params</span><span style="color: #007700">); </span></span></code></span></pre><pre id="cakeErr693395f2a0d83-context" class="cake-context" style="display: none;">$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'</pre><pre class="stack-trace">compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127</pre></div></pre><table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> </body> </html> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;foreach ($list as $name) {$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);$callback = 'afterLayout' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::renderLayout() - CORE/Cake/View/View.php, line 548 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;foreach ($list as $name) {$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);$callback = 'afterLayout' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::renderLayout() - CORE/Cake/View/View.php, line 548 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Unable to configure the session, setting session.use_trans_sid failed.
Error: An Internal Error Has Occurred.
Stack Trace
- CORE/Cake/Model/Datasource/CakeSession.php line 619 → CakeSession::_configureSession()
}static::init();static::_configureSession(); - CORE/Cake/Model/Datasource/CakeSession.php line 632 → CakeSession::_cookieName()
protected static function _hasSession() {return static::started()|| !ini_get('session.use_cookies')|| isset($_COOKIE[static::_cookieName()])|| static::$_isCLI - CORE/Cake/Model/Datasource/CakeSession.php line 248 → CakeSession::_hasSession()
* @return bool True if variable is there*/public static function check($name) {if (!static::_hasSession() || !static::start()) {return false; - CORE/Cake/View/Helper/FlashHelper.php line 72 → CakeSession::check()
* @throws UnexpectedValueException If value for flash settings key is not an array.*/public function render($key = 'flash', $options = array()) {if (!CakeSession::check("Message.$key")) {return null; - APP/View/Layouts/default.ctp line 45 → FlashHelper->render()
</div><div id="content"><?php echo $this->Flash->render(); ?> - CORE/Cake/View/View.php line 971 → include(string)
extract($dataForView);ob_start();include $this->__viewFile;'/data/sites/api.acpbuyonline.com.au/app/View/Layouts/default.ctp'
- CORE/Cake/View/View.php line 933 → View->_evaluate()
$beforeEvent = new CakeEvent('View.beforeRenderFile', $this, array($viewFile));$eventManager->dispatch($beforeEvent);$content = $this->_evaluate($viewFile, $data); - CORE/Cake/View/View.php line 546 → View->_render()
$this->Blocks->set('title', $title);$this->_currentType = static::TYPE_LAYOUT;$this->Blocks->set('content', $this->_render($layoutFileName)); - CORE/Cake/View/View.php line 481 → View->renderLayout()
$layout = $this->layout;}if ($layout && $this->autoLayout) {$this->Blocks->set('content', $this->renderLayout('', $layout));} - CORE/Cake/Controller/Controller.php line 963 → View->render()
}$this->autoRender = false;$this->response->body($this->View->render($view, $layout));return $this->response; - APP/Controller/PagesController.php line 72 → Controller->render()
$this->set(compact('page', 'subpage', 'title_for_layout'));try {$this->render(implode('/', $path));} catch (MissingViewException $e) { - [internal function] → PagesController->display()
- CORE/Cake/Controller/Controller.php line 491 → ReflectionMethod->invokeArgs()
'action' => $request->params['action']));}return $method->invokeArgs($this, $request->params['pass']); - CORE/Cake/Routing/Dispatcher.php line 193 → Controller->invokeAction()
$response = $controller->response;$render = true;$result = $controller->invokeAction($request);if ($result instanceof CakeResponse) { - CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke()
));}$response = $this->_invoke($controller, $request);if (isset($request->params['return'])) { - APP/webroot/index.php line 117 → Dispatcher->dispatch()
$Dispatcher = new Dispatcher();$Dispatcher->dispatch(new CakeRequest(),new CakeResponse());
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;foreach ($list as $name) {$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;foreach ($list as $name) {$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);$callback = 'beforeRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 932 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;foreach ($list as $name) {$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Html'compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context$result = null;foreach ($list as $name) {$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);$callback = 'afterRenderFile' $params = array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/data/sites/api.acpbuyonline.com.au/lib/Cake/View/Elements/sql_dump.ctp', (int) 1 => '<table class="cake-sql-log" id="cakeSqlLog_1764988402693395f2a07e49_50250707" summary="Cake SQL Log" cellspacing="0"><caption>(default) 0 query took ms</caption> <thead> <tr><th>Nr</th><th>Query</th><th>Error</th><th>Affected</th><th>Num. rows</th><th>Took (ms)</th></tr> </thead> <tbody> </tbody></table> ' ) result => null modParams => (int) 1 omitSubject => true [protected] _name => 'View.afterRenderFile' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Html', (int) 1 => 'Flash' ) $result = null $name = 'Flash'compact - [internal], line ?? ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128 HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243 View::_render() - CORE/Cake/View/View.php, line 938 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Layouts/default.ctp, line 61 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 300 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|
