Code Context ),
E_USER_WARNING
);
$key = 'default_idpcnet6_newdb_app_themes'
$value = array(
'id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'primary'
),
'slug' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 64,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'name' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 255,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'image_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'short_description' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'description' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'share_text' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 140,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'created' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
),
'modified' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null
),
'post_count' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'follow_count' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
't_language' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 16,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
't_parent_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false,
'key' => 'index'
),
'ordering' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/var/sites/i/idpc.net/public_html/app/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 323
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 310
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 369
Model::schema() - CORE/Cake/Model/Model.php, line 1360
Model::getColumnType() - CORE/Cake/Model/Model.php, line 1402
DboSource::_parseKey() - CORE/Cake/Model/Datasource/DboSource.php, line 2771
DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2723
DboSource::conditions() - CORE/Cake/Model/Datasource/DboSource.php, line 2602
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 1902
DboSource::buildAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1633
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1104
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 2905
Model::find() - CORE/Cake/Model/Model.php, line 2877
AppController::themes() - APP/Controller/AppController.php, line 82
AppController::beforeRender() - APP/Controller/AppController.php, line 60
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244