Warning (512): _cake_model_ cache was unable to write 'default_website_categories' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]Code Context ),
E_USER_WARNING
);
$key = 'default_website_categories'
$value = null
$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
DataSource::describe() - CORE/Cake/Model/Datasource/DataSource.php, line 135
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 332
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
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::order() - CORE/Cake/Model/Datasource/DboSource.php, line 2977
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 1923
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 2904
Warning (512): _cake_core_ cache was unable to write 'cake_dev_en' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]Code Context ),
E_USER_WARNING
);
$key = 'cake_dev_en'
$value = array(
'LC_MESSAGES' => array()
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'Apc',
'path' => '/var/www/html/app/tmp/cache/persistent/',
'serialize' => false,
'duration' => (int) 10,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 323
I18n::translate() - CORE/Cake/I18n/I18n.php, line 241
__d - CORE/Cake/basics.php, line 615
Cache::write() - CORE/Cake/Cache/Cache.php, line 321
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
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::order() - CORE/Cake/Model/Datasource/DboSource.php, line 2977
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 1923
DboSource::buildAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1633
Warning (512): _cake_model_ cache was unable to write 'default_website_categories' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]Code Context ),
E_USER_WARNING
);
$key = 'default_website_categories'
$value = array(
'id' => array(
'type' => 'biginteger',
'null' => false,
'default' => null,
'length' => (int) 20,
'unsigned' => true,
'key' => 'primary'
),
'model' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 32,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'parent_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'title__sr' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 512,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'title__en' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 512,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'title__ci' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 512,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'desc__sr' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'desc__en' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'desc__ci' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'counter' => array(
'type' => 'integer',
'null' => false,
'default' => '0',
'length' => (int) 11,
'unsigned' => false
),
'is_translated__sr' => array(
'type' => 'boolean',
'null' => true,
'default' => '1',
'length' => (int) 1
),
'is_translated__en' => array(
'type' => 'boolean',
'null' => true,
'default' => '1',
'length' => (int) 1
),
'is_translated__ci' => array(
'type' => 'boolean',
'null' => true,
'default' => '1',
'length' => (int) 1
),
'slug__sr' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 512,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'slug__en' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 512,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'slug__ci' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 512,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'lft' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'rght' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'modified_by' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'modified' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
),
'created_by' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => false
),
'created' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
)
)
$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
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::order() - CORE/Cake/Model/Datasource/DboSource.php, line 2977
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 1923
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 2904
Model::find() - CORE/Cake/Model/Model.php, line 2876