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 = 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
DataSource::describe() - CORE/Cake/Model/Datasource/DataSource.php, line 135
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 332
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 (512): _cake_model_ cache was unable to write 'default_website_pages' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]Code Context                ),
                E_USER_WARNING
            );
$key = 'default_website_pages'
$value = array(
	'id' => array(
		'type' => 'biginteger',
		'null' => false,
		'default' => null,
		'length' => (int) 20,
		'unsigned' => true,
		'key' => 'primary'
	),
	'type' => array(
		'type' => 'enum('Page','Wrapper','Link','Module','Custom')',
		'null' => false,
		'default' => 'Page',
		'length' => (int) 7,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'parent_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => (int) 11,
		'unsigned' => true
	),
	'layout_id' => array(
		'type' => 'integer',
		'null' => false,
		'default' => null,
		'length' => (int) 11,
		'unsigned' => true
	),
	'module_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => (int) 11,
		'unsigned' => true
	),
	'title__sr' => array(
		'type' => 'string',
		'null' => false,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'title__en' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'title__ci' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'title_short__sr' => array(
		'type' => 'string',
		'null' => false,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'title_short__en' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'title_short__ci' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'summary__sr' => array(
		'type' => 'string',
		'null' => false,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'summary__en' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'summary__ci' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'key' => 'index',
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'slug__sr' => array(
		'type' => 'string',
		'null' => false,
		'default' => null,
		'length' => (int) 100,
		'key' => 'index',
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'slug__en' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'key' => 'index',
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'slug__ci' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'content__sr' => array(
		'type' => 'text',
		'null' => false,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'content__en' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'content__ci' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'meta' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 50,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'meta_title__sr' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 200,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'meta_title__en' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 200,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'meta_title__ci' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 200,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'meta_keywords__sr' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'comment' => 'plain',
		'charset' => 'utf8'
	),
	'meta_keywords__en' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'meta_keywords__ci' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'meta_description__sr' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'comment' => 'plain',
		'charset' => 'utf8'
	),
	'meta_description__en' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'meta_description__ci' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'is_translated__sr' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '1',
		'length' => (int) 1
	),
	'is_translated__en' => array(
		'type' => 'boolean',
		'null' => true,
		'default' => '1',
		'length' => (int) 1
	),
	'is_translated__ci' => array(
		'type' => 'boolean',
		'null' => true,
		'default' => '1',
		'length' => (int) 1
	),
	'stylesheet_set' => array(
		'type' => 'text',
		'null' => false,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'javascript_set' => array(
		'type' => 'text',
		'null' => false,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'is_default' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '0',
		'length' => (int) 1
	),
	'is_visible' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '1',
		'length' => (int) 1
	),
	'is_category' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '1',
		'length' => (int) 1
	),
	'url' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 200,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'url_target' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '0',
		'length' => (int) 1
	),
	'lft' => array(
		'type' => 'integer',
		'null' => false,
		'default' => null,
		'length' => (int) 11,
		'unsigned' => true
	),
	'rght' => array(
		'type' => 'integer',
		'null' => false,
		'default' => null,
		'length' => (int) 11,
		'unsigned' => true
	),
	'is_popup' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '0',
		'length' => (int) 1
	),
	'is_active' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '1',
		'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 = falseCache::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
ReflectionClass::newInstance() - [internal], line ??
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 174
AppController::__get() - ROOT/VectorCMS/Controller/AppController.php, line 553
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
 
Warning (512): _cake_model_ cache was unable to write 'default_website_modules' to Apc cache [CORE/Cake/Cache/Cache.php, line 323]Code Context                ),
                E_USER_WARNING
            );
