Notice (8) : session_start(): ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php56) failed: Permission denied (13) [APP/Plugin/Facebook/Vendor/Facebook.php , line 49 ]Code Context public function __construct($config) {
if (!session_id()) {
session_start(); $config = array(
'appId' => '180854268596069',
'apiKey' => 'e7b79c630f0dca946e36dbd972e4ab47',
'secret' => 'b4ba774807bfa563c5d46cea43e14fd2',
'cookie' => true,
'page_id' => '189867041050945',
'page_access_token' => '180854268596069|b3484a6ca95c04560f03f3db-664256346|9rk0x50fmiaNfHxa32uKF3JPLNs'
) session_start - [internal], line ??
Facebook::__construct() - APP/Plugin/Facebook/Vendor/Facebook.php, line 49
FB::__construct() - APP/Plugin/Facebook/Lib/FB.php, line 22
ConnectComponent::initialize() - APP/Plugin/Facebook/Controller/Component/ConnectComponent.php, line 84
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 670
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_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
App::shutdown() - CORE/Cake/Core/App.php, line 890
[main] - [internal], line ?? 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',
'MapsController' => '/home/yozo/public_html/app/Controller/MapsController.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',
'String' => '/home/yozo/public_html/lib/Cake/Utility/String.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',
'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',
'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',
'GoogleMapsHelper' => '/home/yozo/public_html/app/View/Helper/GoogleMapsHelper.php',
'JqueryEngineHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/JqueryEngineHelper.php',
'JsBaseEngineHelper' => '/home/yozo/public_html/lib/Cake/View/Helper/JsBaseEngineHelper.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 ??