Code Context ),
E_USER_WARNING
);
$key = 'default_website_languages'
$value = array(
'id' => array(
'type' => 'biginteger',
'null' => false,
'default' => null,
'length' => (int) 20,
'unsigned' => true,
'key' => 'primary'
),
'title' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 20,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'locale' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 10,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'format' => array(
'type' => 'string',
'null' => false,
'default' => null,
'length' => (int) 64,
'collate' => 'utf8_general_ci',
'charset' => 'utf8'
),
'ordering' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => true
),
'is_default' => array(
'type' => 'boolean',
'null' => false,
'default' => null,
'length' => (int) 1
),
'is_active' => array(
'type' => 'boolean',
'null' => false,
'default' => null,
'length' => (int) 1
),
'modified_by' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'unsigned' => true
),
'modified' => array(
'type' => 'datetime',
'null' => false,
'default' => null,
'length' => null
),
'created_by' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => (int) 11,
'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
require_once - ROOT/VectorCMS/Config/routes.php, line 90
include - APP/Config/routes.php, line 31
Router::_loadRoutes() - CORE/Cake/Routing/Router.php, line 1304
Router::parse() - CORE/Cake/Routing/Router.php, line 599
Dispatcher::parseParams() - CORE/Cake/Routing/Dispatcher.php, line 217
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 145
[main] - ROOT/VectorCMS/webroot/index.php, line 142