Code Context ),
E_USER_WARNING
);
$key = 'default_website_uploads'
$value = array(
'id' => array(
'type' => 'biginteger',
'null' => false,
'default' => null,
'length' => (int) 20,
'unsigned' => true,
'key' => 'primary'
),
'locale' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 8,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'association' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 32,
'key' => 'index',
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'model' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 32,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'foreign_key' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => true
),
'filename' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 256,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'path' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 64,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'filesize' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => true
),
'mimetype' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 64,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'title' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 100,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'meta' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'ordering' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => true
),
'is_deleted' => array(
'type' => 'boolean',
'null' => false,
'default' => '0',
'length' => (int) 1
),
'modified' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
),
'modified_by' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 10,
'unsigned' => true
),
'created' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
),
'created_by' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 10,
'unsigned' => true
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'Apc',
'path' => '/var/www/html/app/tmp/cache/models/',
'serialize' => false,
'duration' => (int) 10,
'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
AppModel::schema() - ROOT/VectorCMS/Model/AppModel.php, line 513
AppModel::__construct() - ROOT/VectorCMS/Model/AppModel.php, line 198
Upload::__construct() - ROOT/VectorCMS/Model/Upload.php, line 24
ReflectionClass::newInstance() - [internal], line ??
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 174
Model::_constructLinkedModel() - CORE/Cake/Model/Model.php, line 1050
Model::__isset() - CORE/Cake/Model/Model.php, line 859
Model::__get() - CORE/Cake/Model/Model.php, line 892
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1081
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 2904
Model::find() - CORE/Cake/Model/Model.php, line 2876
AppModel::find() - ROOT/VectorCMS/Model/AppModel.php, line 1313
Page::readModuleAsPage() - ROOT/VectorCMS/Model/Page.php, line 629