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 Controller
Error:
Sitemap.xmlController could not be found.
Error:
Create the class Sitemap.xmlController below in file: app/Controller/Sitemap.xmlController.php
<?php
class Sitemap.xmlController extends AppController {
}
Notice:
If you want to customize this error message, create app/View/Errors/missing_controller.ctp
Stack Trace
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 => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
[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(
'class' => 'Sitemap.xmlController',
'plugin' => null,
'code' => (int) 404,
'name' => 'Controller class Sitemap.xmlController could not be found.',
'message' => 'Controller class Sitemap.xmlController could not be found.',
'url' => '/sitemap.xml',
'error' => object(MissingControllerException) {
[protected] _messageTemplate => 'Controller class %s could not be found.'
[protected] _attributes => array(
[maximum depth reached]
)
[protected] _responseHeaders => null
[protected] message => 'Controller class Sitemap.xmlController could not be found.'
[protected] code => (int) 404
[protected] file => '/home/ibond/public_html/linux/lib/Cake/Routing/Dispatcher.php'
[protected] line => (int) 159
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'controller' => 'sitemap.xml',
'model' => 'Plant',
'action' => false,
'add_action' => false,
'name_mapping' => array(
'CC' => 'BMC',
'MCC' => 'BMC',
'VSP' => 'CCI',
'CC_CLUSTER' => 'Franchisee/BMC'
),
'auth_user' => null,
'content_for_layout' => '<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>Sitemap.xmlController</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p>
<pre>
<?php
class Sitemap.xmlController extends AppController {
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" 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-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 => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
[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'
)
$class = 'Sitemap.xmlController'
$plugin = null
$code = (int) 404
$name = 'Controller class Sitemap.xmlController could not be found.'
$message = 'Controller class Sitemap.xmlController could not be found.'
$url = '/sitemap.xml'
$error = object(MissingControllerException) {
[protected] _messageTemplate => 'Controller class %s could not be found.'
[protected] _attributes => array(
'class' => 'Sitemap.xmlController',
'plugin' => null
)
[protected] _responseHeaders => null
[protected] message => 'Controller class Sitemap.xmlController could not be found.'
[protected] code => (int) 404
[protected] file => '/home/ibond/public_html/linux/lib/Cake/Routing/Dispatcher.php'
[protected] line => (int) 159
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$controller = 'sitemap.xml'
$model = 'Plant'
$action = false
$add_action = false
$name_mapping = array(
'CC' => 'BMC',
'MCC' => 'BMC',
'VSP' => 'CCI',
'CC_CLUSTER' => 'Franchisee/BMC'
)
$auth_user = null
$content_for_layout = '<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>Sitemap.xmlController</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>Sitemap.xmlController</em> below in file: app/Controller/Sitemap.xmlController.php</p>
<pre>
<?php
class Sitemap.xmlController extends AppController {
}
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/missing_controller.ctp</p>
<h3>Stack Trace</h3>
<ul class="cake-stack-trace">
<li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">APP/webroot/index.php line 108</a> → <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" 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-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 => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
[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