Code Context ),
E_USER_WARNING
);
$key = 'inflector'
$value = array(
'_humanize' => array(
'_DebugKit' => 'DebugKit',
'_Seo' => 'Seo',
'_Log' => 'Log',
'_LogDetails' => 'LogDetails',
'_front' => 'Front'
),
'_camelize' => array(
'_DebugKit' => 'DebugKit',
'_Seo' => 'Seo',
'_Log' => 'Log',
'_LogDetails' => 'LogDetails',
'_front' => 'Front'
),
'_underscore' => array(
'_DebugKit' => 'debug_kit',
'_Seo' => 'seo',
'_Language' => 'language',
'_DefaultBehavior' => 'default_behavior',
'_LoggedBehavior' => 'logged_behavior',
'_ContainableBehavior' => 'containable_behavior',
'_Front' => 'front'
),
'pluralize' => array(
'language' => 'languages',
'front' => 'fronts'
),
'_tableize' => array(
'_Language' => 'languages'
),
'singularize' => array(
'Front' => 'Front'
)
)
$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::pluralize() - CORE/Cake/Utility/Inflector.php, line 396
Inflector::tableize() - CORE/Cake/Utility/Inflector.php, line 514
AppController::beforeFilter() - ROOT/VectorCMS/Controller/AppController.php, line 32
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