Warning : strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/schofferhofer-tasteacademy/web/lib/Cake/Cache/CacheEngine.php on line 60
Warning : strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/schofferhofer-tasteacademy/web/lib/Cake/Cache/CacheEngine.php on line 60
Warning (2) : date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. [CORE/Cake/Model/Model.php , line 1847 ]Code Context $data = array(
'fb_id' => 'ABC7895E-C025-4EF3-9E7D-984243F91A3D'
)
$options = array(
'validate' => true,
'fieldList' => array(),
'callbacks' => true,
'counterCache' => true,
'atomic' => true
)
$_whitelist = array()
$fields = array(
(int) 0 => 'fb_id'
)
$field = 'modified'
$keyPresentAndEmpty = false
$exists = false
$dateFields = array(
(int) 0 => 'modified',
(int) 1 => 'updated',
(int) 2 => 'created'
)
$db = object(Mysql) {
description => 'MySQL DBO Driver'
startQuote => '`'
endQuote => '`'
fieldParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
),
'unsigned' => array(
[maximum depth reached]
)
)
tableParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'engine' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
)
)
columns => array(
'primary_key' => array(
[maximum depth reached]
),
'string' => array(
[maximum depth reached]
),
'text' => array(
[maximum depth reached]
),
'biginteger' => array(
[maximum depth reached]
),
'integer' => array(
[maximum depth reached]
),
'float' => array(
[maximum depth reached]
),
'decimal' => array(
[maximum depth reached]
),
'datetime' => array(
[maximum depth reached]
),
'timestamp' => array(
[maximum depth reached]
),
'time' => array(
[maximum depth reached]
),
'date' => array(
[maximum depth reached]
),
'binary' => array(
[maximum depth reached]
),
'boolean' => array(
[maximum depth reached]
)
)
index => array(
'PRI' => 'primary',
'MUL' => 'index',
'UNI' => 'unique'
)
alias => 'AS '
cacheMethods => true
useNestedTransactions => false
fullDebug => true
affected => null
numRows => null
took => null
configKeyName => 'default'
virtualFieldSeparator => '__'
connected => true
config => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'prefix' => '*****',
'persistent' => false,
'flags' => array([maximum depth reached]),
'datasource' => 'Database/Mysql'
)
cacheSources => true
[protected] _baseConfig => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => true,
'flags' => array([maximum depth reached])
)
[protected] _connection => object(PDO) {}
[protected] _useAlias => true
[protected] _charsets => array()
[protected] _result => null
[protected] _queriesCnt => (int) 1
[protected] _queriesTime => (int) 0
[protected] _queriesLog => array(
(int) 0 => array(
[maximum depth reached]
)
)
[protected] _queriesLogMax => (int) 200
[protected] _queryCache => array()
[protected] _sqlOps => array(
(int) 0 => 'like',
(int) 1 => 'ilike',
(int) 2 => 'rlike',
(int) 3 => 'or',
(int) 4 => 'not',
(int) 5 => 'in',
(int) 6 => 'between',
(int) 7 => 'regexp',
(int) 8 => 'similar to'
)
[protected] _transactionNesting => (int) 0
[protected] _queryDefaults => array(
'conditions' => array([maximum depth reached]),
'fields' => null,
'table' => null,
'alias' => null,
'order' => null,
'limit' => null,
'joins' => array([maximum depth reached]),
'group' => null,
'offset' => null
)
[protected] _methodCacheChange => false
[protected] _descriptions => array(
'tasteacademy-live.user' => array(
[maximum depth reached]
)
)
[protected] _sources => array(
(int) 0 => 'codes',
(int) 1 => 'mousemove',
(int) 2 => 'user'
)
[protected] _transactionStarted => true
}
$now = (int) 1550507034
$updateCol = 'updated'
$default = array(
'formatter' => 'date'
)
$colType = array(
'formatter' => 'date',
'name' => 'datetime',
'format' => 'Y-m-d H:i:s'
)
$time = (int) 1550507034
$this = object(User) {
useTable => 'user'
belongsTo => array(
'Code' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
id => null
data => array(
'User' => array(
[maximum depth reached]
)
)
schemaName => 'tasteacademy-live'
table => 'user'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
name => 'User'
alias => 'User'
tableToModel => array(
'user' => 'User'
)
cacheQueries => false
hasOne => array()
hasMany => array()
hasAndBelongsToMany => array()
actsAs => null
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'email' => array(
[maximum depth reached]
),
'name' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'updated' => array(
[maximum depth reached]
),
'code_id' => array(
[maximum depth reached]
),
'fb_id' => array(
[maximum depth reached]
),
'liveinny' => array(
[maximum depth reached]
),
'wanttimessquare' => array(
[maximum depth reached]
),
'wanttrip' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => object(ModelValidator) {}
} date - [internal], line ??
call_user_func - [internal], line ??
Model::_doSave() - CORE/Cake/Model/Model.php, line 1847
Model::save() - CORE/Cake/Model/Model.php, line 1751
AppController::login() - APP/Controller/AppController.php, line 212
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Warning (2) : date() [function.date ]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. [CORE/Cake/Model/Model.php , line 1847 ]Code Context $data = array(
'fb_id' => 'ABC7895E-C025-4EF3-9E7D-984243F91A3D'
)
$options = array(
'validate' => true,
'fieldList' => array(),
'callbacks' => true,
'counterCache' => true,
'atomic' => true
)
$_whitelist = array()
$fields = array(
(int) 0 => 'fb_id'
)
$field = 'modified'
$keyPresentAndEmpty = false
$exists = false
$dateFields = array(
(int) 0 => 'modified',
(int) 1 => 'updated',
(int) 2 => 'created'
)
$db = object(Mysql) {
description => 'MySQL DBO Driver'
startQuote => '`'
endQuote => '`'
fieldParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
),
'unsigned' => array(
[maximum depth reached]
)
)
tableParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'engine' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
)
)
columns => array(
'primary_key' => array(
[maximum depth reached]
),
'string' => array(
[maximum depth reached]
),
'text' => array(
[maximum depth reached]
),
'biginteger' => array(
[maximum depth reached]
),
'integer' => array(
[maximum depth reached]
),
'float' => array(
[maximum depth reached]
),
'decimal' => array(
[maximum depth reached]
),
'datetime' => array(
[maximum depth reached]
),
'timestamp' => array(
[maximum depth reached]
),
'time' => array(
[maximum depth reached]
),
'date' => array(
[maximum depth reached]
),
'binary' => array(
[maximum depth reached]
),
'boolean' => array(
[maximum depth reached]
)
)
index => array(
'PRI' => 'primary',
'MUL' => 'index',
'UNI' => 'unique'
)
alias => 'AS '
cacheMethods => true
useNestedTransactions => false
fullDebug => true
affected => null
numRows => null
took => null
configKeyName => 'default'
virtualFieldSeparator => '__'
connected => true
config => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'prefix' => '*****',
'persistent' => false,
'flags' => array([maximum depth reached]),
'datasource' => 'Database/Mysql'
)
cacheSources => true
[protected] _baseConfig => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => true,
'flags' => array([maximum depth reached])
)
[protected] _connection => object(PDO) {}
[protected] _useAlias => true
[protected] _charsets => array()
[protected] _result => null
[protected] _queriesCnt => (int) 1
[protected] _queriesTime => (int) 0
[protected] _queriesLog => array(
(int) 0 => array(
[maximum depth reached]
)
)
[protected] _queriesLogMax => (int) 200
[protected] _queryCache => array()
[protected] _sqlOps => array(
(int) 0 => 'like',
(int) 1 => 'ilike',
(int) 2 => 'rlike',
(int) 3 => 'or',
(int) 4 => 'not',
(int) 5 => 'in',
(int) 6 => 'between',
(int) 7 => 'regexp',
(int) 8 => 'similar to'
)
[protected] _transactionNesting => (int) 0
[protected] _queryDefaults => array(
'conditions' => array([maximum depth reached]),
'fields' => null,
'table' => null,
'alias' => null,
'order' => null,
'limit' => null,
'joins' => array([maximum depth reached]),
'group' => null,
'offset' => null
)
[protected] _methodCacheChange => false
[protected] _descriptions => array(
'tasteacademy-live.user' => array(
[maximum depth reached]
)
)
[protected] _sources => array(
(int) 0 => 'codes',
(int) 1 => 'mousemove',
(int) 2 => 'user'
)
[protected] _transactionStarted => true
}
$now = (int) 1550507034
$updateCol = 'created'
$default = array(
'formatter' => 'date'
)
$colType = array(
'formatter' => 'date',
'name' => 'datetime',
'format' => 'Y-m-d H:i:s'
)
$time = (int) 1550507034
$this = object(User) {
useTable => 'user'
belongsTo => array(
'Code' => array(
[maximum depth reached]
)
)
useDbConfig => 'default'
id => null
data => array(
'User' => array(
[maximum depth reached]
)
)
schemaName => 'tasteacademy-live'
table => 'user'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
name => 'User'
alias => 'User'
tableToModel => array(
'user' => 'User'
)
cacheQueries => false
hasOne => array()
hasMany => array()
hasAndBelongsToMany => array()
actsAs => null
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'email' => array(
[maximum depth reached]
),
'name' => array(
[maximum depth reached]
),
'image' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'updated' => array(
[maximum depth reached]
),
'code_id' => array(
[maximum depth reached]
),
'fb_id' => array(
[maximum depth reached]
),
'liveinny' => array(
[maximum depth reached]
),
'wanttimessquare' => array(
[maximum depth reached]
),
'wanttrip' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => object(ModelValidator) {}
} date - [internal], line ??
call_user_func - [internal], line ??
Model::_doSave() - CORE/Cake/Model/Model.php, line 1847
Model::save() - CORE/Cake/Model/Model.php, line 1751
AppController::login() - APP/Controller/AppController.php, line 212
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
Schofferhofer Keep It Fresh
The contest has been terminated and the winners will soon be notified.
TO SHOFFERHOFER.US