Warning (2) : mysqli_connect(): (HY000/1045): Access denied for user 'gdflibon_linux'@'localhost' (using password: YES) [APP/Config/constants.php , line 22 ]Code Context $db = new DATABASE_CONFIG ();
$connection = mysqli_connect ( $db -> default [ 'host' ], $db -> default [ 'login' ], $db -> default [ 'password' ],
$db -> default [ 'database' ]); $boot = true
$engine = 'File'
$duration = '+10 seconds'
$prefix = 'myapp_'
$exception = array(
'handler' => 'ErrorHandler::handleException'
)
$error = array(
'handler' => 'ErrorHandler::handleError',
'level' => (int) 24575
)
$db = object(DATABASE_CONFIG) {
default => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
test => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
} mysqli_connect - [internal], line ??
require_once - APP/Config/constants.php, line 22
include - APP/Config/bootstrap.php, line 96
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 92
include - CORE/Cake/bootstrap.php, line 175
[main] - APP/webroot/index.php, line 90 Warning (2) : mysqli_query() expects parameter 1 to be mysqli, boolean given [APP/Config/constants.php , line 24 ]Code Context $db -> default [ 'database' ]);
$strSQL = "select * from tri_settings" ;
$query = mysqli_query ( $connection , $strSQL ); $boot = true
$engine = 'File'
$duration = '+10 seconds'
$prefix = 'myapp_'
$exception = array(
'handler' => 'ErrorHandler::handleException'
)
$error = array(
'handler' => 'ErrorHandler::handleError',
'level' => (int) 24575
)
$db = object(DATABASE_CONFIG) {
default => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
test => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
}
$connection = false
$strSQL = 'select * from tri_settings' mysqli_query - [internal], line ??
require_once - APP/Config/constants.php, line 24
include - APP/Config/bootstrap.php, line 96
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 92
include - CORE/Cake/bootstrap.php, line 175
[main] - APP/webroot/index.php, line 90 Warning (2) : mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given [APP/Config/constants.php , line 25 ]Code Context $strSQL = "select * from tri_settings" ;
$query = mysqli_query ( $connection , $strSQL );
while( $result = mysqli_fetch_array ( $query )) $boot = true
$engine = 'File'
$duration = '+10 seconds'
$prefix = 'myapp_'
$exception = array(
'handler' => 'ErrorHandler::handleException'
)
$error = array(
'handler' => 'ErrorHandler::handleError',
'level' => (int) 24575
)
$db = object(DATABASE_CONFIG) {
default => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
test => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
}
$connection = false
$strSQL = 'select * from tri_settings'
$query = null mysqli_fetch_array - [internal], line ??
require_once - APP/Config/constants.php, line 25
include - APP/Config/bootstrap.php, line 96
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 92
include - CORE/Cake/bootstrap.php, line 175
[main] - APP/webroot/index.php, line 90 Notice (8) : Use of undefined constant NON_BIPL_FEATURE - assumed 'NON_BIPL_FEATURE' [APP/Config/menu.php , line 931 ]Code Context
//Checks for Non-BIPL Feature
if ( NON_BIPL_FEATURE == 0 ) $boot = true
$engine = 'File'
$duration = '+10 seconds'
$prefix = 'myapp_'
$exception = array(
'handler' => 'ErrorHandler::handleException'
)
$error = array(
'handler' => 'ErrorHandler::handleError',
'level' => (int) 24575
)
$db = object(DATABASE_CONFIG) {
default => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
test => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
}
$connection = false
$strSQL = 'select * from tri_settings'
$query = null
$result = null require_once - APP/Config/menu.php, line 931
include - APP/Config/bootstrap.php, line 100
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 92
include - CORE/Cake/bootstrap.php, line 175
[main] - APP/webroot/index.php, line 90 Notice (8) : Use of undefined constant CUSTOM_DODLA_FEATURE - assumed 'CUSTOM_DODLA_FEATURE' [APP/Config/menu.php , line 937 ]Code Context
//Checks for Custom Dodla feature
if ( CUSTOM_DODLA_FEATURE == 0 ) $boot = true
$engine = 'File'
$duration = '+10 seconds'
$prefix = 'myapp_'
$exception = array(
'handler' => 'ErrorHandler::handleException'
)
$error = array(
'handler' => 'ErrorHandler::handleError',
'level' => (int) 24575
)
$db = object(DATABASE_CONFIG) {
default => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
test => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'prefix' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false
)
}
$connection = false
$strSQL = 'select * from tri_settings'
$query = null
$result = null require_once - APP/Config/menu.php, line 937
include - APP/Config/bootstrap.php, line 100
Configure::bootstrap() - CORE/Cake/Core/Configure.php, line 92
include - CORE/Cake/bootstrap.php, line 175
[main] - APP/webroot/index.php, line 90
Errors
Missing Method in UsersController
Error:
The action change_password is not defined in controller UsersController
Error:
Create UsersController:: change_password() in file: app/Controller/UsersController.php.
<?php
class UsersController extends AppController {
public function change_password() {
}
}
Notice:
If you want to customize this error message, create app/View/Errors/missing_action.ctp
Stack Trace
CORE/Cake/Routing/Dispatcher.php line 191 → Controller->invokeAction(CakeRequest)
$response = $controller -> response ;
$render = true ;
$result = $controller -> invokeAction ( $request );
if ( $result instanceof CakeResponse ) { object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
CORE/Cake/Routing/Dispatcher.php line 165 → Dispatcher->_invoke(UsersController, CakeRequest) ));
}
$response = $this -> _invoke ( $controller , $request );
if (isset( $request -> params [ 'return' ])) { object(UsersController) {
layout => 'admin_inner'
actionTitle => ''
searchParams => array([maximum depth reached])
components => array(
[maximum depth reached]
)
helpers => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
ext => '.php'
paginate => array(
[maximum depth reached]
)
dbCache => true
authUser => null
name => 'Users'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Users'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'change_password'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
plugin => null
cacheAction => false
passedArgs => array([maximum depth reached])
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
Session => object(SessionComponent) {}
Cookie => object(CookieComponent) {}
Redirect => object(RedirectComponent) {}
Directory => object(DirectoryComponent) {}
User => object(User) {}
RateVersion => object(RateVersion) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
APP/webroot/index.php line 108 → Dispatcher->dispatch(CakeRequest, CakeResponse) $Dispatcher -> dispatch (
new CakeRequest (),
new CakeResponse ()
);
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
Notice (8) : Use of undefined constant COMPANY_NAME - assumed 'COMPANY_NAME' [APP/View/Elements/admin/footer.php , line 2 ]Code Context < footer class= "footer_main" >
<b><?php echo COMPANY_NAME . ": Version " . VERSION_NO ; ?> </b> $viewFile = '/home/ibond/public_html/linux/app/View/Elements/admin/footer.php'
$dataForView = array(
'controller' => 'UsersController',
'action' => 'change_password',
'code' => (int) 404,
'name' => 'Action UsersController::change_password() could not be found.',
'message' => 'Action UsersController::change_password() could not be found.',
'url' => '/users/change_password',
'error' => object(MissingActionException) {
[protected] _messageTemplate => 'Action %s::%s() could not be found.'
[protected] _attributes => array(
[maximum depth reached]
)
[protected] _responseHeaders => null
[protected] message => 'Action UsersController::change_password() could not be found.'
[protected] code => (int) 404
[protected] file => '/home/ibond/public_html/linux/lib/Cake/Controller/Controller.php'
[protected] line => (int) 496
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'model' => 'Plant',
'add_action' => false,
'name_mapping' => array(
'CC' => 'BMC',
'MCC' => 'BMC',
'VSP' => 'CCI',
'CC_CLUSTER' => 'Franchisee/BMC'
),
'auth_user' => null,
'content_for_layout' => '<h2>Missing Method in UsersController</h2> <p class="error">
<strong>Error: </strong>
The action <em>change_password</em> is not defined in controller <em>UsersController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>UsersController::</em><em>change_password()</em> in file: app/Controller/UsersController.php.</p>
<pre>
<?php
class UsersController extends AppController {
<strong>
public function change_password() {
}
</strong>
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_action.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Routing/Dispatcher.php line 191</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Controller->invokeAction(CakeRequest)</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></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-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Routing/Dispatcher.php line 165</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">Dispatcher->_invoke(UsersController, CakeRequest)</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">));</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-1" class="cake-code-dump" style="display: none;"><pre>object(UsersController) {
layout => 'admin_inner'
actionTitle => ''
searchParams => array([maximum depth reached])
components => array(
[maximum depth reached]
)
helpers => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
ext => '.php'
paginate => array(
[maximum depth reached]
)
dbCache => true
authUser => null
name => 'Users'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Users'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'change_password'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
plugin => null
cacheAction => false
passedArgs => array([maximum depth reached])
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
Session => object(SessionComponent) {}
Cookie => object(CookieComponent) {}
Redirect => object(RedirectComponent) {}
Directory => object(DirectoryComponent) {}
User => object(User) {}
RateVersion => object(RateVersion) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><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>
<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 class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></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-2" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}</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>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$controller = 'UsersController'
$action = 'change_password'
$code = (int) 404
$name = 'Action UsersController::change_password() could not be found.'
$message = 'Action UsersController::change_password() could not be found.'
$url = '/users/change_password'
$error = object(MissingActionException) {
[protected] _messageTemplate => 'Action %s::%s() could not be found.'
[protected] _attributes => array(
'controller' => 'UsersController',
'action' => 'change_password'
)
[protected] _responseHeaders => null
[protected] message => 'Action UsersController::change_password() could not be found.'
[protected] code => (int) 404
[protected] file => '/home/ibond/public_html/linux/lib/Cake/Controller/Controller.php'
[protected] line => (int) 496
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$model = 'Plant'
$add_action = false
$name_mapping = array(
'CC' => 'BMC',
'MCC' => 'BMC',
'VSP' => 'CCI',
'CC_CLUSTER' => 'Franchisee/BMC'
)
$auth_user = null
$content_for_layout = '<h2>Missing Method in UsersController</h2> <p class="error">
<strong>Error: </strong>
The action <em>change_password</em> is not defined in controller <em>UsersController</em></p>
<p class="error">
<strong>Error: </strong>
Create <em>UsersController::</em><em>change_password()</em> in file: app/Controller/UsersController.php.</p>
<pre>
<?php
class UsersController extends AppController {
<strong>
public function change_password() {
}
</strong>
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_action.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">CORE/Cake/Routing/Dispatcher.php line 191</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Controller->invokeAction(CakeRequest)</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></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-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-1')">CORE/Cake/Routing/Dispatcher.php line 165</a> → <a href="#" onclick="traceToggle(event, 'trace-args-1')">Dispatcher->_invoke(UsersController, CakeRequest)</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">));</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-1" class="cake-code-dump" style="display: none;"><pre>object(UsersController) {
layout => 'admin_inner'
actionTitle => ''
searchParams => array([maximum depth reached])
components => array(
[maximum depth reached]
)
helpers => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
ext => '.php'
paginate => array(
[maximum depth reached]
)
dbCache => true
authUser => null
name => 'Users'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Users'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'change_password'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
plugin => null
cacheAction => false
passedArgs => array([maximum depth reached])
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
Session => object(SessionComponent) {}
Cookie => object(CookieComponent) {}
Redirect => object(RedirectComponent) {}
Directory => object(DirectoryComponent) {}
User => object(User) {}
RateVersion => object(RateVersion) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}</pre></div></li>
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-2')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-2')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-2" class="cake-code-dump" style="display:none;"><pre><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>
<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 class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></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-2" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'users/change_password'
base => ''
webroot => '/'
here => '/users/change_password'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}</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>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors' include - APP/View/Elements/admin/footer.php, line 2
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::_renderElement() - CORE/Cake/View/View.php, line 1213
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/admin_inner.ctp, line 47
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::renderLayout() - CORE/Cake/View/View.php, line 542
View::render() - CORE/Cake/View/View.php, line 479
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 278
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 199
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 176
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 119
[main] - [internal], line ?? COMPANY_NAME: Version 1.3.1