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 = nullmysqli_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 = nullrequire_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 = nullrequire_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
Warning (2): session_destroy() [function.session-destroy]: Trying to destroy uninitialized session [CORE/Cake/Model/Datasource/CakeSession.php, line 445]Code Context }
session_destroy();
session_destroy - [internal], line ??
CakeSession::destroy() - CORE/Cake/Model/Datasource/CakeSession.php, line 445
SessionComponent::destroy() - CORE/Cake/Controller/Component/SessionComponent.php, line 160
UsersController::logout() - APP/Controller/UsersController.php, line 236
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 108