Warning (2): mysql_connect() [function.mysql-connect]: No such file or directory [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]Code | Context$config = array( "persistent" => false, "host" => "*****", "login" => "*****", "password" => "*****", "database" => "*****", "port" => "*****", "driver" => "mysql", "prefix" => "*****", "encoding" => "utf8" )mysql_connect - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2848 Model::__construct() - CORE/cake/libs/model/model.php, line 469 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613]Code | Context$sql = "SHOW TABLES FROM `osktor1_baza`;"mysql_query - [internal], line ?? DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613 DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 626 Model::setSource() - CORE/cake/libs/model/model.php, line 768 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): Cannot modify header information - headers already sent by (output started at /home/osktor1/domains/osktor.pl/public_html/cake/libs/debugger.php:683) [CORE/cake/libs/controller/controller.php, line 742]Code | Context$status = "HTTP/1.0 500 Internal Server Error"header - [internal], line ?? Controller::header() - CORE/cake/libs/controller/controller.php, line 742 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 254 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 695]Codemysql_errno - [internal], line ?? DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 695 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 257 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 287 DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 125 Model::schema() - CORE/cake/libs/model/model.php, line 929 DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1965 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 795 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127]Code | Context$cols = $this->query('SHOW FULL COLUMNS FROM ' . $this->fullTableName($model));
foreach ($cols as $column) {
$model = System System::$useTable = "system" System::$PrimaryKey = "id" System::$useDbConfig = "default" System::$displayField = NULL System::$id = 1 System::$data = array System::$table = false System::$primaryKey = "id" System::$_schema = NULL System::$validate = array System::$validationErrors = array System::$tablePrefix = "" System::$name = "System" System::$alias = "System" System::$tableToModel = array System::$logTransactions = false System::$cacheQueries = false System::$belongsTo = array System::$hasOne = array System::$hasMany = array System::$hasAndBelongsToMany = array System::$actsAs = NULL System::$Behaviors = BehaviorCollection object System::$whitelist = array System::$cacheSources = true System::$findQueryType = "first" System::$recursive = 1 System::$order = NULL System::$virtualFields = array System::$__associationKeys = array System::$__associations = array System::$__backAssociation = array System::$__insertID = NULL System::$__numRows = NULL System::$__affectedRows = NULL System::$_findMethods = array $cache = null $fields = false $cols = falseDboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127 Model::schema() - CORE/cake/libs/model/model.php, line 929 DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1965 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 795 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 WwwComponent::fetchData() - APP/controllers/components/www.php, line 5
Warning (2): array_keys() expects parameter 1 to be array, boolean given [CORE/cake/libs/model/datasources/dbo_source.php, line 1965]Code | Context$model = System System::$useTable = "system" System::$PrimaryKey = "id" System::$useDbConfig = "default" System::$displayField = NULL System::$id = 1 System::$data = array System::$table = false System::$primaryKey = "id" System::$_schema = false System::$validate = array System::$validationErrors = array System::$tablePrefix = "" System::$name = "System" System::$alias = "System" System::$tableToModel = array System::$logTransactions = false System::$cacheQueries = false System::$belongsTo = array System::$hasOne = array System::$hasMany = array System::$hasAndBelongsToMany = array System::$actsAs = NULL System::$Behaviors = BehaviorCollection object System::$whitelist = array System::$cacheSources = true System::$findQueryType = "first" System::$recursive = 1 System::$order = NULL System::$virtualFields = array System::$__associationKeys = array System::$__associations = array System::$__backAssociation = array System::$__insertID = NULL System::$__numRows = NULL System::$__affectedRows = NULL System::$_findMethods = array $alias = "System" $fields = array() $quote = true $this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$fieldParameters = array DboMysql::$tableParameters = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$methodCache = array DboMysql::$cacheMethods = true DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$virtualFieldSeparator = "__" DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = NULL DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = arrayarray_keys - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1965 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 795 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 WwwComponent::fetchData() - APP/controllers/components/www.php, line 5 AppController::beforeRender() - APP/app_controller.php, line 44
Warning (2): array_keys() expects parameter 1 to be array, boolean given [CORE/cake/libs/model/datasources/dbo_source.php, line 1978]Code | Context$model = System System::$useTable = "system" System::$PrimaryKey = "id" System::$useDbConfig = "default" System::$displayField = NULL System::$id = 1 System::$data = array System::$table = false System::$primaryKey = "id" System::$_schema = false System::$validate = array System::$validationErrors = array System::$tablePrefix = "" System::$name = "System" System::$alias = "System" System::$tableToModel = array System::$logTransactions = false System::$cacheQueries = false System::$belongsTo = array System::$hasOne = array System::$hasMany = array System::$hasAndBelongsToMany = array System::$actsAs = NULL System::$Behaviors = BehaviorCollection object System::$whitelist = array System::$cacheSources = true System::$findQueryType = "first" System::$recursive = 1 System::$order = NULL System::$virtualFields = array System::$__associationKeys = array System::$__associations = array System::$__backAssociation = array System::$__insertID = NULL System::$__numRows = NULL System::$__affectedRows = NULL System::$_findMethods = array $alias = "System" $fields = array() $quote = true $this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$fieldParameters = array DboMysql::$tableParameters = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$methodCache = array DboMysql::$cacheMethods = true DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$virtualFieldSeparator = "__" DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = NULL DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 4219724068 $return = null $allFields = truearray_keys - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1978 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 795 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 WwwComponent::fetchData() - APP/controllers/components/www.php, line 5 AppController::beforeRender() - APP/app_controller.php, line 44
Warning (2): array_filter() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1982]Code | Context$model = System System::$useTable = "system" System::$PrimaryKey = "id" System::$useDbConfig = "default" System::$displayField = NULL System::$id = 1 System::$data = array System::$table = false System::$primaryKey = "id" System::$_schema = false System::$validate = array System::$validationErrors = array System::$tablePrefix = "" System::$name = "System" System::$alias = "System" System::$tableToModel = array System::$logTransactions = false System::$cacheQueries = false System::$belongsTo = array System::$hasOne = array System::$hasMany = array System::$hasAndBelongsToMany = array System::$actsAs = NULL System::$Behaviors = BehaviorCollection object System::$whitelist = array System::$cacheSources = true System::$findQueryType = "first" System::$recursive = 1 System::$order = NULL System::$virtualFields = array System::$__associationKeys = array System::$__associations = array System::$__backAssociation = array System::$__insertID = NULL System::$__numRows = NULL System::$__affectedRows = NULL System::$_findMethods = array $alias = "System" $fields = null $quote = true $this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$fieldParameters = array DboMysql::$tableParameters = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$methodCache = array DboMysql::$cacheMethods = true DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$virtualFieldSeparator = "__" DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = NULL DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 4219724068 $return = null $allFields = truearray_filter - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1982 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 795 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 WwwComponent::fetchData() - APP/controllers/components/www.php, line 5 AppController::beforeRender() - APP/app_controller.php, line 44
Warning (2): array_values() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1982]Code | Context$model = System System::$useTable = "system" System::$PrimaryKey = "id" System::$useDbConfig = "default" System::$displayField = NULL System::$id = 1 System::$data = array System::$table = false System::$primaryKey = "id" System::$_schema = false System::$validate = array System::$validationErrors = array System::$tablePrefix = "" System::$name = "System" System::$alias = "System" System::$tableToModel = array System::$logTransactions = false System::$cacheQueries = false System::$belongsTo = array System::$hasOne = array System::$hasMany = array System::$hasAndBelongsToMany = array System::$actsAs = NULL System::$Behaviors = BehaviorCollection object System::$whitelist = array System::$cacheSources = true System::$findQueryType = "first" System::$recursive = 1 System::$order = NULL System::$virtualFields = array System::$__associationKeys = array System::$__associations = array System::$__backAssociation = array System::$__insertID = NULL System::$__numRows = NULL System::$__affectedRows = NULL System::$_findMethods = array $alias = "System" $fields = null $quote = true $this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$fieldParameters = array DboMysql::$tableParameters = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$methodCache = array DboMysql::$cacheMethods = true DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$virtualFieldSeparator = "__" DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = NULL DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 4219724068 $return = null $allFields = truearray_values - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1982 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 795 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 WwwComponent::fetchData() - APP/controllers/components/www.php, line 5 AppController::beforeRender() - APP/app_controller.php, line 44
Warning (2): array_unique() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 2064]Code | Context$model = System System::$useTable = "system" System::$PrimaryKey = "id" System::$useDbConfig = "default" System::$displayField = NULL System::$id = 1 System::$data = array System::$table = false System::$primaryKey = "id" System::$_schema = false System::$validate = array System::$validationErrors = array System::$tablePrefix = "" System::$name = "System" System::$alias = "System" System::$tableToModel = array System::$logTransactions = false System::$cacheQueries = false System::$belongsTo = array System::$hasOne = array System::$hasMany = array System::$hasAndBelongsToMany = array System::$actsAs = NULL System::$Behaviors = BehaviorCollection object System::$whitelist = array System::$cacheSources = true System::$findQueryType = "first" System::$recursive = 1 System::$order = NULL System::$virtualFields = array System::$__associationKeys = array System::$__associations = array System::$__backAssociation = array System::$__insertID = NULL System::$__numRows = NULL System::$__affectedRows = NULL System::$_findMethods = array $alias = "System" $fields = null $quote = true $this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$fieldParameters = array DboMysql::$tableParameters = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$methodCache = array DboMysql::$cacheMethods = true DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$virtualFieldSeparator = "__" DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = NULL DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 4219724068 $return = null $allFields = true $virtual = array() $virtualFields = false $count = 0array_unique - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 2064 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 795 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 WwwComponent::fetchData() - APP/controllers/components/www.php, line 5 AppController::beforeRender() - APP/app_controller.php, line 44
Warning (2): array_unique() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1250]Code | Context$model = System System::$useTable = "system" System::$PrimaryKey = "id" System::$useDbConfig = "default" System::$displayField = NULL System::$id = 1 System::$data = array System::$table = false System::$primaryKey = "id" System::$_schema = false System::$validate = array System::$validationErrors = array System::$tablePrefix = "" System::$name = "System" System::$alias = "System" System::$tableToModel = array System::$logTransactions = false System::$cacheQueries = false System::$belongsTo = array System::$hasOne = array System::$hasMany = array System::$hasAndBelongsToMany = array System::$actsAs = NULL System::$Behaviors = BehaviorCollection object System::$whitelist = array System::$cacheSources = true System::$findQueryType = "first" System::$recursive = 1 System::$order = NULL System::$virtualFields = array System::$__associationKeys = array System::$__associations = array System::$__backAssociation = array System::$__insertID = NULL System::$__numRows = NULL System::$__affectedRows = NULL System::$_findMethods = array $linkModel = null $type = null $association = null $assocData = array( "conditions" => array(), "fields" => array(), "joins" => array(), "order" => array(), "limit" => array(), "offset" => array(), "group" => array(), "callbacks" => null ) $queryData = array( "conditions" => array( "System.id" => 1 ), "fields" => null, "joins" => array(), "limit" => 1, "offset" => array(), "order" => array( null ), "page" => 1, "group" => array(), "callbacks" => true ) $external = false $resultSet = nullarray_unique - [internal], line ?? DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1250 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 819 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 WwwComponent::fetchData() - APP/controllers/components/www.php, line 5 AppController::beforeRender() - APP/app_controller.php, line 44
Warning (2): implode() [function.implode]: Invalid arguments passed [CORE/cake/libs/model/datasources/dbo_source.php, line 1472]Code | Context$query = array( "offset" => array(), "joins" => array(), "fields" => null, "table" => "", "alias" => "System", "limit" => 1, "conditions" => array( "System.id" => 1 ), "order" => array( null ), "group" => array() ) $model = System System::$useTable = "system" System::$PrimaryKey = "id" System::$useDbConfig = "default" System::$displayField = NULL System::$id = 1 System::$data = array System::$table = false System::$primaryKey = "id" System::$_schema = false System::$validate = array System::$validationErrors = array System::$tablePrefix = "" System::$name = "System" System::$alias = "System" System::$tableToModel = array System::$logTransactions = false System::$cacheQueries = false System::$belongsTo = array System::$hasOne = array System::$hasMany = array System::$hasAndBelongsToMany = array System::$actsAs = NULL System::$Behaviors = BehaviorCollection object System::$whitelist = array System::$cacheSources = true System::$findQueryType = "first" System::$recursive = 1 System::$order = NULL System::$virtualFields = array System::$__associationKeys = array System::$__associations = array System::$__backAssociation = array System::$__insertID = NULL System::$__numRows = NULL System::$__affectedRows = NULL System::$_findMethods = arrayimplode - [internal], line ?? DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1472 DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1261 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 819 Model::find() - CORE/cake/libs/model/model.php, line 2142 Model::read() - CORE/cake/libs/model/model.php, line 1129 WwwComponent::fetchData() - APP/controllers/components/www.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 44 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 WwwComponent::fetchData() - APP/controllers/components/www.php, line 5
Notice (8): Trying to get property of non-object [CORE/cake/libs/model/datasources/dbo_source.php, line 811]Code | Context$external = isset($assocData['external']);
if ($model->useDbConfig == $linkModel->useDbConfig) {
$model = Menu Menu::$useTable = "menu" Menu::$usePrimaryKey = "id" Menu::$belongsTo = array Menu::$useDbConfig = "default" Menu::$displayField = NULL Menu::$id = false Menu::$data = array Menu::$table = false Menu::$primaryKey = "id" Menu::$_schema = false Menu::$validate = array Menu::$validationErrors = array Menu::$tablePrefix = "" Menu::$name = "Menu" Menu::$alias = "Menu" Menu::$tableToModel = array Menu::$logTransactions = false Menu::$cacheQueries = false Menu::$hasOne = array Menu::$hasMany = array Menu::$hasAndBelongsToMany = array Menu::$actsAs = NULL Menu::$Behaviors = BehaviorCollection object Menu::$whitelist = array Menu::$cacheSources = true Menu::$findQueryType = "all" Menu::$recursive = 1 Menu::$order = NULL Menu::$virtualFields = array Menu::$__associationKeys = array Menu::$__associations = array Menu::$__backAssociation = array Menu::$__insertID = NULL Menu::$__numRows = NULL Menu::$__affectedRows = NULL Menu::$_findMethods = array Menu::$Menutyp = NULL $queryData = array( "conditions" => array( "Menugroup.id" => 16, "Menugroup.Active" => 1, "Menu.Active" => 1 ), "fields" => null, "joins" => array(), "limit" => array(), "offset" => array(), "order" => array( "Lp" ), "page" => 1, "group" => array(), "callbacks" => true ) $recursive = null $null = null $array = array( "callbacks" => true ) $linkedModels = array() $_associations = array( "belongsTo", "hasOne", "hasMany", "hasAndBelongsToMany" ) $type = "belongsTo" $assoc = "Menutyp" $assocData = array( "className" => "Menutyp", "foreignKey" => "typ", "conditions" => "", "fields" => "", "order" => "", "counterCache" => "" ) $linkModel = null $external = false $this = DboMysql DboMysql::$description = "MySQL DBO Driver" DboMysql::$_baseConfig = array DboMysql::$startQuote = "`" DboMysql::$endQuote = "`" DboMysql::$_useAlias = true DboMysql::$_commands = array DboMysql::$fieldParameters = array DboMysql::$tableParameters = array DboMysql::$columns = array DboMysql::$index = array DboMysql::$alias = "AS " DboMysql::$methodCache = array DboMysql::$cacheMethods = true DboMysql::$__bypass = false DboMysql::$__sqlOps = array DboMysql::$virtualFieldSeparator = "__" DboMysql::$connected = false DboMysql::$fullDebug = false DboMysql::$error = NULL DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = NULL DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = NULL DboMysql::$connection = false DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = arrayDboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 811 Model::find() - CORE/cake/libs/model/model.php, line 2142 MenuComponent::fetchdata() - APP/controllers/components/menu.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 46 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 MenuComponent::fetchdata() - APP/controllers/components/menu.php, line 6 AppController::beforeRender() - APP/app_controller.php, line 46 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261
Warning (2): mysql_real_escape_string() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 684]Code | Context$data = "Licznik odwiedzin" $column = "string" $safe = false $parent = nullmysql_real_escape_string - [internal], line ?? DboMysql::value() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 684 DboSource::__parseKey() - CORE/cake/libs/model/datasources/dbo_source.php, line 2288 DboSource::conditionKeysToString() - CORE/cake/libs/model/datasources/dbo_source.php, line 2230 DboSource::conditions() - CORE/cake/libs/model/datasources/dbo_source.php, line 2110 DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1471 DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1261 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 819 Model::find() - CORE/cake/libs/model/model.php, line 2142 LicznikComponent::fetchData() - APP/controllers/components/licznik.php, line 1 AppController::beforeRender() - APP/app_controller.php, line 57 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774
Warning (2): Cannot modify header information - headers already sent by (output started at /home/osktor1/domains/osktor.pl/public_html/cake/libs/debugger.php:683) [CORE/cake/libs/controller/components/cookie.php, line 376]Code | Context$name = "[licznik]" $value = 1setcookie - [internal], line ?? CookieComponent::__write() - CORE/cake/libs/controller/components/cookie.php, line 376 CookieComponent::write() - CORE/cake/libs/controller/components/cookie.php, line 219 LicznikComponent::fetchData() - APP/controllers/components/licznik.php, line 1 AppController::beforeRender() - APP/app_controller.php, line 57 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 StaticComponent::fetchdata() - APP/controllers/components/static.php, line 7 AppController::beforeRender() - APP/app_controller.php, line 51 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458
Warning (2): Invalid argument supplied for foreach() [APP/views/helpers/menu.php, line 17]Code | Context}
foreach ($aPozycja as $Pozycja) {
$aPozycja = false $userAgent = "ccbot/2.0 (https://commoncrawl.org/faq/)" $sHtml = "<ul>"MenuHelper::render() - APP/views/helpers/menu.php, line 17 include - APP/views/layouts/default.ctp, line 59 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 261 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201 Model::setSource() - CORE/cake/libs/model/model.php, line 774 Model::__construct() - CORE/cake/libs/model/model.php, line 474 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 GaleriaComponent::fetchData() - APP/controllers/components/galeria.php, line 5 AppController::beforeRender() - APP/app_controller.php, line 60 Controller::render() - CORE/cake/libs/controller/controller.php, line 863 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458
Error: Database table galerie for model Galerie was not found.
Notice: If you want to customize this error message, create app/views/errors/missing_table.ctp