$key = 'default_website_modules'
$value = array(
	'id' => array(
		'type' => 'biginteger',
		'null' => false,
		'default' => null,
		'length' => (int) 20,
		'unsigned' => true,
		'key' => 'primary'
	),
	'category_id' => array(
		'type' => 'biginteger',
		'null' => true,
		'default' => null,
		'length' => (int) 20,
		'unsigned' => true,
		'key' => 'index'
	),
	'page_id' => array(
		'type' => 'biginteger',
		'null' => true,
		'default' => null,
		'length' => (int) 20,
		'unsigned' => true
	),
	'name' => array(
		'type' => 'string',
		'null' => false,
		'default' => null,
		'length' => (int) 64,
		'key' => 'unique',
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'icon' => array(
		'type' => 'enum('adjust','align-center','align-justify','align-left','align-right','ambulance','angle-down','angle-left','angle-right','angle-up','arrow-down','arrow-left','arrow-right','arrow-up','asterisk','backward','ban-circle','bar-chart','barcode','beaker','beaker','beer','bell','bell-alt','bold','bolt','book','bookmark','bookmark-empty','briefcase','bullhorn','calendar','camera','camera-retro','caret-down','caret-left','caret-right','caret-up','certificate','check','check-empty','chevron-down','chevron-left','chevron-right','chevron-up','circle','circle','circle-arrow-down','circle-arrow-left','circle-arrow-right','circle-arrow-up','circle-blank','circle-blank','cloud','cloud-download','cloud-upload','coffee','cog','cogs','columns','comment','comment-alt','comments','comments-alt','copy','credit-card','cut','dashboard','desktop','double-angle-down','double-angle-left','double-angle-right','double-angle-up','download','download-alt','edit','eject','envelope','envelope-alt','exchange','exclamation-sign','external-link','eye-close','eye-open','facebook','facebook-sign','facetime-video','fast-backward','fast-forward','fighter-jet','file','file-alt','film','filter','fire','flag','folder-close','folder-close-alt','folder-open','folder-open-alt','font','food','forward','fullscreen','gift','github','github-alt','github-sign','glass','globe','google-plus','google-plus-sign','group','h-sign','hand-down','hand-left','hand-right','hand-up','hdd','headphones','heart','heart-empty','home','hospital','inbox','indent-leftlist-ul','indent-right','info-sign','italic','key','laptop','leaf','legal','lemon','lightbulb','link','linkedin','linkedin-sign','list','list-alt','list-ol','lock','magic','magnet','map-marker','medkit','minus','minus-sign','mobile-phone','money','move','music','off','ok','ok-circle','ok-sign','paper-clip','paste','pause','pencil','phone','phone-sign','picture','pinterest','pinterest-sign','plane','play','play-circle','plus','plus-sign','plus-sign-alt','print','pushpin','qrcode','question-sign','quote-left','quote-right','random','refresh','remove','remove-circle','remove-sign','reorder','repeat','reply','resize-full','resize-horizontal','resize-small','resize-vertical','retweet','road','rss','save','screenshot','search','share','share-alt','shopping-cart','sign-blank','signal','signin','signout','sitemap','sort','sort-down','sort-up','spinner','star','star-empty','star-half','step-backward','step-forward','stethoscope','stop','strikethrough','table','tablet','tag','tags','tasks','text-height','text-width','th','th-large','th-list','thumbs-down','thumbs-up','time','tint','trash','trophy','truck','twitter','twitter-sign','umbrella','underline','undo','unlock','upload','upload-alt','user','user-md','user-md','volume-down','volume-off','volume-up','warning-sign','wrench','zoom-in','zoom-out')',
		'null' => true,
		'default' => null,
		'length' => (int) 13,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'use_table' => array(
		'type' => 'string',
		'null' => false,
		'default' => null,
		'length' => (int) 64,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'table_prefix' => array(
		'type' => 'string',
		'null' => false,
		'default' => null,
		'length' => (int) 64,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'has_details' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '1',
		'length' => (int) 1
	),
	'is_hardcoded' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '0',
		'length' => (int) 1
	),
	'order' => array(
		'type' => 'string',
		'null' => false,
		'default' => null,
		'length' => (int) 64,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'paginate' => array(
		'type' => 'integer',
		'null' => false,
		'default' => '30',
		'length' => (int) 11,
		'unsigned' => true
	),
	'has_one' => array(
		'type' => 'text',
		'null' => false,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'has_many' => array(
		'type' => 'text',
		'null' => false,
		'default' => null,
		'length' => null,
		'collate' => 'utf8_general_ci',
		'charset' => 'utf8'
	),
	'ordering' => array(
		'type' => 'integer',
		'null' => false,
		'default' => '0',
		'length' => (int) 10,
		'unsigned' => true
	),
	'is_visible' => array(
		'type' => 'boolean',
		'null' => false,
		'default' => '1',
		'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 = falseCache::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
ReflectionClass::newInstance() - [internal], line ??
ClassRegistry::init() - CORE/Cake/Utility/ClassRegistry.php, line 174
Model::_constructLinkedModel() - CORE/Cake/Model/Model.php, line 1050
Model::__isset() - CORE/Cake/Model/Model.php, line 859
Model::__get() - CORE/Cake/Model/Model.php, line 892
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1081
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 2904
Model::find() - CORE/Cake/Model/Model.php, line 2876
AppModel::find() - ROOT/VectorCMS/Model/AppModel.php, line 1313
Page::getSitemap() - ROOT/VectorCMS/Model/Page.php, line 214
Page::fetch() - ROOT/VectorCMS/Model/Page.php, line 442