Warning (512): SQL Error: 1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space... [CORE/cake/libs/model/datasources/dbo_source.php, line 685]Code | Contextif ($this->error) {$this->showQuery($sql);$sql = "SHOW FULL COLUMNS FROM `registrations`" $error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 685 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 267 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 288 DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 125 Model::schema() - CORE/cake/libs/model/model.php, line 938 Model::setSource() - CORE/cake/libs/model/model.php, line 789 Model::__construct() - CORE/cake/libs/model/model.php, line 483 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
Query: SHOW FULL COLUMNS FROM `registrations`
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127]Code | Context$db->cacheSources = ($this->cacheSources && $db->cacheSources);if ($db->isInterfaceSupported('describe') && $this->useTable !== false) {$this->_schema = $db->describe($this, $field);$model = Registration Registration::$name = "Registration" Registration::$displayField = "lname" Registration::$validate = array Registration::$hasMany = array Registration::$belongsTo = array Registration::$useDbConfig = "default" Registration::$useTable = "registrations" Registration::$id = NULL Registration::$data = array Registration::$table = "registrations" Registration::$primaryKey = "id" Registration::$_schema = NULL Registration::$validationErrors = array Registration::$tablePrefix = "" Registration::$alias = "Registration" Registration::$tableToModel = array Registration::$logTransactions = false Registration::$cacheQueries = false Registration::$hasOne = array Registration::$hasAndBelongsToMany = array Registration::$actsAs = NULL Registration::$Behaviors = BehaviorCollection object Registration::$whitelist = array Registration::$cacheSources = true Registration::$findQueryType = NULL Registration::$recursive = 1 Registration::$order = NULL Registration::$virtualFields = array Registration::$__associationKeys = array Registration::$__associations = array Registration::$__backAssociation = array Registration::$__insertID = NULL Registration::$__numRows = NULL Registration::$__affectedRows = NULL Registration::$__safeUpdateMode = false Registration::$_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 938 Model::setSource() - CORE/cake/libs/model/model.php, line 789 Model::__construct() - CORE/cake/libs/model/model.php, line 483 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
Query: SHOW FULL COLUMNS FROM `categories`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `users`
Query: SHOW FULL COLUMNS FROM `entries`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (2): array_keys() expects parameter 1 to be array, boolean given [CORE/cake/libs/model/datasources/dbo_source.php, line 1968]Code | Context$model->useDbConfig,$model->table,array_keys($model->schema()),$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = array $alias = "Pref" $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 = true DboMysql::$fullDebug = false DboMysql::$error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource 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 1968 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 796 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (2): array_keys() expects parameter 1 to be array, boolean given [CORE/cake/libs/model/datasources/dbo_source.php, line 1981]Code | Context$allFields = empty($fields);if ($allFields) {$fields = array_keys($model->schema());$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = array $alias = "Pref" $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 = true DboMysql::$fullDebug = false DboMysql::$error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 3821931572 $return = null $allFields = truearray_keys - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1981 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 796 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): array_filter() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1985]Code | Context$fields = String::tokenize($fields);}$fields = array_values(array_filter($fields));$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = array $alias = "Pref" $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 = true DboMysql::$fullDebug = false DboMysql::$error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 3821931572 $return = null $allFields = truearray_filter - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1985 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 796 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): array_values() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1985]Code | Context$fields = String::tokenize($fields);}$fields = array_values(array_filter($fields));$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = array $alias = "Pref" $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 = true DboMysql::$fullDebug = false DboMysql::$error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 3821931572 $return = null $allFields = truearray_values - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1985 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 796 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): array_diff() [function.array-diff]: Argument #1 is not an array [CORE/cake/libs/model/datasources/dbo_source.php, line 2000]Code | Context$virtual[$i] = str_replace($model->alias . '.', '', $field);}$fields = array_diff($fields, array($field));$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = array $alias = "Pref" $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 = true DboMysql::$fullDebug = false DboMysql::$error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 3821931572 $return = null $allFields = true $virtual = array( "label", "Pref.label" ) $virtualFields = array( "label" => "LOWER(REPLACE(name, "_"," "))" ) $virtualKeys = array( "label", "Pref.label" ) $field = "label" $i = 0array_diff - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 2000 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 796 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): array_values() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 2002]Code | Context$fields = array_diff($fields, array($field));}$fields = array_values($fields);$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = array $alias = "Pref" $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 = true DboMysql::$fullDebug = false DboMysql::$error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 3821931572 $return = null $allFields = true $virtual = array( "label", "label" ) $virtualFields = array( "label" => "LOWER(REPLACE(name, "_"," "))" ) $virtualKeys = array( "label", "Pref.label" ) $field = "Pref.label" $i = 1array_values - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 2002 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 796 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): array_merge() [function.array-merge]: Argument #1 is not an array [CORE/cake/libs/model/datasources/dbo_source.php, line 2065]Code | Context}if (!empty($virtual)) {$fields = array_merge($fields, $this->_constructVirtualFields($model, $alias, $virtual));$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = array $alias = "Pref" $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 = true DboMysql::$fullDebug = false DboMysql::$error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 3821931572 $return = null $allFields = true $virtual = array( "label", "label" ) $virtualFields = array( "label" => "LOWER(REPLACE(name, "_"," "))" ) $virtualKeys = array( "label", "Pref.label" ) $field = "Pref.label" $i = 1 $count = 0array_merge - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 2065 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 796 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): array_unique() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 2067]Code | Context$fields = array_merge($fields, $this->_constructVirtualFields($model, $alias, $virtual));}return $this->cacheMethod(__FUNCTION__, $cacheKey, array_unique($fields));$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = array $alias = "Pref" $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 = true DboMysql::$fullDebug = false DboMysql::$error = "1021: Disk full (/var/tmp/#sql_3109_3); waiting for someone to free some space..." DboMysql::$affected = NULL DboMysql::$numRows = NULL DboMysql::$took = 0 DboMysql::$_result = false DboMysql::$_queriesCnt = 0 DboMysql::$_queriesTime = NULL DboMysql::$_queriesLog = array DboMysql::$_queriesLogMax = 200 DboMysql::$_queryCache = array DboMysql::$__descriptions = array DboMysql::$_sources = array DboMysql::$connection = resource DboMysql::$config = array DboMysql::$configKeyName = "default" DboMysql::$_transactionStarted = false DboMysql::$cacheSources = true DboMysql::$__booleans = array $cacheKey = 3821931572 $return = null $allFields = true $virtual = array( "label", "label" ) $virtualFields = array( "label" => "LOWER(REPLACE(name, "_"," "))" ) $virtualKeys = array( "label", "Pref.label" ) $field = "Pref.label" $i = 1 $count = 0array_unique - [internal], line ?? DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 2067 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 796 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (2): array_unique() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1253]Code | Contextreturn $this->buildStatement(array('fields' => array_unique($queryData['fields']),$model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_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( "name LIKE" => "STRIPE_TEST_MODE" ), "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 1253 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 820 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (2): implode() [function.implode]: Invalid arguments passed [CORE/cake/libs/model/datasources/dbo_source.php, line 1475]Code | Contextreturn $this->renderStatement('select', array('conditions' => $this->conditions($query['conditions'], true, true, $model),'fields' => implode(', ', $query['fields']),$query = array( "offset" => array(), "joins" => array(), "fields" => null, "table" => "`prefs`", "alias" => "Pref", "limit" => 1, "conditions" => array( "name LIKE" => "STRIPE_TEST_MODE" ), "order" => array( null ), "group" => array() ) $model = Pref Pref::$name = "Pref" Pref::$displayField = "name" Pref::$virtualFields = array Pref::$useDbConfig = "default" Pref::$useTable = "prefs" Pref::$id = false Pref::$data = array Pref::$table = "prefs" Pref::$primaryKey = "id" Pref::$_schema = false Pref::$validate = array Pref::$validationErrors = array Pref::$tablePrefix = "" Pref::$alias = "Pref" Pref::$tableToModel = array Pref::$logTransactions = false Pref::$cacheQueries = false Pref::$belongsTo = array Pref::$hasOne = array Pref::$hasMany = array Pref::$hasAndBelongsToMany = array Pref::$actsAs = NULL Pref::$Behaviors = BehaviorCollection object Pref::$whitelist = array Pref::$cacheSources = true Pref::$findQueryType = "first" Pref::$recursive = 1 Pref::$order = NULL Pref::$__associationKeys = array Pref::$__associations = array Pref::$__backAssociation = array Pref::$__insertID = NULL Pref::$__numRows = NULL Pref::$__affectedRows = NULL Pref::$__safeUpdateMode = false Pref::$_findMethods = arrayimplode - [internal], line ?? DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1475 DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1264 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 820 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'STRIPE_TEST_MODE' LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 685]Code | Contextif ($this->error) {$this->showQuery($sql);$sql = "SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'STRIPE_TEST_MODE' LIMIT 1" $error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'STRIPE_TEST_MODE' LIMIT 1' at line 1" $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 685 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 267 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 StripeComponent::initialize() - APP/controllers/components/stripe.php, line 42 Component::initialize() - CORE/cake/libs/controller/component.php, line 98 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'STRIPE_TEST_MODE' LIMIT 1
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'MAINTENANCE' LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 685]Code | Contextif ($this->error) {$this->showQuery($sql);$sql = "SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'MAINTENANCE' LIMIT 1" $error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'MAINTENANCE' LIMIT 1' at line 1" $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 685 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 267 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 AppController::beforeFilter() - APP/app_controller.php, line 206 RegistrationsController::beforeFilter() - APP/controllers/registrations_controller.php, line 40 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'MAINTENANCE' LIMIT 1
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'MAINTENANCE' LIMIT 1
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'STRIPE_TEST_MODE' LIMIT 1
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'MARKETING_CUSTOMER_LIST' LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 685]Code | Contextif ($this->error) {$this->showQuery($sql);$sql = "SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'MARKETING_CUSTOMER_LIST' LIMIT 1" $error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'MARKETING_CUSTOMER_LIST' LIMIT 1' at line 1" $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 685 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 267 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 AppController::beforeFilter() - APP/app_controller.php, line 234 RegistrationsController::beforeFilter() - APP/controllers/registrations_controller.php, line 40 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'MARKETING_CUSTOMER_LIST' LIMIT 1
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'MARKETING_TESTIMONIALS' LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 685]Code | Contextif ($this->error) {$this->showQuery($sql);$sql = "SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'MARKETING_TESTIMONIALS' LIMIT 1" $error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'MARKETING_TESTIMONIALS' LIMIT 1' at line 1" $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 685 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 267 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 AppController::beforeFilter() - APP/app_controller.php, line 235 RegistrationsController::beforeFilter() - APP/controllers/registrations_controller.php, line 40 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'MARKETING_TESTIMONIALS' LIMIT 1
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'SUPPORT_PHONE' LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 685]Code | Contextif ($this->error) {$this->showQuery($sql);$sql = "SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'SUPPORT_PHONE' LIMIT 1" $error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'SUPPORT_PHONE' LIMIT 1' at line 1" $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 685 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 267 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 AppController::beforeFilter() - APP/app_controller.php, line 237 RegistrationsController::beforeFilter() - APP/controllers/registrations_controller.php, line 40 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'SUPPORT_PHONE' LIMIT 1
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Query: SHOW FULL COLUMNS FROM `prefs`
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'SALES_PHONE' LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 685]Code | Contextif ($this->error) {$this->showQuery($sql);$sql = "SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'SALES_PHONE' LIMIT 1" $error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `prefs` AS `Pref` WHERE `name` LIKE 'SALES_PHONE' LIMIT 1' at line 1" $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 685 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 267 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822 Model::find() - CORE/cake/libs/model/model.php, line 2153 Pref::get() - APP/models/pref.php, line 15 AppController::beforeFilter() - APP/app_controller.php, line 238 RegistrationsController::beforeFilter() - APP/controllers/registrations_controller.php, line 40 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SELECT FROM `prefs` AS `Pref` WHERE `name` LIKE 'SALES_PHONE' LIMIT 1
Warning (2): Cannot modify header information - headers already sent by (output started at /home/ojs/web/ojs.biz/public_html_5/cake/libs/debugger.php:686) [CORE/cake/libs/controller/components/request_handler.php, line 763]Code | Context*/function _header($header) {header($header);$header = "Content-type: text/html; charset=UTF-8"header - [internal], line ?? RequestHandlerComponent::_header() - CORE/cake/libs/controller/components/request_handler.php, line 763 RequestHandlerComponent::respondAs() - CORE/cake/libs/controller/components/request_handler.php, line 747 RequestHandlerComponent::startup() - CORE/cake/libs/controller/components/request_handler.php, line 248 Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `registrations`
Query: SHOW FULL COLUMNS FROM `registrations`
Query: SHOW FULL COLUMNS FROM `registrations`
Warning (2): array_merge() [function.array-merge]: Argument #1 is not an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1328]Code | Context$assocData['fields'] = $this->fields($linkModel, $alias, $assocData['fields']);if (!empty($assocData['foreignKey'])) {$assocData['fields'] = array_merge($assocData['fields'], $this->fields($linkModel, $alias, array("{$alias}.{$assocData['foreignKey']}")));$model = Event Event::$name = "Event" Event::$displayField = "name" Event::$validate = array Event::$virtualFields = array Event::$hasMany = array Event::$useDbConfig = "default" Event::$useTable = "events" Event::$id = false Event::$data = array Event::$table = "events" Event::$primaryKey = "id" Event::$_schema = false Event::$validationErrors = array Event::$tablePrefix = "" Event::$alias = "Event" Event::$tableToModel = array Event::$logTransactions = false Event::$cacheQueries = false Event::$belongsTo = array Event::$hasOne = array Event::$hasAndBelongsToMany = array Event::$actsAs = NULL Event::$Behaviors = BehaviorCollection object Event::$whitelist = array Event::$cacheSources = true Event::$findQueryType = "first" Event::$recursive = 1 Event::$order = NULL Event::$__associationKeys = array Event::$__associations = array Event::$__backAssociation = array Event::$__insertID = NULL Event::$__numRows = NULL Event::$__affectedRows = NULL Event::$__safeUpdateMode = false Event::$_findMethods = array Event::$Registration = Registration object Event::$Category = Category object Event::$User = User object $linkModel = Registration Registration::$name = "Registration" Registration::$displayField = "lname" Registration::$validate = array Registration::$hasMany = array Registration::$belongsTo = array Registration::$useDbConfig = "default" Registration::$useTable = "registrations" Registration::$id = NULL Registration::$data = array Registration::$table = "registrations" Registration::$primaryKey = "id" Registration::$_schema = false Registration::$validationErrors = array Registration::$tablePrefix = "" Registration::$alias = "Registration" Registration::$tableToModel = array Registration::$logTransactions = false Registration::$cacheQueries = false Registration::$hasOne = array Registration::$hasAndBelongsToMany = array Registration::$actsAs = NULL Registration::$Behaviors = BehaviorCollection object Registration::$whitelist = array Registration::$cacheSources = true Registration::$findQueryType = NULL Registration::$recursive = 1 Registration::$order = NULL Registration::$virtualFields = array Registration::$__associationKeys = array Registration::$__associations = array Registration::$__backAssociation = array Registration::$__insertID = NULL Registration::$__numRows = NULL Registration::$__affectedRows = NULL Registration::$__safeUpdateMode = false Registration::$_findMethods = array Registration::$Category = Category object Registration::$Event = Event object Registration::$Entry = Entry object $type = "hasMany" $association = "Registration" $assocData = array( "className" => "Registration", "foreignKey" => "event_id", "dependent" => false, "conditions" => array(), "fields" => null, "order" => array( "lname", "fname" ), "limit" => null, "offset" => array(), "exclusive" => "", "finderQuery" => "", "counterQuery" => "", "joins" => array(), "group" => array(), "callbacks" => null ) $queryData = array( "conditions" => array( "short_name LIKE" => "sitemap.xml" ), "fields" => null, "joins" => array(), "limit" => 1, "offset" => array(), "order" => array( null ), "page" => 1, "group" => array(), "callbacks" => true ) $external = false $resultSet = null $alias = "Registration" $self = false $fields = array()array_merge - [internal], line ?? DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1328 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 813 Model::find() - CORE/cake/libs/model/model.php, line 2153 RegistrationsController::add() - APP/controllers/registrations_controller.php, line 111 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Warning (2): array_unique() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1332]Code | Context$query = array('conditions' => $this->__mergeConditions($this->getConstraint('hasMany', $model, $linkModel, $alias, $assocData), $assocData['conditions']),'fields' => array_unique($assocData['fields']),$model = Event Event::$name = "Event" Event::$displayField = "name" Event::$validate = array Event::$virtualFields = array Event::$hasMany = array Event::$useDbConfig = "default" Event::$useTable = "events" Event::$id = false Event::$data = array Event::$table = "events" Event::$primaryKey = "id" Event::$_schema = false Event::$validationErrors = array Event::$tablePrefix = "" Event::$alias = "Event" Event::$tableToModel = array Event::$logTransactions = false Event::$cacheQueries = false Event::$belongsTo = array Event::$hasOne = array Event::$hasAndBelongsToMany = array Event::$actsAs = NULL Event::$Behaviors = BehaviorCollection object Event::$whitelist = array Event::$cacheSources = true Event::$findQueryType = "first" Event::$recursive = 1 Event::$order = NULL Event::$__associationKeys = array Event::$__associations = array Event::$__backAssociation = array Event::$__insertID = NULL Event::$__numRows = NULL Event::$__affectedRows = NULL Event::$__safeUpdateMode = false Event::$_findMethods = array Event::$Registration = Registration object Event::$Category = Category object Event::$User = User object $linkModel = Registration Registration::$name = "Registration" Registration::$displayField = "lname" Registration::$validate = array Registration::$hasMany = array Registration::$belongsTo = array Registration::$useDbConfig = "default" Registration::$useTable = "registrations" Registration::$id = NULL Registration::$data = array Registration::$table = "registrations" Registration::$primaryKey = "id" Registration::$_schema = false Registration::$validationErrors = array Registration::$tablePrefix = "" Registration::$alias = "Registration" Registration::$tableToModel = array Registration::$logTransactions = false Registration::$cacheQueries = false Registration::$hasOne = array Registration::$hasAndBelongsToMany = array Registration::$actsAs = NULL Registration::$Behaviors = BehaviorCollection object Registration::$whitelist = array Registration::$cacheSources = true Registration::$findQueryType = NULL Registration::$recursive = 1 Registration::$order = NULL Registration::$virtualFields = array Registration::$__associationKeys = array Registration::$__associations = array Registration::$__backAssociation = array Registration::$__insertID = NULL Registration::$__numRows = NULL Registration::$__affectedRows = NULL Registration::$__safeUpdateMode = false Registration::$_findMethods = array Registration::$Category = Category object Registration::$Event = Event object Registration::$Entry = Entry object $type = "hasMany" $association = "Registration" $assocData = array( "className" => "Registration", "foreignKey" => "event_id", "dependent" => false, "conditions" => array(), "fields" => null, "order" => array( "lname", "fname" ), "limit" => null, "offset" => array(), "exclusive" => "", "finderQuery" => "", "counterQuery" => "", "joins" => array(), "group" => array(), "callbacks" => null ) $queryData = array( "conditions" => array( "short_name LIKE" => "sitemap.xml" ), "fields" => null, "joins" => array(), "limit" => 1, "offset" => array(), "order" => array( null ), "page" => 1, "group" => array(), "callbacks" => true ) $external = false $resultSet = null $alias = "Registration" $self = false $fields = array()array_unique - [internal], line ?? DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1332 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 813 Model::find() - CORE/cake/libs/model/model.php, line 2153 RegistrationsController::add() - APP/controllers/registrations_controller.php, line 111 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `registrations`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `categories`
Query: SHOW FULL COLUMNS FROM `categories`
Query: SHOW FULL COLUMNS FROM `categories`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `categories`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `users`
Query: SHOW FULL COLUMNS FROM `users`
Query: SHOW FULL COLUMNS FROM `users`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `users`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Query: SHOW FULL COLUMNS FROM `events`
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `events` AS `Event` WHERE `short_name` LIKE 'sitemap.xml' LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 685]Code | Contextif ($this->error) {$this->showQuery($sql);$sql = "SELECT FROM `events` AS `Event` WHERE `short_name` LIKE 'sitemap.xml' LIMIT 1" $error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `events` AS `Event` WHERE `short_name` LIKE 'sitemap.xml' LIMIT 1' at line 1" $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 685 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 267 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822 Model::find() - CORE/cake/libs/model/model.php, line 2153 RegistrationsController::add() - APP/controllers/registrations_controller.php, line 111 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Query: SELECT FROM `events` AS `Event` WHERE `short_name` LIKE 'sitemap.xml' LIMIT 1
Warning (2): Invalid argument supplied for foreach() [APP/models/event.php, line 253]Code | Context$results = $return;}return $this->afterFind($results, $primary);$results = falseEvent::afterFind() - APP/models/event.php, line 253 Model::__filterResults() - CORE/cake/libs/model/model.php, line 2403 Model::find() - CORE/cake/libs/model/model.php, line 2157 RegistrationsController::add() - APP/controllers/registrations_controller.php, line 111 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 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/ojs/web/ojs.biz/public_html_5/cake/libs/debugger.php:686) [CORE/cake/libs/controller/controller.php, line 742]Code | Context*/function header($status) {header($status);$status = "Location: https://ojs.biz/"header - [internal], line ?? Controller::header() - CORE/cake/libs/controller/controller.php, line 742 Controller::redirect() - CORE/cake/libs/controller/controller.php, line 721 RegistrationsController::add() - APP/controllers/registrations_controller.php, line 112 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83