Warning (512): _cake_core_ cache was unable to write 'cake_dev_ci' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]Code Context ),
E_USER_WARNING
);
$key = 'cake_dev_ci'
$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::camelize() - CORE/Cake/Utility/Inflector.php, line 466
Inflector::variable() - CORE/Cake/Utility/Inflector.php, line 544
Module::generate() - ROOT/VectorCMS/Model/Module.php, line 65
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 147
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
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',
'_front' => 'Front',
'_layout' => 'Layout',
'_module' => 'Module',
'_stylesheet' => 'Stylesheet',
'_javascript' => 'Javascript',
'_category' => 'Category',
'_page' => 'Page',
'_category_id' => 'Category Id',
'_page_id' => 'Page Id',
'_name' => 'Name',
'_icon' => 'Icon',
'_use_table' => 'Use Table',
'_table_prefix' => 'Table Prefix',
'_has_details' => 'Has Details',
'_is_hardcoded' => 'Is Hardcoded',
'_order' => 'Order',
'_paginate' => 'Paginate'
),
'_camelize' => array(
'_DebugKit' => 'DebugKit',
'_Seo' => 'Seo',
'_Log' => 'Log',
'_LogDetails' => 'LogDetails',
'_front' => 'Front',
'_layout' => 'Layout',
'_module' => 'Module',
'_stylesheet' => 'Stylesheet',
'_javascript' => 'Javascript',
'_category' => 'Category',
'_page' => 'Page',
'_category_id' => 'CategoryId',
'_page_id' => 'PageId',
'_name' => 'Name',
'_icon' => 'Icon',
'_use_table' => 'UseTable',
'_table_prefix' => 'TablePrefix',
'_has_details' => 'HasDetails',
'_is_hardcoded' => 'IsHardcoded',
'_order' => 'Order',
'_paginate' => 'Paginate'
),
'_underscore' => array(
'_DebugKit' => 'debug_kit',
'_Seo' => 'seo',
'_Language' => 'language',
'_DefaultBehavior' => 'default_behavior',
'_LoggedBehavior' => 'logged_behavior',
'_ContainableBehavior' => 'containable_behavior',
'_Front' => 'front',
'_Page' => 'page',
'_Layout' => 'layout',
'_Module' => 'module',
'_TreeBehavior' => 'tree_behavior',
'_TransliteratedBehavior' => 'transliterated_behavior',
'_Stylesheet' => 'stylesheet',
'_Dictionary' => 'dictionary',
'_LiveBehavior' => 'live_behavior',
'_Javascript' => 'javascript',
'_Category' => 'category',
'_Upload' => 'upload',
'_Image' => 'image',
'_Logo' => 'logo',
'_Images' => 'images',
'_Documents' => 'documents',
'_MetaImages' => 'meta_images',
'_Children' => 'children',
'_News' => 'news',
'_category_id' => 'category_id',
'_page_id' => 'page_id',
'_name' => 'name',
'_icon' => 'icon',
'_use_table' => 'use_table',
'_table_prefix' => 'table_prefix',
'_has_details' => 'has_details',
'_is_hardcoded' => 'is_hardcoded',
'_order' => 'order',
'_paginate' => 'paginate'
),
'pluralize' => array(
'language' => 'languages',
'front' => 'fronts',
'page' => 'pages',
'stylesheet' => 'stylesheets',
'javascript' => 'javascripts',
'layout' => 'layouts',
'module' => 'modules',
'upload' => 'uploads'
),
'_tableize' => array(
'_Language' => 'languages',
'_Front' => 'fronts',
'_Page' => 'pages',
'_Stylesheet' => 'stylesheets',
'_Javascript' => 'javascripts',
'_Layout' => 'layouts',
'_Module' => 'modules',
'_Upload' => 'uploads'
),
'singularize' => array(
'Front' => 'Front',
'fronts' => 'front'
),
'_variable' => array(
'_category_id' => 'categoryId',
'_page_id' => 'pageId',
'_name' => 'name',
'_icon' => 'icon',
'_use_table' => 'useTable',
'_table_prefix' => 'tablePrefix',
'_has_details' => 'hasDetails',
'_is_hardcoded' => 'isHardcoded',
'_order' => 'order'
)
)
$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::camelize() - CORE/Cake/Utility/Inflector.php, line 466
Inflector::variable() - CORE/Cake/Utility/Inflector.php, line 544
Module::generate() - ROOT/VectorCMS/Model/Module.php, line 65
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 147
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
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - ROOT/VectorCMS/webroot/index.php, line 142