Code Context ),
E_USER_WARNING
);
$key = 'default_website_cms_announcements'
$value = array(
'id' => array(
'type' => 'biginteger',
'null' => false,
'default' => null,
'length' => (int) 20,
'unsigned' => true,
'key' => 'primary'
),
'title__en' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'title__sr' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'title__ci' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'text__en' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'text__sr' => array(
'type' => 'text',
'null' => false,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'text__ci' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'from' => array(
'type' => 'date',
'null' => false,
'default' => null,
'length' => null
),
'to' => array(
'type' => 'date',
'null' => true,
'default' => null,
'length' => null
),
'is_translated__en' => array(
'type' => 'boolean',
'null' => false,
'default' => '1',
'length' => (int) 1
),
'is_translated__sr' => array(
'type' => 'boolean',
'null' => false,
'default' => '1',
'length' => (int) 1
),
'is_translated__ci' => array(
'type' => 'boolean',
'null' => true,
'default' => '1',
'length' => (int) 1
),
'slug__en' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'slug__sr' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'slug__ci' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'meta_description__en' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'comment' => 'plain',
'charset' => 'utf8'
),
'meta_description__sr' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'comment' => 'plain',
'charset' => 'utf8'
),
'meta_description__ci' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'meta_keyword__en' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'comment' => 'plain',
'charset' => 'utf8'
),
'meta_keyword__sr' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'comment' => 'plain',
'charset' => 'utf8'
),
'meta_keyword__ci' => array(
'type' => 'text',
'null' => true,
'default' => null,
'length' => null,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'meta_title__en' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'meta_title__sr' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'meta_title__ci' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 500,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'meta' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 50,
'collate' => 'utf8_unicode_ci',
'charset' => 'utf8'
),
'is_active' => array(
'type' => 'boolean',
'null' => true,
'default' => '1',
'length' => (int) 1
),
'is_deleted' => array(
'type' => 'boolean',
'null' => false,
'default' => '0',
'length' => (int) 1
),
'modified_by' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 10,
'unsigned' => true
),
'modified' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
),
'created_by' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 10,
'unsigned' => true
),
'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
Page::readModuleAsPage() - ROOT/VectorCMS/Model/Page.php, line 605
Page::fetch() - ROOT/VectorCMS/Model/Page.php, line 507
AppController::setupPolyglot() - ROOT/VectorCMS/Controller/AppController.php, line 375
AppController::beforeFilter() - ROOT/VectorCMS/Controller/AppController.php, line 36
FrontController::beforeFilter() - ROOT/VectorCMS/Controller/FrontController.php, line 24
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187