Strict Standards: Non-static method Debugger::getInstance() should not be called statically in /vol/dv/devmaj/cake/libs/debugger.php on line 560
Strict Standards: Non-static method Debugger::invoke() should not be called statically in /vol/dv/devmaj/cake/libs/debugger.php on line 560
Deprecated: Non-static method dvObject::getObjectType() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/app/smarties/user/smarty_user.php on line 150
Deprecated: mysql_pconnect() [function.mysql-pconnect]: The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /vol/dv/devmaj/cake/libs/model/datasources/dbo/dbo_mysql.php on line 120
Warning (2): mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'root'@'localhost' [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 120]
Code |
Context$config = array(
"persistent" => true,
"host" => "localhost",
"login" => "root",
"password" => "",
"database" => "sparkdemo2",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => ""
)
$connect = "mysql_pconnect"
mysql_pconnect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 120
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 110
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 120
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2445
Model::__construct() - CORE/cake/libs/model/model.php, line 350
CobComponent::startup() - APP/controllers/components/cob.php, line 216
dvApp::getCob() - APP/vendors/dv_objects/dv_application.php, line 249
StagManager::init() - APP/smarties/stag/smarty_stag.php, line 11
SmartyStag::getDefinition() - APP/smarties/stag/smarty_stag.php, line 580
cmsAddSmarty - APP/smarties/smarty_object.php, line 24
require_once - APP/package/website/site.php, line 459
include - APP/config/cms.php, line 516
include - APP/config/core.php, line 248
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 645
Configure::getInstance() - CORE/cake/libs/configure.php, line 125
include - CORE/cake/bootstrap.php, line 46
require - APP/webroot/index.php, line 230
Deprecated: Non-static method CakeLog::write() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/debugger.php on line 223
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 123]
Code |
Context$config = array(
"persistent" => true,
"host" => "localhost",
"login" => "root",
"password" => "",
"database" => "sparkdemo2",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => ""
)
$connect = "mysql_pconnect"
mysql_select_db - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 123
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 110
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 120
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2445
Model::__construct() - CORE/cake/libs/model/model.php, line 350
CobComponent::startup() - APP/controllers/components/cob.php, line 216
dvApp::getCob() - APP/vendors/dv_objects/dv_application.php, line 249
StagManager::init() - APP/smarties/stag/smarty_stag.php, line 11
SmartyStag::getDefinition() - APP/smarties/stag/smarty_stag.php, line 580
cmsAddSmarty - APP/smarties/smarty_object.php, line 24
require_once - APP/package/website/site.php, line 459
include - APP/config/cms.php, line 516
include - APP/config/core.php, line 248
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 645
Configure::getInstance() - CORE/cake/libs/configure.php, line 125
include - CORE/cake/bootstrap.php, line 46
require - APP/webroot/index.php, line 230
Deprecated: Non-static method CakeLog::write() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/debugger.php on line 223
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 153]
Code |
Context$sql = "SET NAMES utf8"
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 153
DboMysql::setEncoding() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 471
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 128
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 110
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 120
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2445
Model::__construct() - CORE/cake/libs/model/model.php, line 350
CobComponent::startup() - APP/controllers/components/cob.php, line 216
dvApp::getCob() - APP/vendors/dv_objects/dv_application.php, line 249
StagManager::init() - APP/smarties/stag/smarty_stag.php, line 11
SmartyStag::getDefinition() - APP/smarties/stag/smarty_stag.php, line 580
cmsAddSmarty - APP/smarties/smarty_object.php, line 24
require_once - APP/package/website/site.php, line 459
include - APP/config/cms.php, line 516
include - APP/config/core.php, line 248
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 645
Configure::getInstance() - CORE/cake/libs/configure.php, line 125
Deprecated: Non-static method CakeLog::write() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/debugger.php on line 223
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 131]
Code |
Context$config = array(
"persistent" => true,
"host" => "localhost",
"login" => "root",
"password" => "",
"database" => "sparkdemo2",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => ""
)
$connect = "mysql_pconnect"
mysql_get_server_info - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 131
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 110
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 120
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2445
Model::__construct() - CORE/cake/libs/model/model.php, line 350
CobComponent::startup() - APP/controllers/components/cob.php, line 216
dvApp::getCob() - APP/vendors/dv_objects/dv_application.php, line 249
StagManager::init() - APP/smarties/stag/smarty_stag.php, line 11
SmartyStag::getDefinition() - APP/smarties/stag/smarty_stag.php, line 580
cmsAddSmarty - APP/smarties/smarty_object.php, line 24
require_once - APP/package/website/site.php, line 459
include - APP/config/cms.php, line 516
include - APP/config/core.php, line 248
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 645
Configure::getInstance() - CORE/cake/libs/configure.php, line 125
include - CORE/cake/bootstrap.php, line 46
require - APP/webroot/index.php, line 230
Deprecated: Non-static method CakeLog::write() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/debugger.php on line 223
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 330]
Codemysql_errno - [internal], line ??
DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 330
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 200
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 348
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 232
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 191
Model::schema() - CORE/cake/libs/model/model.php, line 833
Model::setSource() - CORE/cake/libs/model/model.php, line 714
Model::__construct() - CORE/cake/libs/model/model.php, line 360
CobComponent::startup() - APP/controllers/components/cob.php, line 216
dvApp::getCob() - APP/vendors/dv_objects/dv_application.php, line 249
StagManager::init() - APP/smarties/stag/smarty_stag.php, line 11
SmartyStag::getDefinition() - APP/smarties/stag/smarty_stag.php, line 580
cmsAddSmarty - APP/smarties/smarty_object.php, line 24
require_once - APP/package/website/site.php, line 459
include - APP/config/cms.php, line 516
include - APP/config/core.php, line 248
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 645
Deprecated: Non-static method CakeLog::write() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/debugger.php on line 223
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 193]
Code |
Context$model = ObjectList
ObjectList::$name = "ObjectList"
ObjectList::$useTable = "objects"
ObjectList::$dt_results = NULL
ObjectList::$useDbConfig = "default"
ObjectList::$displayField = NULL
ObjectList::$id = false
ObjectList::$data = array
ObjectList::$table = "objects"
ObjectList::$primaryKey = "id"
ObjectList::$_schema = NULL
ObjectList::$validate = array
ObjectList::$validationErrors = array
ObjectList::$tablePrefix = ""
ObjectList::$alias = "ObjectList"
ObjectList::$tableToModel = array
ObjectList::$logTransactions = false
ObjectList::$transactional = false
ObjectList::$cacheQueries = false
ObjectList::$belongsTo = array
ObjectList::$hasOne = array
ObjectList::$hasMany = array
ObjectList::$hasAndBelongsToMany = array
ObjectList::$actsAs = NULL
ObjectList::$Behaviors = NULL
ObjectList::$whitelist = array
ObjectList::$cacheSources = true
ObjectList::$findQueryType = NULL
ObjectList::$recursive = 1
ObjectList::$order = NULL
ObjectList::$__exists = NULL
ObjectList::$__associationKeys = array
ObjectList::$__associations = array
ObjectList::$__backAssociation = array
ObjectList::$__insertID = NULL
ObjectList::$__numRows = NULL
ObjectList::$__affectedRows = NULL
ObjectList::$__findMethods = array
ObjectList::$_log = NULL
ObjectList::$ignoreMissingTable = true
$cache = null
$fields = false
$cols = false
$cols = $this->query('DESCRIBE ' . $this->fullTableName($model));
foreach ($cols as $column) {
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 193
Model::schema() - CORE/cake/libs/model/model.php, line 833
Model::setSource() - CORE/cake/libs/model/model.php, line 714
Model::__construct() - CORE/cake/libs/model/model.php, line 360
CobComponent::startup() - APP/controllers/components/cob.php, line 216
dvApp::getCob() - APP/vendors/dv_objects/dv_application.php, line 249
StagManager::init() - APP/smarties/stag/smarty_stag.php, line 11
SmartyStag::getDefinition() - APP/smarties/stag/smarty_stag.php, line 580
cmsAddSmarty - APP/smarties/smarty_object.php, line 24
require_once - APP/package/website/site.php, line 459
include - APP/config/cms.php, line 516
include - APP/config/core.php, line 248
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 645
Configure::getInstance() - CORE/cake/libs/configure.php, line 125
include - CORE/cake/bootstrap.php, line 46
require - APP/webroot/index.php, line 230
[main] - /vol/www/sparkdemo2/index.php, line 6
Deprecated: Non-static method CakeLog::write() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/debugger.php on line 223
Deprecated: Non-static method Set::merge() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/controller/controller.php on line 348
Deprecated: Non-static method Set::normalize() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/controller/component.php on line 165
Deprecated: Non-static method Security::inactiveMins() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/session.php on line 156
Deprecated: Non-static method Security::getInstance() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/security.php on line 68
Deprecated: Non-static method Set::extract() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/session.php on line 204
Deprecated: Non-static method Set::classicExtract() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/set.php on line 400
Deprecated: Non-static method String::tokenize() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/set.php on line 577
Warning (2): Invalid argument supplied for foreach() [APP/controllers/cob_controller.php, line 2189]
Code |
Context$cms_lang = "si"
$od = array(
"Page.page" => array(
"changefreq" => "weekly",
"priority" => "0.7"
)
)
$data = array()
$langs = array(
"si" => "Slovenija"
)
$n = "Page.page"
$dd = "Page.page"
$def = array(
"changefreq" => "weekly",
"priority" => "0.7"
)
$a = array(
"Page",
"page"
)
$type = "Page"
$subtype = "page"
$sql = "select * from objects As ObjectList where type="Page" and subtype="page" and status="SAVED" "
$d = false
$d = $this->Cob->customQuery($sql);
// DebugBreak();
foreach($d as $m => $o) {
CobController::sitemap() - APP/controllers/cob_controller.php, line 2189
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 379
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 352
require - APP/webroot/index.php, line 262
[main] - /vol/www/sparkdemo2/index.php, line 6
Deprecated: Non-static method CakeLog::write() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/debugger.php on line 223