Warning (512) : _cake_core_ cache was unable to write 'cake_dev_dut' to File cache [CORE/Cake/Cache/Cache.php , line 306 ]Code Context if (!isset($_this->_domains[$domain][$_this->_lang][$_this->category])) {
$_this->_bindTextDomain($domain);
Cache::write($_this->domain, $_this->_domains[$domain][$_this->_lang], '_cake_core_'); $key = 'cake_dev_dut'
$value = array(
'LC_MESSAGES' => array([maximum depth reached])
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'duration' => (int) 10,
'probability' => (int) 100,
'engine' => 'File',
'path' => '/home/yozo/public_html/app/tmp/cache/persistent/',
'lock' => true,
'serialize' => true,
'isWindows' => false,
'mask' => (int) 436
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 306
I18n::translate() - CORE/Cake/I18n/I18n.php, line 176
__d - CORE/Cake/basics.php, line 558
Cache::write() - CORE/Cake/Cache/Cache.php, line 304
I18n::translate() - CORE/Cake/I18n/I18n.php, line 176
__d - CORE/Cake/basics.php, line 558
AuthComponent::_setDefaults() - CORE/Cake/Controller/Component/AuthComponent.php, line 347
AuthComponent::startup() - CORE/Cake/Controller/Component/AuthComponent.php, line 279
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 130
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 671
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 100
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 85
[main] - APP/webroot/index.php, line 92 Warning (512) : _cake_core_ cache was unable to write 'cake_dut' to File cache [CORE/Cake/Cache/Cache.php , line 306 ]Code Context if (!isset($_this->_domains[$domain][$_this->_lang][$_this->category])) {
$_this->_bindTextDomain($domain);
Cache::write($_this->domain, $_this->_domains[$domain][$_this->_lang], '_cake_core_'); $key = 'cake_dut'
$value = array(
'LC_MESSAGES' => array([maximum depth reached])
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'duration' => (int) 10,
'probability' => (int) 100,
'engine' => 'File',
'path' => '/home/yozo/public_html/app/tmp/cache/persistent/',
'lock' => true,
'serialize' => true,
'isWindows' => false,
'mask' => (int) 436
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 306
I18n::translate() - CORE/Cake/I18n/I18n.php, line 176
__d - CORE/Cake/basics.php, line 558
AuthComponent::_setDefaults() - CORE/Cake/Controller/Component/AuthComponent.php, line 347
AuthComponent::startup() - CORE/Cake/Controller/Component/AuthComponent.php, line 279
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 130
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 671
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 100
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 85
[main] - APP/webroot/index.php, line 92
Warning (512) : _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php , line 306 ]Code Context public static function shutdown() {
if (self::$_cacheChange) {
Cache::write('file_map', array_filter(self::$_map), '_cake_core_'); $key = 'file_map'
$value = array(
'Configure' => '/home/yozo/public_html/lib/Cake/Core/Configure.php',
'Cache' => '/home/yozo/public_html/lib/Cake/Cache/Cache.php',
'FileEngine' => '/home/yozo/public_html/lib/Cake/Cache/Engine/FileEngine.php',
'CacheEngine' => '/home/yozo/public_html/lib/Cake/Cache/CacheEngine.php',
'Inflector' => '/home/yozo/public_html/lib/Cake/Utility/Inflector.php',
'ErrorHandler' => '/home/yozo/public_html/lib/Cake/Error/ErrorHandler.php',
'CakeLog' => '/home/yozo/public_html/lib/Cake/Log/CakeLog.php',
'FileLog' => '/home/yozo/public_html/lib/Cake/Log/Engine/FileLog.php',
'CakeLogInterface' => '/home/yozo/public_html/lib/Cake/Log/CakeLogInterface.php',
'CakePlugin' => '/home/yozo/public_html/lib/Cake/Core/CakePlugin.php',
'Dispatcher' => '/home/yozo/public_html/lib/Cake/Routing/Dispatcher.php',
'CakeRequest' => '/home/yozo/public_html/lib/Cake/Network/CakeRequest.php',
'CakeResponse' => '/home/yozo/public_html/lib/Cake/Network/CakeResponse.php',
'Router' => '/home/yozo/public_html/lib/Cake/Routing/Router.php',
'CakeRoute' => '/home/yozo/public_html/lib/Cake/Routing/Route/CakeRoute.php',
'PluginShortRoute' => '/home/yozo/public_html/lib/Cake/Routing/Route/PluginShortRoute.php',
'TagsController' => '/home/yozo/public_html/app/Controller/TagsController.php',
'AppController' => '/home/yozo/public_html/app/Controller/AppController.php',
'Controller' => '/home/yozo/public_html/lib/Cake/Controller/Controller.php',
'Object' => '/home/yozo/public_html/lib/Cake/Core/Object.php',
'CakeEventListener' => '/home/yozo/public_html/lib/Cake/Event/CakeEventListener.php',
'ComponentCollection' => '/home/yozo/public_html/lib/Cake/Controller/ComponentCollection.php',
'ObjectCollection' => '/home/yozo/public_html/lib/Cake/Utility/ObjectCollection.php',
'Set' => '/home/yozo/public_html/lib/Cake/Utility/Set.php',
'SessionComponent' => '/home/yozo/public_html/lib/Cake/Controller/Component/SessionComponent.php',
'Component' => '/home/yozo/public_html/lib/Cake/Controller/Component.php',
'RedirectComponent' => '/home/yozo/public_html/app/Controller/Component/RedirectComponent.php',
'EmailComponent' => '/home/yozo/public_html/lib/Cake/Controller/Component/EmailComponent.php',
'plugin.ConnectComponent' => '/home/yozo/public_html/app/Plugin/Facebook/Controller/Component/ConnectComponent.php',
'RequestHandlerComponent' => '/home/yozo/public_html/lib/Cake/Controller/Component/RequestHandlerComponent.php',
'SeoComponent' => '/home/yozo/public_html/app/Controller/Component/SeoComponent.php',
'AuthComponent' => '/home/yozo/public_html/lib/Cake/Controller/Component/AuthComponent.php',
'CakeEventManager' => '/home/yozo/public_html/lib/Cake/Event/CakeEventManager.php',
'CakeEvent' => '/home/yozo/public_html/lib/Cake/Event/CakeEvent.php',
'plugin.FB' => '/home/yozo/public_html/app/Plugin/Facebook/Lib/FB.php',
'plugin.Facebook' => '/home/yozo/public_html/app/Plugin/Facebook/Vendor/Facebook.php',
'plugin.FacebookInfo' => '/home/yozo/public_html/app/Plugin/Facebook/Lib/FacebookInfo.php',
'PhpReader' => '/home/yozo/public_html/lib/Cake/Configure/PhpReader.php',
'ConfigReaderInterface' => '/home/yozo/public_html/lib/Cake/Configure/ConfigReaderInterface.php',
'Debugger' => '/home/yozo/public_html/lib/Cake/Utility/Debugger.php',
'User' => '/home/yozo/public_html/app/Model/User.php',
'AppModel' => '/home/yozo/public_html/app/Model/AppModel.php',
'Model' => '/home/yozo/public_html/lib/Cake/Model/Model.php',
'CakeSession' => '/home/yozo/public_html/lib/Cake/Model/Datasource/CakeSession.php',
'ClassRegistry' => '/home/yozo/public_html/lib/Cake/Utility/ClassRegistry.php',
'ConnectionManager' => '/home/yozo/public_html/lib/Cake/Model/ConnectionManager.php',
'Group' => '/home/yozo/public_html/app/Model/Group.php',
'BehaviorCollection' => '/home/yozo/public_html/lib/Cake/Model/BehaviorCollection.php',
'Mysql' => '/home/yozo/public_html/lib/Cake/Model/Datasource/Database/Mysql.php',
'DboSource' => '/home/yozo/public_html/lib/Cake/Model/Datasource/DboSource.php',
'DataSource' => '/home/yozo/public_html/lib/Cake/Model/Datasource/DataSource.php',
'I18n' => '/home/yozo/public_html/lib/Cake/I18n/I18n.php',
'L10n' => '/home/yozo/public_html/lib/Cake/I18n/L10n.php',
'String' => '/home/yozo/public_html/lib/Cake/Utility/String.php',
'Tag' => '/home/yozo/public_html/app/Model/Tag.php',
'Tagtype' => '/home/yozo/public_html/app/Model/Tagtype.php',
'PlacesTag' => '/home/yozo/public_html/app/Model/PlacesTag.php',
'PaginatorComponent' => '/home/yozo/public_html/lib/Cake/Controller/Component/PaginatorComponent.php',
'Place' => '/home/yozo/public_html/app/Model/Place.php',
'SearchableBehavior' => '/home/yozo/public_html/app/Model/Behavior/SearchableBehavior.php',
'ModelBehavior' => '/home/yozo/public_html/lib/Cake/Model/ModelBehavior.php',
'ContainableBehavior' => '/home/yozo/public_html/lib/Cake/Model/Behavior/ContainableBehavior.php',
'Category' => '/home/yozo/public_html/app/Model/Category.php',
'Address' => '/home/yozo/public_html/app/Model/Address.php',
'Photo' => '/home/yozo/public_html/app/Model/Photo.php',
'Review' => '/home/yozo/public_html/app/Model/Review.php',
'Claim' => '/home/yozo/public_html/app/Model/Claim.php',
'Visit' => '/home/yozo/public_html/app/Model/Visit.php',
'Hour' => '/home/yozo/public_html/app/Model/Hour.php',
'HtmlHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/HtmlHelper.php',
'AppHelper' => '/home/yozo/public_html/app/View/Helper/AppHelper.php',
'Helper' => '/home/yozo/public_html/lib/Cake/View/Helper.php',
'View' => '/home/yozo/public_html/lib/Cake/View/View.php',
'HelperCollection' => '/home/yozo/public_html/lib/Cake/View/HelperCollection.php',
'ViewBlock' => '/home/yozo/public_html/lib/Cake/View/ViewBlock.php',
'Ticket' => '/home/yozo/public_html/app/Model/Ticket.php',
'Search' => '/home/yozo/public_html/app/Model/Search.php',
'ReviewRating' => '/home/yozo/public_html/app/Model/ReviewRating.php',
'SessionHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/SessionHelper.php',
'FormHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/FormHelper.php',
'TimeHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/TimeHelper.php',
'CakeTime' => '/home/yozo/public_html/lib/Cake/Utility/CakeTime.php',
'TextHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/TextHelper.php',
'JsHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/JsHelper.php',
'GoogleWTHelper' => '/home/yozo/public_html/app/View/Helper/GoogleWTHelper.php',
'StarsHelper' => '/home/yozo/public_html/app/View/Helper/StarsHelper.php',
'YozoImageHelper' => '/home/yozo/public_html/app/View/Helper/YozoImageHelper.php',
'PaginatorHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/PaginatorHelper.php',
'JqueryEngineHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/JqueryEngineHelper.php',
'JsBaseEngineHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/JsBaseEngineHelper.php',
'MapsController' => '/home/yozo/public_html/app/Controller/MapsController.php',
'GoogleMapsHelper' => '/home/yozo/public_html/app/View/Helper/GoogleMapsHelper.php'
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'duration' => (int) 10,
'probability' => (int) 100,
'engine' => 'File',
'path' => '/home/yozo/public_html/app/tmp/cache/persistent/',
'lock' => true,
'serialize' => true,
'isWindows' => false,
'mask' => (int) 436
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 306
App::shutdown() - CORE/Cake/Core/App.php, line 890
[main] - [internal], line ?? Warning (512) : _cake_core_ cache was unable to write 'object_map' to File cache [CORE/Cake/Cache/Cache.php , line 306 ]Code Context }
if (self::$_objectCacheChange) {
Cache::write('object_map', self::$_objects, '_cake_core_'); $key = 'object_map'
$value = array(
(int) 0 => false,
'app' => array(
[maximum depth reached]
)
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'duration' => (int) 10,
'probability' => (int) 100,
'engine' => 'File',
'path' => '/home/yozo/public_html/app/tmp/cache/persistent/',
'lock' => true,
'serialize' => true,
'isWindows' => false,
'mask' => (int) 436
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 306
App::shutdown() - CORE/Cake/Core/App.php, line 893
[main] - [internal], line ??