Warning (512): _cake_core_ cache was unable to write 'cake_dev_eng' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]Code Context ),
E_USER_WARNING
);
$key = 'cake_dev_eng'
$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
Inflector::_cache() - CORE/Cake/Utility/Inflector.php, line 269
Inflector::underscore() - CORE/Cake/Utility/Inflector.php, line 481
ClassRegistry::isKeySet() - CORE/Cake/Utility/ClassRegistry.php, line 248
ClassRegistry::_duplicate() - CORE/Cake/Utility/ClassRegistry.php, line 318
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 136
I18n::_bindTextDomain() - CORE/Cake/I18n/I18n.php, line 442
I18n::translate() - CORE/Cake/I18n/I18n.php, line 239
__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
Warning (512): default cache was unable to write 'inflector' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]Code Context ),
E_USER_WARNING
);
$key = 'inflector'
$value = array(
'_humanize' => array(
'_DebugKit' => 'DebugKit',
'_Seo' => 'Seo',
'_Log' => 'Log',
'_LogDetails' => 'LogDetails'
),
'_camelize' => array(
'_DebugKit' => 'DebugKit',
'_Seo' => 'Seo',
'_Log' => 'Log',
'_LogDetails' => 'LogDetails'
),
'_underscore' => array(
'_DebugKit' => 'debug_kit',
'_Seo' => 'seo',
'_Language' => 'language',
'_DefaultBehavior' => 'default_behavior',
'_LoggedBehavior' => 'logged_behavior',
'_ContainableBehavior' => 'containable_behavior',
'_Dictionary' => 'dictionary'
),
'pluralize' => array(
'language' => 'languages'
),
'_tableize' => array(
'_Language' => 'languages'
)
)
$config = 'default'
$settings = array(
'prefix' => '*****',
'engine' => 'Apc',
'duration' => (int) 3600,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 323
Inflector::_cache() - CORE/Cake/Utility/Inflector.php, line 269
Inflector::underscore() - CORE/Cake/Utility/Inflector.php, line 481
ClassRegistry::isKeySet() - CORE/Cake/Utility/ClassRegistry.php, line 248
ClassRegistry::_duplicate() - CORE/Cake/Utility/ClassRegistry.php, line 318
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 136
I18n::_bindTextDomain() - CORE/Cake/I18n/I18n.php, line 442
I18n::translate() - CORE/Cake/I18n/I18n.php, line 239
__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
require_once - ROOT/VectorCMS/Config/routes.php, line 90
include - APP/Config/routes.php, line 31
Warning (512): _cake_model_ cache was unable to write 'default_website_languages' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]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
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/lib/Cake/Utility/Debugger.php:802) [ROOT/VectorCMS/Controller/AppController.php, line 424]Code Context$languages = array(
'ci' => array(
'Language' => array(
'id' => '3',
'title' => 'Cirilica',
'locale' => 'ci',
'format' => 'cir_rs',
'ordering' => '1',
'is_default' => true,
'is_active' => true,
'modified_by' => '4',
'modified' => '2014-05-16 02:36:11',
'created_by' => '1',
'created' => '2013-06-28 18:21:28'
),
'Icon' => array(
'id' => '372',
'locale' => null,
'association' => 'Icon',
'model' => 'Language',
'foreign_key' => '3',
'filename' => 'Serbia.png',
'path' => 'upload/Language/Icon/2014-05/',
'filesize' => '3060',
'mimetype' => 'image/png',
'title' => 'Serbia',
'meta' => array([maximum depth reached]),
'ordering' => null,
'is_deleted' => false,
'modified' => '2014-05-16 02:36:11',
'modified_by' => '4',
'created' => '2014-05-16 02:36:11',
'created_by' => '4',
'file' => '/upload/Language/Icon/2014-05/Serbia.png'
)
),
'en' => array(
'Language' => array(
'id' => '2',
'title' => 'English',
'locale' => 'en',
'format' => 'en_US',
'ordering' => '2',
'is_default' => false,
'is_active' => true,
'modified_by' => '4',
'modified' => '2014-05-16 02:36:21',
'created_by' => '1',
'created' => '2013-06-28 18:18:03'
),
'Icon' => array(
'id' => '373',
'locale' => null,
'association' => 'Icon',
'model' => 'Language',
'foreign_key' => '2',
'filename' => 'United_Kingdom.png',
'path' => 'upload/Language/Icon/2014-05/',
'filesize' => '3472',
'mimetype' => 'image/png',
'title' => 'United Kingdom',
'meta' => array([maximum depth reached]),
'ordering' => null,
'is_deleted' => false,
'modified' => '2014-05-16 02:36:21',
'modified_by' => '4',
'created' => '2014-05-16 02:36:21',
'created_by' => '4',
'file' => '/upload/Language/Icon/2014-05/United_Kingdom.png'
)
),
'sr' => array(
'Language' => array(
'id' => '1',
'title' => 'Latinica',
'locale' => 'sr',
'format' => 'sr_RS.UTF-8@latin',
'ordering' => '3',
'is_default' => false,
'is_active' => true,
'modified_by' => '4',
'modified' => '2014-05-16 02:36:30',
'created_by' => '1',
'created' => '2013-06-28 18:03:19'
),
'Icon' => array(
'id' => '374',
'locale' => null,
'association' => 'Icon',
'model' => 'Language',
'foreign_key' => '1',
'filename' => 'Serbia~0.png',
'path' => 'upload/Language/Icon/2014-05/',
'filesize' => '3060',
'mimetype' => 'image/png',
'title' => 'Serbia',
'meta' => array([maximum depth reached]),
'ordering' => null,
'is_deleted' => false,
'modified' => '2014-05-16 02:36:30',
'modified_by' => '4',
'created' => '2014-05-16 02:36:30',
'created_by' => '4',
'file' => '/upload/Language/Icon/2014-05/Serbia~0.png'
)
)
)
$locales = 'ci|en|sr'
$match = array()
$locale = 'ci'
$language = array(
'Language' => array(
'id' => '3',
'title' => 'Cirilica',
'locale' => 'ci',
'format' => 'cir_rs',
'ordering' => '1',
'is_default' => true,
'is_active' => true,
'modified_by' => '4',
'modified' => '2014-05-16 02:36:11',
'created_by' => '1',
'created' => '2013-06-28 18:21:28'
),
'Icon' => array(
'id' => '372',
'locale' => null,
'association' => 'Icon',
'model' => 'Language',
'foreign_key' => '3',
'filename' => 'Serbia.png',
'path' => 'upload/Language/Icon/2014-05/',
'filesize' => '3060',
'mimetype' => 'image/png',
'title' => 'Serbia',
'meta' => array(),
'ordering' => null,
'is_deleted' => false,
'modified' => '2014-05-16 02:36:11',
'modified_by' => '4',
'created' => '2014-05-16 02:36:11',
'created_by' => '4',
'file' => '/upload/Language/Icon/2014-05/Serbia.png'
)
)
header - [internal], line ??
AppController::setupPolyglot() - ROOT/VectorCMS/Controller/AppController.php, line 424
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
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - ROOT/VectorCMS/webroot/index.php, line 142