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
Notice (8): Trying to get property of non-object [APP/controllers/cob_controller.php, line 343]
Code |
Context$id = "napaka"
$mode = "show"
$args = array()
$cms_object = null
$cms_user = null
$cms_lang = "si"
$fargs = array(
"napaka"
)
$targs = array()
$lopt = array(
"get_parents" => true,
"get_connections" => true,
"get_belongs_to" => false,
"auto_load" => true,
"allow_get_family" => true,
"lang" => "si"
)
$object = array(
"ObjectList" => array(
"id" => 99999999999,
"type" => "Page",
"subtype" => "page",
"name" => "Napaka",
"slug" => "napaka"
),
"Page" => array(
"content" => "Zgodila se je napaka.",
"title" => "Napaka"
),
"Info" => array(
"id_chain" => array()
)
)
$this->data = array_merge($this->data,$object->data);
else
$this->data = $object->data;
CobController::show() - APP/controllers/cob_controller.php, line 343
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
Notice (8): Trying to get property of non-object [APP/controllers/cob_controller.php, line 347]
Code |
Context$id = "napaka"
$mode = "show"
$args = array()
$cms_object = array(
"ObjectList" => array(
"id" => 99999999999,
"type" => "Page",
"subtype" => "page",
"name" => "Napaka",
"slug" => "napaka"
),
"Page" => array(
"content" => "Zgodila se je napaka.",
"title" => "Napaka"
),
"Info" => array(
"id_chain" => array()
)
)
$cms_user = null
$cms_lang = "si"
$fargs = array(
"napaka"
)
$targs = array()
$lopt = array(
"get_parents" => true,
"get_connections" => true,
"get_belongs_to" => false,
"auto_load" => true,
"allow_get_family" => true,
"lang" => "si"
)
$object = array(
"ObjectList" => array(
"id" => 99999999999,
"type" => "Page",
"subtype" => "page",
"name" => "Napaka",
"slug" => "napaka"
),
"Page" => array(
"content" => "Zgodila se je napaka.",
"title" => "Napaka"
),
"Info" => array(
"id_chain" => array()
)
)
dvObject::setMain($cms_object);
$this->set('object',$object);
$this->set('model',$object->type);
CobController::show() - APP/controllers/cob_controller.php, line 347
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
Notice (8): Undefined index: status [APP/vendors/dv_objects/dv_object.php, line 712]
Code |
Context$obj = array(
"ObjectList" => array(
"id" => 99999999999,
"type" => "Page",
"subtype" => "page",
"name" => "Napaka",
"slug" => "napaka"
),
"Page" => array(
"content" => "Zgodila se je napaka.",
"title" => "Napaka"
),
"Info" => array(
"id_chain" => array()
)
)
$ajax = false
$object = array(
"ObjectList" => array(
"id" => 99999999999,
"type" => "Page",
"subtype" => "page",
"name" => "Napaka",
"slug" => "napaka"
),
"Page" => array(
"content" => "Zgodila se je napaka.",
"title" => "Napaka"
),
"Info" => array(
"id_chain" => array()
)
)
$whole_page = true
if(
(
$object['ObjectList']['status'] == 'DELETED' ||
dvObject::checkIfActive() - APP/vendors/dv_objects/dv_object.php, line 712
CobController::onShowReadCustom() - APP/controllers/cob_controller.php, line 446
CobController::show() - APP/controllers/cob_controller.php, line 389
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
Deprecated: Non-static method dvDefinition::getValue() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/app/controllers/cob_controller.php on line 416
Warning (2): Illegal offset type in isset or empty [APP/vendors/dv_objects/dv_definition.php, line 74]
Code |
Context$type = array(
"ObjectList" => array(
"id" => 99999999999,
"type" => "Page",
"subtype" => "page",
"name" => "Napaka",
"slug" => "napaka"
),
"Page" => array(
"content" => "Zgodila se je napaka.",
"title" => "Napaka"
),
"Info" => array(
"id_chain" => array()
)
)
$k1 = "use_variant_id"
$k2 = null
$k3 = null
$default = null
$cms_object_def = array(
"ForumCat" => array(
"show_options" => array(),
"search" => array(),
"new_title" => "Novo področje",
"form" => array()
),
"ForumTopic" => array(
"show_options" => array(),
"search" => array(),
"new_title" => "Novo vprašanje",
"form" => array()
),
"ForumPost" => array(
"show_options" => array(),
"search" => array(),
"new_title" => "Nov odgovor",
"form" => array()
),
"Link" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "New link"
),
"Page.faq_item" => array(
"search" => array(),
"connections" => array(),
"form" => array()
),
"Form" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New form",
"search" => null
),
"Attachment.momo_show_scene" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Momo Show Scene",
"search" => null
),
"MomoShow" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Momo Show",
"search" => null
),
"Menu" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "New menu"
),
"Todo" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "New Todo"
),
"Skill.list" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New List",
"search" => null
),
"Nominal.listcolumns" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"search" => null
),
"Nominal.listaction" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"search" => null
),
"Skill.rss" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New RSS consumer",
"search" => null
),
"Page.news" => array(
"connections" => array(),
"languages" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "New news",
"search" => array()
),
"Comment" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "New Comment",
"access_rights" => array()
),
"User" => array(
"connections" => array(),
"languages" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "#user.NEW_USER",
"search" => array(),
"access_rights" => null,
"show_templates" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Setting.user" => array(
"form" => array()
),
"Setting.newsletter" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"search" => null
),
"Stag" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"search" => array(),
"new_title" => "New tag"
),
"MsbDv.position" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Position",
"search" => null,
"painter" => "MsbPainter"
),
"Slide" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"search" => array(),
"loading" => array(),
"new_title" => "New Slide"
),
"Document" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"search" => array(),
"loading" => array(),
"new_title" => "New Document"
),
"DocumentFolder" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"search" => array(),
"loading" => array(),
"new_title" => "New DocumentFolder"
),
"Setting.document" => array(
"form" => array()
),
"Skill.factory" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Object factory",
"search" => null
),
"MailMessage" => array(
"show_positions_in_form" => true,
"connections" => array(),
"show_options" => array(),
"form" => array(),
"search" => array(),
"loading" => array(),
"new_title" => "New MailMessage"
),
"Nominal.mailelement" => array(
"show_positions_in_form" => true,
"connections" => array(),
"show_options" => array(),
"form" => array(),
"search" => array(),
"loading" => array(),
"new_title" => "New MailElement"
),
"Skill.importer" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New XML Importer",
"search" => null
),
"Skill.import" => array(
"connections" => array()
),
"Page.page" => array(
"inherits" => array(),
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "#F_NEW_PAGE",
"search" => array(),
"access_rights" => null,
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Attachment" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "#F_NEW_FILE",
"search" => array()
),
"Page.block" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "New text block",
"access_rights" => array(),
"show_templates" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Page.message" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "New page",
"search" => array()
),
"Page.myfaq" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "Novo vprašanje",
"access_rights" => array(),
"search" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Nominal.list" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "new List",
"search" => array()
),
"Code" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"new_title" => "new Code"
),
"Page.template" => array(
"inherits" => array(),
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "#F_NEW_PAGE",
"search" => array()
),
"Page.post" => array(
"inherits" => array(),
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "#F_NEW_PAGE",
"search" => array(),
"access_rights" => null,
"show_templates" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"ShopAValue" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "Nova vrednost atributa",
"search" => null
),
"ShopAttribute" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "Nov atribut",
"search" => null
),
"Product" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "Nov izdelek",
"search" => array(),
"access_rights" => null,
"show_templates" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Setting.shop" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"search" => null
),
"MsbElement" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New element",
"search" => null,
"painter" => "MsbPainter"
),
"MsbElement.content" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New element",
"search" => null,
"children_position" => "msb_cont_children",
"painter" => "MsbPainter",
"access_rights" => null,
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => "msb_cont_children",
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"MsbTemplate" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New template",
"search" => null,
"painter" => "MsbPainter"
),
"MsbVariant" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New variant",
"search" => null,
"painter" => "MsbPainter"
),
"MsbDef" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New definition",
"search" => null
),
"MsbValue" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New value",
"search" => null,
"painter" => "MsbPainter"
),
"MsbClass" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New class",
"search" => null,
"painter" => "MsbPainter"
),
"MsbBackground" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New background",
"search" => null,
"painter" => "MsbPainter"
),
"MsbDv.function" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New GoodFairy function",
"search" => null,
"painter" => "MsbPainter"
),
"MsbDv.field" => array(
"connections" => array(),
"form" => array(),
"show_positions_in_form" => true,
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Field",
"search" => null,
"painter" => "MsbPainter"
),
"MsbDv.fieldGroup" => array(
"connections" => array(),
"form" => array(),
"show_positions_in_form" => true,
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Field Group",
"search" => null
),
"DvSite.object" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New DvObject",
"search" => null
),
"DvSite.language" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Language",
"search" => null
),
"DvSite.domain" => array(
"form" => array(),
"show_options" => array(),
"new_title" => "New Domain"
),
"DvSite.domainaccess" => array(
"form" => array(),
"show_options" => array(),
"new_title" => "New Domain Access"
),
"DvSite.recipe" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Image recipe",
"search" => null
),
"DvSite.show" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New Show template",
"search" => null
),
"DvSite.site" => array(
"connections" => array(),
"form" => array(),
"show_options" => array(),
"loading" => array(),
"object_browser" => array(),
"new_title" => "New DvSite",
"search" => null
),
"Attachment.document" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "#F_NEW_FILE",
"search" => array(),
"access_rights" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Attachment.gallery" => array(
"connections" => array(),
"show_options" => array(),
"form" => array(),
"loading" => array(),
"new_title" => "#F_NEW_FILE",
"search" => array(),
"access_rights" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Skill" => array(
"access_rights" => null,
"show_options" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Embed" => array(
"access_rights" => array(),
"show_options" => array(),
"stag_tags_on_form" => array(),
"dropbox" => false,
"dropbox_mode" => "list",
"drop_position" => false,
"enable_last_viewed" => false,
"last_viewed_mode" => "list"
),
"Event" => array(
"form" => array()
)
)
global $cms_object_def;
if(is_object($type)) $type = $type->getObjectType();
if(empty($cms_object_def[$type])) {
dvDefinition::getValue() - APP/vendors/dv_objects/dv_definition.php, line 74
CobController::show() - APP/controllers/cob_controller.php, line 416
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
Deprecated: Non-static method dvDefinition::expandType() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/app/vendors/dv_objects/dv_definition.php on line 75
Warning (2): explode() expects parameter 1 to be string, array given [APP/vendors/dv_objects/dv_definition.php, line 91]
Code |
Context$t = array(
"ObjectList" => array(
"id" => 99999999999,
"type" => "Page",
"subtype" => "page",
"name" => "Napaka",
"slug" => "napaka"
),
"Page" => array(
"content" => "Zgodila se je napaka.",
"title" => "Napaka"
),
"Info" => array(
"id_chain" => array()
)
)
explode - [internal], line ??
dvDefinition::expandType() - APP/vendors/dv_objects/dv_definition.php, line 91
dvDefinition::getValue() - APP/vendors/dv_objects/dv_definition.php, line 75
CobController::show() - APP/controllers/cob_controller.php, line 416
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
Deprecated: Non-static method dvDefinition::getValue() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/app/smarties/gui_dance/smarty_dance.php on line 222
Notice (8): Trying to get property of non-object [APP/smarties/gui_dance/smarty_dance.php, line 222]
Code |
Context$event = dvEvent
dvEvent::$data = NULL
dvEvent::$bindData = NULL
dvEvent::$type = NULL
dvEvent::$objectType = array
dvEvent::$active = true
dvEvent::$object = NULL
dvEvent::$options1 = NULL
dvEvent::$options2 = NULL
dvEvent::$output = NULL
dvEvent::$eventType = "show_main_object"
dvEvent::$stateChanged = false
$obj = null
// DebugBreak();
$obj = $event->object;
$last_viewed = dvDefinition::getValue($obj->typeKey, 'enable_last_viewed');
SmartyGuiDance::onShowMainObject() - APP/smarties/gui_dance/smarty_dance.php, line 222
callCallback - APP/vendors/misc.php, line 2697
dvEventManager::dispatch() - APP/vendors/dv_objects/dv_event_manager.php, line 57
CobController::show() - APP/controllers/cob_controller.php, line 419
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
Warning (2): explode() [function.explode]: Empty delimiter [APP/vendors/dv_objects/dv_definition.php, line 91]
Code |
Context$t = null
explode - [internal], line ??
dvDefinition::expandType() - APP/vendors/dv_objects/dv_definition.php, line 91
dvDefinition::getValue() - APP/vendors/dv_objects/dv_definition.php, line 75
SmartyGuiDance::onShowMainObject() - APP/smarties/gui_dance/smarty_dance.php, line 222
callCallback - APP/vendors/misc.php, line 2697
dvEventManager::dispatch() - APP/vendors/dv_objects/dv_event_manager.php, line 57
CobController::show() - APP/controllers/cob_controller.php, line 419
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
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 326
Deprecated: Non-static method Set::normalize() should not be called statically, assuming $this from incompatible context in /vol/dv/devmaj/cake/libs/model/behavior.php on line 252
Warning (2): Invalid argument supplied for foreach() [APP/vendors/dv_objects/dv_object.php, line 49]
Code |
Context$data = false
$r = array()
static function newObjects($data) {
$r = array();
foreach($data as $d) $r[] = new dvObject($d);
dvObject::newObjects() - APP/vendors/dv_objects/dv_object.php, line 49
CobComponent::getObjectsByOrder() - APP/controllers/components/cob.php, line 1252
CobComponent::getObjectsByOpt() - APP/controllers/components/cob.php, line 1024
SmartyMsb::loadLayout() - APP/smarties/msb/smarty_msb.php, line 1738
SmartyMsb::generateLayout() - APP/smarties/msb/smarty_msb.php, line 1793
View::renderLayout() - CORE/cake/libs/view/view.php, line 409
View::render() - CORE/cake/libs/view/view.php, line 384
Controller::render() - CORE/cake/libs/controller/controller.php, line 734
CobController::render() - APP/controllers/cob_controller.php, line 693
CobController::show() - APP/controllers/cob_controller.php, line 424
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
Notice (8): Undefined index: ObjectList [APP/controllers/components/auth.php, line 67]
Code |
Context$obj = array(
"MsbTemplate" => array(
"name" => "Default template"
)
)
$action = "CREATE"
$user = null
$ol = "ObjectList"
$u = "ALL"
$u = empty($user) ? dvUser::getUserData() : $user;
$u = empty($u) ? 'ALL' : $u->name;
$oname = is_string($obj) ? $obj : (is_object($obj) ? (!empty($obj->name) ? $obj->name : $obj->type) : (empty($obj['ObjectList']['name']) ? $obj['ObjectList']['type'] : $obj['ObjectList']['name']));
DVAuth::isAllowedOrDie() - APP/controllers/components/auth.php, line 67
CobComponent::saveObject() - APP/controllers/components/cob.php, line 660
SmartyMsb::loadLayout() - APP/smarties/msb/smarty_msb.php, line 1741
SmartyMsb::generateLayout() - APP/smarties/msb/smarty_msb.php, line 1793
View::renderLayout() - CORE/cake/libs/view/view.php, line 409
View::render() - CORE/cake/libs/view/view.php, line 384
Controller::render() - CORE/cake/libs/controller/controller.php, line 734
CobController::render() - APP/controllers/cob_controller.php, line 693
CobController::show() - APP/controllers/cob_controller.php, line 424
CobController::errorHandler() - APP/controllers/cob_controller.php, line 2128
CobController::show() - APP/controllers/cob_controller.php, line 349
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
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
User ALL has no CREATE access to