Warning (512) : _cake_model_ cache was unable to write 'default_lichfilm_co_1fa6_locations' to File cache [APP/Vendor/cakephp/cakephp/lib/Cake/Cache/Cache.php , line 327 ]Code Context static:: $_engines [ $config ]-> settings [ 'engine' ]
),
E_USER_WARNING
$key = 'default_lichfilm_co_1fa6_locations'
$value = null
$config = '_cake_model_'
$settings = array(
'prefix' => 'croogo_cake_model_',
'path' => '/home/toplistvi.com/public_html/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'engine' => 'File',
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false Cache::write() - APP/Vendor/cakephp/cakephp/lib/Cake/Cache/Cache.php, line 327
DataSource::_cacheDescription() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DataSource.php, line 310
DataSource::describe() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DataSource.php, line 135
Mysql::describe() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/Database/Mysql.php, line 333
Model::schema() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Model.php, line 1397
Model::getColumnType() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Model.php, line 1438
DboSource::_parseKey() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DboSource.php, line 2882
DboSource::conditionKeysToString() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DboSource.php, line 2833
DboSource::conditions() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DboSource.php, line 2714
DboSource::buildStatement() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DboSource.php, line 2007
DboSource::buildAssociationQuery() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DboSource.php, line 1737
DboSource::read() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DboSource.php, line 1182
Model::_readDataSource() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Model.php, line 3038
Model::find() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Model.php, line 3010
CroogoAppModel::find() - APP/Vendor/croogo/croogo/Croogo/Model/CroogoAppModel.php, line 79
FunctionComponent::location_types() - APP/Controller/Component/FunctionComponent.php, line 345
include - APP/View/Layouts/default.ctp, line 149
Errors » Toplistsvn.com
SQLSTATE[HY000]: General error: 1021 Disk full (/var/lib/mariadbtmp/#sql-temptable-518-5347ee-bd1dc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Error:
An Internal Error Has Occurred.
Stack Trace
APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DboSource.php line 470 → PDOStatement->execute(array) try {
$query = $this -> _connection -> prepare ( $sql , $prepareOptions );
$query -> setFetchMode ( PDO :: FETCH_LAZY );
if (! $query -> execute ( $params )) {
$this -> _results = $query ;
APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/Database/Mysql.php line 340 → DboSource->_execute(string) $table = $this -> fullTableName ( $model );
$fields = false ;
$cols = $this -> _execute ( 'SHOW FULL COLUMNS FROM ' . $table );
if (! $cols ) {
'SHOW FULL COLUMNS FROM `lichfilm_co_1fa6`.`locations`'
APP/Vendor/cakephp/cakephp/lib/Cake/Model/Model.php line 1397 → Mysql->describe(Location) $db = $this -> getDataSource ();
$db -> cacheSources = ( $this -> cacheSources && $db -> cacheSources );
if ( method_exists ( $db , 'describe' )) {
$this -> _schema = $db -> describe ( $this );
}
object(Location) {
hasMany => array(
'Review' => array(
'className' => 'Manager.Review',
'foreignKey' => 'location_id',
'dependent' => true,
'cascadeCallbacks' => true,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
),
'Gallery' => array(
'className' => 'Manager.Gallery',
'foreignKey' => 'location_id',
'dependent' => true,
'cascadeCallbacks' => true,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
)
)
useCache => true
actsAs => array(
(int) 0 => 'Containable'
)
useDbConfig => 'default'
useTable => 'locations'
id => false
data => array()
schemaName => 'lichfilm_co_1fa6'
table => 'locations'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'Location'
alias => 'Location'
tableToModel => array(
'locations' => 'Location'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {
modelName => 'Location'
defaultPriority => (int) 10
[protected] _methods => array(
[maximum depth reached]
)
[protected] _mappedMethods => array([maximum depth reached])
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
whitelist => array()
cacheSources => true
findQueryType => 'all'
recursive => (int) -1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => null
[protected] _associationKeys => array(
'belongsTo' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'counterCache'
),
'hasOne' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'dependent'
),
'hasMany' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'limit',
(int) 6 => 'offset',
(int) 7 => 'dependent',
(int) 8 => 'exclusive',
(int) 9 => 'finderQuery',
(int) 10 => 'counterQuery'
),
'hasAndBelongsToMany' => array(
(int) 0 => 'className',
(int) 1 => 'joinTable',
(int) 2 => 'with',
(int) 3 => 'foreignKey',
(int) 4 => 'associationForeignKey',
(int) 5 => 'conditions',
(int) 6 => 'fields',
(int) 7 => 'order',
(int) 8 => 'limit',
(int) 9 => 'offset',
(int) 10 => 'unique',
(int) 11 => 'finderQuery'
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CroogoEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
[protected] _validator => null
}
APP/Vendor/cakephp/cakephp/lib/Cake/Model/Model.php line 1490 → Model->schema() }
if (empty( $this -> _schema )) {
$this -> schema ();
}
APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Component/PaginatorComponent.php line 400 → Model->hasField(string) }
$correctAlias = ( $object -> alias === $alias );
if ( $correctAlias && $object -> hasField ( $field )) {
$order [ $object -> alias . '.' . $field ] = $value ;
APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Component/PaginatorComponent.php line 142 → PaginatorComponent->validateSort(Location, array, array) }
$options = $this -> mergeOptions ( $object -> alias );
$options = $this -> validateSort ( $object , $options , $whitelist );
$options = $this -> checkLimit ( $options );
object(Location) {
hasMany => array(
'Review' => array(
'className' => 'Manager.Review',
'foreignKey' => 'location_id',
'dependent' => true,
'cascadeCallbacks' => true,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
),
'Gallery' => array(
'className' => 'Manager.Gallery',
'foreignKey' => 'location_id',
'dependent' => true,
'cascadeCallbacks' => true,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
)
)
useCache => true
actsAs => array(
(int) 0 => 'Containable'
)
useDbConfig => 'default'
useTable => 'locations'
id => false
data => array()
schemaName => 'lichfilm_co_1fa6'
table => 'locations'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'Location'
alias => 'Location'
tableToModel => array(
'locations' => 'Location'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {
modelName => 'Location'
defaultPriority => (int) 10
[protected] _methods => array(
[maximum depth reached]
)
[protected] _mappedMethods => array([maximum depth reached])
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
whitelist => array()
cacheSources => true
findQueryType => 'all'
recursive => (int) -1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => null
[protected] _associationKeys => array(
'belongsTo' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'counterCache'
),
'hasOne' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'dependent'
),
'hasMany' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'limit',
(int) 6 => 'offset',
(int) 7 => 'dependent',
(int) 8 => 'exclusive',
(int) 9 => 'finderQuery',
(int) 10 => 'counterQuery'
),
'hasAndBelongsToMany' => array(
(int) 0 => 'className',
(int) 1 => 'joinTable',
(int) 2 => 'with',
(int) 3 => 'foreignKey',
(int) 4 => 'associationForeignKey',
(int) 5 => 'conditions',
(int) 6 => 'fields',
(int) 7 => 'order',
(int) 8 => 'limit',
(int) 9 => 'offset',
(int) 10 => 'unique',
(int) 11 => 'finderQuery'
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CroogoEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
[protected] _validator => null
}
array(
'limit' => (int) 21,
'fields' => array(
(int) 0 => '(3956 * 2 * ASIN(SQRT( POWER(SIN(( 10.617768 - Location.latitude) * pi()/180 / 2), 2) +COS( 10.617768 * pi()/180) * COS(Location.latitude * pi()/180) * POWER(SIN(( 107.432196 - Location.longitude) * pi()/180 / 2), 2) ))) as distance',
(int) 1 => 'Location.name',
(int) 2 => 'Location.type',
(int) 3 => 'Location.thumbnail',
(int) 4 => 'Location.address',
(int) 5 => 'Location.phone',
(int) 6 => 'Location.reviews',
(int) 7 => 'Location.place_id'
),
'order' => array(
'distance' => 'ASC',
'Location.name' => 'ASC'
),
'conditions' => array(
'Location.address LIKE' => '%Huyện Xuyên Mộc%',
'Location.type' => 'Nhà hàng gia đình'
),
'page' => (int) 1,
'maxLimit' => (int) 100,
'paramType' => 'named'
)
array()
APP/Plugin/Manager/Controller/DistrictsController.php line 1567 → PaginatorComponent->paginate(Location) 'Location.type' => $directory [ 'Directories' ][ 'name' ]
)
);
$this -> set ( 'locations' , $this -> Paginator -> paginate ( 'Location' ));
// Danh mục khác
object(Location) {
hasMany => array(
'Review' => array(
'className' => 'Manager.Review',
'foreignKey' => 'location_id',
'dependent' => true,
'cascadeCallbacks' => true,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
),
'Gallery' => array(
'className' => 'Manager.Gallery',
'foreignKey' => 'location_id',
'dependent' => true,
'cascadeCallbacks' => true,
'conditions' => '',
'fields' => '',
'order' => '',
'limit' => '',
'offset' => '',
'exclusive' => '',
'finderQuery' => '',
'counterQuery' => ''
)
)
useCache => true
actsAs => array(
(int) 0 => 'Containable'
)
useDbConfig => 'default'
useTable => 'locations'
id => false
data => array()
schemaName => 'lichfilm_co_1fa6'
table => 'locations'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'Location'
alias => 'Location'
tableToModel => array(
'locations' => 'Location'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {
modelName => 'Location'
defaultPriority => (int) 10
[protected] _methods => array(
[maximum depth reached]
)
[protected] _mappedMethods => array([maximum depth reached])
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
whitelist => array()
cacheSources => true
findQueryType => 'all'
recursive => (int) -1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _displayFields => array()
[protected] _editFields => array()
[protected] _schema => null
[protected] _associationKeys => array(
'belongsTo' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'counterCache'
),
'hasOne' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'dependent'
),
'hasMany' => array(
(int) 0 => 'className',
(int) 1 => 'foreignKey',
(int) 2 => 'conditions',
(int) 3 => 'fields',
(int) 4 => 'order',
(int) 5 => 'limit',
(int) 6 => 'offset',
(int) 7 => 'dependent',
(int) 8 => 'exclusive',
(int) 9 => 'finderQuery',
(int) 10 => 'counterQuery'
),
'hasAndBelongsToMany' => array(
(int) 0 => 'className',
(int) 1 => 'joinTable',
(int) 2 => 'with',
(int) 3 => 'foreignKey',
(int) 4 => 'associationForeignKey',
(int) 5 => 'conditions',
(int) 6 => 'fields',
(int) 7 => 'order',
(int) 8 => 'limit',
(int) 9 => 'offset',
(int) 10 => 'unique',
(int) 11 => 'finderQuery'
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CroogoEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
[protected] _validator => null
}
[internal function] → DistrictsController->directory(string, string, string) 'ba-ria-vung-tau'
'xuyen-moc'
'nha-hang-gia-dinh'
APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php line 491 → ReflectionMethod->invokeArgs(DistrictsController, array) 'action' => $request -> params [ 'action' ]
));
}
return $method -> invokeArgs ( $this , $request -> params [ 'pass' ]);
object(DistrictsController) {
components => array(
'Function' => null,
'Croogo.Croogo' => null,
'Security' => null,
'Acl' => null,
'Auth' => null,
'Session' => null,
'RequestHandler' => null,
'Acl.AclFilter' => null,
'CroogoAccess' => array(
'className' => 'Acl.AclAccess'
),
'Settings.Settings' => null,
'Nodes.Nodes' => null,
'Menus.Menus' => null,
'Blocks.Blocks' => array(
'priority' => (int) 5
),
'Taxonomy.Taxonomies' => null,
'Paginator' => null
)
helpers => array(
'Html' => array(),
'Form' => array(),
'Session' => null,
'Text' => null,
'Js' => null,
'Time' => null,
'Croogo.Layout' => null,
'Custom' => null,
'Cache' => null,
'Nodes.Nodes' => null,
'Meta.Meta' => null,
'Menus.Menus' => null,
'Blocks.Regions' => null,
'Taxonomy.Taxonomies' => null,
'Wysiwyg.Wysiwyg' => null,
(int) 0 => 'Croogo.Croogo'
)
cacheAction => array(
'view' => array(
'callbacks' => true,
'duration' => '+1 hours'
),
'weather' => array(
'callbacks' => true,
'duration' => '+1 days'
),
'cinemas' => array(
'callbacks' => true,
'duration' => '+10 days'
),
'items' => array(
'callbacks' => true,
'duration' => '+10 days'
),
'posts' => array(
'callbacks' => true,
'duration' => '+10 days'
),
'services' => array(
'callbacks' => true,
'duration' => '+10 days'
)
)
paginate => array(
'limit' => (int) 10
)
usePaginationCache => true
viewClass => 'Theme'
theme => ''
name => 'Districts'
uses => array(
(int) 0 => 'Manager.District',
(int) 1 => 'Settings.Setting',
(int) 2 => 'Manager.Directories',
(int) 3 => 'Manager.Location'
)
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
base => ''
webroot => '/'
here => '/ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Districts'
layoutPath => null
viewVars => array(
'Function' => object(FunctionComponent) {}
)
view => 'directory'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(DistrictsController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
View => null
ext => '.ctp'
plugin => 'Manager'
passedArgs => array(
(int) 0 => 'ba-ria-vung-tau',
(int) 1 => 'xuyen-moc',
(int) 2 => 'nha-hang-gia-dinh'
)
scaffold => false
methods => array(
(int) 0 => 'admin_index',
(int) 1 => 'add',
(int) 2 => 'edit',
(int) 3 => 'view',
(int) 4 => 'auto_scrap_mienbac',
(int) 5 => 'scrap_haiphong',
(int) 6 => 'scrap_hanoi',
(int) 7 => 'auto_mienbac',
(int) 8 => 'auto_scrap_mientrung',
(int) 9 => 'auto_scrap_miennam',
(int) 10 => 'auto_scrap',
(int) 11 => 'weather',
(int) 12 => 'sitemap',
(int) 13 => 'sitemap_posts',
(int) 14 => 'sitemap_services',
(int) 15 => 'sitemap_items',
(int) 16 => 'districts_of_city',
(int) 17 => 'posts',
(int) 18 => 'services',
(int) 19 => 'items',
(int) 20 => 'cinemas',
(int) 21 => 'locations',
(int) 22 => 'directory',
(int) 23 => 'sitemap_directories',
(int) 24 => 'sitemap_location',
(int) 25 => 'sitemap_cinemas',
(int) 26 => 'sitemap_weather',
(int) 27 => 'add_power',
(int) 28 => 'add_show',
(int) 29 => 'get_shows_hbtv',
(int) 30 => 'get_shows_dnrtv',
(int) 31 => 'get_show_drt',
(int) 32 => 'get_show_vtvcab',
(int) 33 => 'get_shows_vtv',
(int) 34 => 'get_shows_hanoi',
(int) 35 => 'get_shows_vinhlong',
(int) 36 => 'get_shows_vtc',
(int) 37 => 'get_shows_kplus',
(int) 38 => 'get_show_htv',
(int) 39 => 'get_shows_sctv',
(int) 40 => 'get_show_nttv',
(int) 41 => 'get_show_bktv',
(int) 42 => 'get_shows_hgtv',
(int) 43 => 'get_shows_ntv',
(int) 44 => 'get_show_thp',
(int) 45 => 'get_show_brt',
(int) 46 => 'get_show_tqtv',
(int) 47 => 'get_show_qbtv',
(int) 48 => 'get_show_bltv',
(int) 49 => 'get_show_thbt',
(int) 50 => 'get_show_ctv',
(int) 51 => 'get_show_bptv',
(int) 52 => 'get_show_crtv',
(int) 53 => 'get_show_thgl',
(int) 54 => 'get_show_thhd',
(int) 55 => 'get_show_haugiang',
(int) 56 => 'get_show_hy',
(int) 57 => 'get_show_ktv',
(int) 58 => 'get_show_kg',
(int) 59 => 'get_show_krt',
(int) 60 => 'get_show_ltv',
(int) 61 => 'get_show_thlc',
(int) 62 => 'get_show_ldtv',
(int) 63 => 'get_show_la34',
(int) 64 => 'get_show_ndtv',
(int) 65 => 'get_show_pttv',
(int) 66 => 'get_show_vptv',
(int) 67 => 'get_show_thtg',
(int) 68 => 'get_show_tntv',
(int) 69 => 'get_show_thth',
(int) 70 => 'get_show_ttv11',
(int) 71 => 'get_show_sltv',
(int) 72 => 'get_show_sttv',
(int) 73 => 'get_show_qrtv',
(int) 74 => 'get_show_qntv',
(int) 75 => 'get_show_ptq',
(int) 76 => 'get_show_voh',
(int) 77 => 'get_show_bgtv',
(int) 78 => 'get_show_bntv',
(int) 79 => 'get_show_bdtv',
(int) 80 => 'get_show_bttv',
(int) 81 => 'get_show_thtpct',
(int) 82 => 'get_show_ptd',
(int) 83 => 'get_show_dienbien',
(int) 84 => 'get_show_thdt',
(int) 85 => 'get_show_langson',
(int) 86 => 'get_show_ninhbinh',
(int) 87 => 'get_show_thaibinh',
(int) 88 => 'get_show_thtv',
(int) 89 => 'get_show_vov',
(int) 90 => 'get_show_ttxvn',
(int) 91 => 'get_show_nhandantv',
(int) 92 => 'get_show_qhtv',
(int) 93 => 'get_show_thdl',
(int) 94 => 'get_show_htvc',
(int) 95 => 'get_show_antv',
(int) 96 => 'add_cafe_price',
(int) 97 => 'add_rubber_price',
(int) 98 => 'add_movies',
(int) 99 => 'add_schedules',
(int) 100 => 'add_ticket',
(int) 101 => 'add_airticket',
(int) 102 => 'television_list',
(int) 103 => 'get_powers_bacgiang',
(int) 104 => 'get_powers_quangninh',
(int) 105 => 'get_powers_caobang',
(int) 106 => 'get_powers_hagiang',
(int) 107 => 'random_proxy',
(int) 110 => 'afterConstruct',
(int) 111 => '_setupComponents',
(int) 112 => '_setupTheme',
(int) 115 => 'securityError',
(int) 116 => '_setupAclComponent'
)
modelClass => 'District'
modelKey => 'district'
validationErrors => null
Function => object(FunctionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Croogo => object(CroogoComponent) {
components => array(
[maximum depth reached]
)
blocksData => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
_CroogoTheme => object(CroogoTheme) {}
[protected] _defaultRoleId => (int) 3
[protected] _controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Security => object(SecurityComponent) {
blackHoleCallback => 'securityError'
requirePost => array(
[maximum depth reached]
)
requireGet => array([maximum depth reached])
requirePut => array([maximum depth reached])
requireDelete => array([maximum depth reached])
requireSecure => array([maximum depth reached])
requireAuth => array([maximum depth reached])
allowedControllers => array([maximum depth reached])
allowedActions => array([maximum depth reached])
disabledFields => array([maximum depth reached])
unlockedFields => array([maximum depth reached])
unlockedActions => array([maximum depth reached])
validatePost => true
csrfCheck => true
csrfExpires => '+30 minutes'
csrfUseOnce => true
csrfLimit => (int) 100
components => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
settings => array([maximum depth reached])
Session => object(SessionComponent) {}
[protected] _action => 'directory'
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Acl => object(AclComponent) {
Aro => object(Aro) {}
Aco => object(Aco) {}
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Instance => object(DbAcl) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Auth => object(AuthComponent) {
components => array(
[maximum depth reached]
)
authenticate => array(
[maximum depth reached]
)
authorize => array(
[maximum depth reached]
)
ajaxLogin => null
flash => array(
[maximum depth reached]
)
loginAction => array(
[maximum depth reached]
)
loginRedirect => null
logoutRedirect => array(
[maximum depth reached]
)
authError => 'You are not authorized to access that location.'
unauthorizedRedirect => array(
[maximum depth reached]
)
allowedActions => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
settings => array([maximum depth reached])
[protected] _authenticateObjects => array([maximum depth reached])
[protected] _authorizeObjects => array([maximum depth reached])
[protected] _user => array([maximum depth reached])
[protected] _methods => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
RequestHandler => object(RequestHandlerComponent) {
ajaxLayout => 'ajax'
enabled => true
request => object(CakeRequest) {}
response => object(CakeResponse) {}
ext => null
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
params => object(CakeRequest) {}
[protected] _renderType => null
[protected] _inputTypeMap => array(
[maximum depth reached]
)
[protected] _viewClassMap => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
AclFilter => object(AclFilterComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
CroogoAccess => object(AclAccessComponent) {
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
[protected] _controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Settings => object(SettingsComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Nodes => object(NodesComponent) {
nodesForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(DistrictsController) {}
Node => object(Node) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Menus => object(MenusComponent) {
components => array(
[maximum depth reached]
)
menusForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
controller => object(DistrictsController) {}
Link => object(Link) {}
Croogo => object(CroogoComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Blocks => object(BlocksComponent) {
blocksForLayout => array(
[maximum depth reached]
)
blocksData => array(
[maximum depth reached]
)
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
controller => object(DistrictsController) {}
Block => object(Block) {}
[protected] _stringConverter => object(StringConverter) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Taxonomies => object(TaxonomiesComponent) {
components => array(
[maximum depth reached]
)
typesForLayout => array(
[maximum depth reached]
)
vocabulariesForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
controller => object(DistrictsController) {}
Taxonomy => object(Taxonomy) {}
Croogo => object(CroogoComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Paginator => object(PaginatorComponent) {
settings => array(
[maximum depth reached]
)
whitelist => array(
[maximum depth reached]
)
components => array([maximum depth reached])
Controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Setting => object(Setting) {
name => 'Setting'
settingsPath => '/home/toplistvi.com/public_html/Config/settings.json'
actsAs => array(
[maximum depth reached]
)
validate => array(
[maximum depth reached]
)
filterArgs => array(
[maximum depth reached]
)
useCache => true
useDbConfig => 'default'
useTable => 'settings'
id => null
data => array([maximum depth reached])
schemaName => 'lichfilm_co_1fa6'
table => 'settings'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
validationDomain => null
tablePrefix => ''
plugin => 'Settings'
alias => 'Setting'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array(
[maximum depth reached]
)
hasOne => array([maximum depth reached])
hasMany => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => null
recursive => (int) 1
order => 'Setting.weight ASC'
virtualFields => array([maximum depth reached])
__backAssociation => array([maximum depth reached])
__backInnerAssociation => array([maximum depth reached])
__backOriginalAssociation => array([maximum depth reached])
__backContainableAssociation => array([maximum depth reached])
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
[maximum depth reached]
)
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => array([maximum depth reached])
[protected] _schema => array(
[maximum depth reached]
)
[protected] _associationKeys => array(
[maximum depth reached]
)
[protected] _associations => array(
[maximum depth reached]
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
District => object(District) {
belongsTo => array(
[maximum depth reached]
)
hasMany => array(
[maximum depth reached]
)
useCache => true
actsAs => array(
[maximum depth reached]
)
useDbConfig => 'default'
useTable => 'districts'
id => false
data => array([maximum depth reached])
schemaName => 'lichfilm_co_1fa6'
table => 'districts'
primaryKey => 'id'
validate => array([maximum depth reached])
validationErrors => array([maximum depth reached])
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'District'
alias => 'District'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
hasOne => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => null
recursive => (int) -1
order => null
virtualFields => array([maximum depth reached])
__backAssociation => array([maximum depth reached])
__backInnerAssociation => array([maximum depth reached])
__backOriginalAssociation => array([maximum depth reached])
__backContainableAssociation => array([maximum depth reached])
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
[maximum depth reached]
)
City => object(City) {}
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => array([maximum depth reached])
[protected] _schema => array(
[maximum depth reached]
)
[protected] _associationKeys => array(
[maximum depth reached]
)
[protected] _associations => array(
[maximum depth reached]
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
Directories => object(AppModel) {
useCache => true
actsAs => array(
[maximum depth reached]
)
useDbConfig => 'default'
useTable => 'directories'
id => false
data => array([maximum depth reached])
schemaName => 'lichfilm_co_1fa6'
table => 'directories'
primaryKey => 'id'
validate => array([maximum depth reached])
validationErrors => array([maximum depth reached])
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'Directories'
alias => 'Directories'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array([maximum depth reached])
hasOne => array([maximum depth reached])
hasMany => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => null
recursive => (int) -1
order => null
virtualFields => array([maximum depth reached])
__backAssociation => array([maximum depth reached])
__backInnerAssociation => array([maximum depth reached])
__backOriginalAssociation => array([maximum depth reached])
__backContainableAssociation => array([maximum depth reached])
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
[maximum depth reached]
)
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => array([maximum depth reached])
[protected] _schema => array(
[maximum depth reached]
)
[protected] _associationKeys => array(
[maximum depth reached]
)
[protected] _associations => array(
[maximum depth reached]
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
Location => object(Location) {
hasMany => array(
[maximum depth reached]
)
useCache => true
actsAs => array(
[maximum depth reached]
)
useDbConfig => 'default'
useTable => 'locations'
id => false
data => array([maximum depth reached])
schemaName => 'lichfilm_co_1fa6'
table => 'locations'
primaryKey => 'id'
validate => array([maximum depth reached])
validationErrors => array([maximum depth reached])
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'Location'
alias => 'Location'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array([maximum depth reached])
hasOne => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => 'all'
recursive => (int) -1
order => null
virtualFields => array([maximum depth reached])
__backAssociation => array([maximum depth reached])
__backInnerAssociation => array([maximum depth reached])
__backOriginalAssociation => array([maximum depth reached])
__backContainableAssociation => array([maximum depth reached])
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
[maximum depth reached]
)
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => array([maximum depth reached])
[protected] _schema => null
[protected] _associationKeys => array(
[maximum depth reached]
)
[protected] _associations => array(
[maximum depth reached]
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
[protected] _defaultComponents => array(
(int) 0 => 'Croogo.Croogo',
(int) 1 => 'Security',
(int) 2 => 'Acl',
(int) 3 => 'Auth',
(int) 4 => 'Session',
(int) 5 => 'RequestHandler'
)
[protected] _appComponents => array(
(int) 0 => 'Acl.AclFilter',
'CroogoAccess' => array(
'className' => 'Acl.AclAccess'
),
(int) 1 => 'Settings.Settings',
(int) 2 => 'Nodes.Nodes',
(int) 3 => 'Menus.Menus',
'Blocks.Blocks' => array(
'priority' => (int) 5
),
(int) 4 => 'Taxonomy.Taxonomies'
)
[protected] _apiComponents => array()
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CroogoEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
array(
(int) 0 => 'ba-ria-vung-tau',
(int) 1 => 'xuyen-moc',
(int) 2 => 'nha-hang-gia-dinh'
)
APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php line 220 → Controller->invokeAction(CakeRequest) */
public function invokeAction ( CakeRequest $request ) {
try {
return parent :: invokeAction ( $request );
} catch ( MissingActionException $e ) {
object(CakeRequest) {
params => array(
'plugin' => 'manager',
'controller' => 'districts',
'action' => 'directory',
'named' => array(),
'pass' => array(
(int) 0 => 'ba-ria-vung-tau',
(int) 1 => 'xuyen-moc',
(int) 2 => 'nha-hang-gia-dinh'
),
'city_slug' => 'ba-ria-vung-tau',
'district_slug' => 'xuyen-moc',
'directory_slug' => 'nha-hang-gia-dinh',
'_Token' => array(
'key' => '11995f96568b5dcdb07abf5df5db5a341fffa9f9bff8a9cf179875e5ea552ee20aa69b59f3fbc6cb97df33879e3e2f2400dca0518e13215290d8e9179d35b677',
'unlockedFields' => array([maximum depth reached])
),
'isAjax' => false,
'models' => array(
'Setting' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'Permission' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
),
'Block' => array(
[maximum depth reached]
),
'Node' => array(
[maximum depth reached]
),
'Taxonomy' => array(
[maximum depth reached]
),
'Link' => array(
[maximum depth reached]
),
'Region' => array(
[maximum depth reached]
),
'TrackableCreator' => array(
[maximum depth reached]
),
'TrackableUpdater' => array(
[maximum depth reached]
),
'User' => array(
[maximum depth reached]
),
'Meta' => array(
[maximum depth reached]
),
'ModelTaxonomy' => array(
[maximum depth reached]
),
'Menu' => array(
[maximum depth reached]
),
'Vocabulary' => array(
[maximum depth reached]
),
'District' => array(
[maximum depth reached]
),
'City' => array(
[maximum depth reached]
),
'Directories' => array(
[maximum depth reached]
),
'Location' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
base => ''
webroot => '/'
here => '/ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
),
'api' => array(
'callback' => array(
[maximum depth reached]
)
),
'whitelisted' => array(
'callback' => array(
[maximum depth reached]
)
)
)
[protected] _input => ''
}
APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php line 193 → CroogoAppController->invokeAction(CakeRequest)
$response = $controller -> response ;
$render = true ;
$result = $controller -> invokeAction ( $request );
if ( $result instanceof CakeResponse ) {
object(CakeRequest) {
params => array(
'plugin' => 'manager',
'controller' => 'districts',
'action' => 'directory',
'named' => array(),
'pass' => array(
(int) 0 => 'ba-ria-vung-tau',
(int) 1 => 'xuyen-moc',
(int) 2 => 'nha-hang-gia-dinh'
),
'city_slug' => 'ba-ria-vung-tau',
'district_slug' => 'xuyen-moc',
'directory_slug' => 'nha-hang-gia-dinh',
'_Token' => array(
'key' => '11995f96568b5dcdb07abf5df5db5a341fffa9f9bff8a9cf179875e5ea552ee20aa69b59f3fbc6cb97df33879e3e2f2400dca0518e13215290d8e9179d35b677',
'unlockedFields' => array([maximum depth reached])
),
'isAjax' => false,
'models' => array(
'Setting' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'Permission' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
),
'Block' => array(
[maximum depth reached]
),
'Node' => array(
[maximum depth reached]
),
'Taxonomy' => array(
[maximum depth reached]
),
'Link' => array(
[maximum depth reached]
),
'Region' => array(
[maximum depth reached]
),
'TrackableCreator' => array(
[maximum depth reached]
),
'TrackableUpdater' => array(
[maximum depth reached]
),
'User' => array(
[maximum depth reached]
),
'Meta' => array(
[maximum depth reached]
),
'ModelTaxonomy' => array(
[maximum depth reached]
),
'Menu' => array(
[maximum depth reached]
),
'Vocabulary' => array(
[maximum depth reached]
),
'District' => array(
[maximum depth reached]
),
'City' => array(
[maximum depth reached]
),
'Directories' => array(
[maximum depth reached]
),
'Location' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
base => ''
webroot => '/'
here => '/ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
),
'api' => array(
'callback' => array(
[maximum depth reached]
)
),
'whitelisted' => array(
'callback' => array(
[maximum depth reached]
)
)
)
[protected] _input => ''
}
APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(DistrictsController, CakeRequest) ));
}
$response = $this -> _invoke ( $controller , $request );
if (isset( $request -> params [ 'return' ])) {
object(DistrictsController) {
components => array(
'Function' => null,
'Croogo.Croogo' => null,
'Security' => null,
'Acl' => null,
'Auth' => null,
'Session' => null,
'RequestHandler' => null,
'Acl.AclFilter' => null,
'CroogoAccess' => array(
'className' => 'Acl.AclAccess'
),
'Settings.Settings' => null,
'Nodes.Nodes' => null,
'Menus.Menus' => null,
'Blocks.Blocks' => array(
'priority' => (int) 5
),
'Taxonomy.Taxonomies' => null,
'Paginator' => null
)
helpers => array(
'Html' => array(),
'Form' => array(),
'Session' => null,
'Text' => null,
'Js' => null,
'Time' => null,
'Croogo.Layout' => null,
'Custom' => null,
'Cache' => null,
'Nodes.Nodes' => null,
'Meta.Meta' => null,
'Menus.Menus' => null,
'Blocks.Regions' => null,
'Taxonomy.Taxonomies' => null,
'Wysiwyg.Wysiwyg' => null,
(int) 0 => 'Croogo.Croogo'
)
cacheAction => array(
'view' => array(
'callbacks' => true,
'duration' => '+1 hours'
),
'weather' => array(
'callbacks' => true,
'duration' => '+1 days'
),
'cinemas' => array(
'callbacks' => true,
'duration' => '+10 days'
),
'items' => array(
'callbacks' => true,
'duration' => '+10 days'
),
'posts' => array(
'callbacks' => true,
'duration' => '+10 days'
),
'services' => array(
'callbacks' => true,
'duration' => '+10 days'
)
)
paginate => array(
'limit' => (int) 10
)
usePaginationCache => true
viewClass => 'Theme'
theme => ''
name => 'Districts'
uses => array(
(int) 0 => 'Manager.District',
(int) 1 => 'Settings.Setting',
(int) 2 => 'Manager.Directories',
(int) 3 => 'Manager.Location'
)
request => object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
base => ''
webroot => '/'
here => '/ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
response => object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
viewPath => 'Districts'
layoutPath => null
viewVars => array(
'Function' => object(FunctionComponent) {}
)
view => 'directory'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {
defaultPriority => (int) 10
[protected] _Controller => object(DistrictsController) {}
[protected] _enabled => array(
[maximum depth reached]
)
[protected] _loaded => array(
[maximum depth reached]
)
}
View => null
ext => '.ctp'
plugin => 'Manager'
passedArgs => array(
(int) 0 => 'ba-ria-vung-tau',
(int) 1 => 'xuyen-moc',
(int) 2 => 'nha-hang-gia-dinh'
)
scaffold => false
methods => array(
(int) 0 => 'admin_index',
(int) 1 => 'add',
(int) 2 => 'edit',
(int) 3 => 'view',
(int) 4 => 'auto_scrap_mienbac',
(int) 5 => 'scrap_haiphong',
(int) 6 => 'scrap_hanoi',
(int) 7 => 'auto_mienbac',
(int) 8 => 'auto_scrap_mientrung',
(int) 9 => 'auto_scrap_miennam',
(int) 10 => 'auto_scrap',
(int) 11 => 'weather',
(int) 12 => 'sitemap',
(int) 13 => 'sitemap_posts',
(int) 14 => 'sitemap_services',
(int) 15 => 'sitemap_items',
(int) 16 => 'districts_of_city',
(int) 17 => 'posts',
(int) 18 => 'services',
(int) 19 => 'items',
(int) 20 => 'cinemas',
(int) 21 => 'locations',
(int) 22 => 'directory',
(int) 23 => 'sitemap_directories',
(int) 24 => 'sitemap_location',
(int) 25 => 'sitemap_cinemas',
(int) 26 => 'sitemap_weather',
(int) 27 => 'add_power',
(int) 28 => 'add_show',
(int) 29 => 'get_shows_hbtv',
(int) 30 => 'get_shows_dnrtv',
(int) 31 => 'get_show_drt',
(int) 32 => 'get_show_vtvcab',
(int) 33 => 'get_shows_vtv',
(int) 34 => 'get_shows_hanoi',
(int) 35 => 'get_shows_vinhlong',
(int) 36 => 'get_shows_vtc',
(int) 37 => 'get_shows_kplus',
(int) 38 => 'get_show_htv',
(int) 39 => 'get_shows_sctv',
(int) 40 => 'get_show_nttv',
(int) 41 => 'get_show_bktv',
(int) 42 => 'get_shows_hgtv',
(int) 43 => 'get_shows_ntv',
(int) 44 => 'get_show_thp',
(int) 45 => 'get_show_brt',
(int) 46 => 'get_show_tqtv',
(int) 47 => 'get_show_qbtv',
(int) 48 => 'get_show_bltv',
(int) 49 => 'get_show_thbt',
(int) 50 => 'get_show_ctv',
(int) 51 => 'get_show_bptv',
(int) 52 => 'get_show_crtv',
(int) 53 => 'get_show_thgl',
(int) 54 => 'get_show_thhd',
(int) 55 => 'get_show_haugiang',
(int) 56 => 'get_show_hy',
(int) 57 => 'get_show_ktv',
(int) 58 => 'get_show_kg',
(int) 59 => 'get_show_krt',
(int) 60 => 'get_show_ltv',
(int) 61 => 'get_show_thlc',
(int) 62 => 'get_show_ldtv',
(int) 63 => 'get_show_la34',
(int) 64 => 'get_show_ndtv',
(int) 65 => 'get_show_pttv',
(int) 66 => 'get_show_vptv',
(int) 67 => 'get_show_thtg',
(int) 68 => 'get_show_tntv',
(int) 69 => 'get_show_thth',
(int) 70 => 'get_show_ttv11',
(int) 71 => 'get_show_sltv',
(int) 72 => 'get_show_sttv',
(int) 73 => 'get_show_qrtv',
(int) 74 => 'get_show_qntv',
(int) 75 => 'get_show_ptq',
(int) 76 => 'get_show_voh',
(int) 77 => 'get_show_bgtv',
(int) 78 => 'get_show_bntv',
(int) 79 => 'get_show_bdtv',
(int) 80 => 'get_show_bttv',
(int) 81 => 'get_show_thtpct',
(int) 82 => 'get_show_ptd',
(int) 83 => 'get_show_dienbien',
(int) 84 => 'get_show_thdt',
(int) 85 => 'get_show_langson',
(int) 86 => 'get_show_ninhbinh',
(int) 87 => 'get_show_thaibinh',
(int) 88 => 'get_show_thtv',
(int) 89 => 'get_show_vov',
(int) 90 => 'get_show_ttxvn',
(int) 91 => 'get_show_nhandantv',
(int) 92 => 'get_show_qhtv',
(int) 93 => 'get_show_thdl',
(int) 94 => 'get_show_htvc',
(int) 95 => 'get_show_antv',
(int) 96 => 'add_cafe_price',
(int) 97 => 'add_rubber_price',
(int) 98 => 'add_movies',
(int) 99 => 'add_schedules',
(int) 100 => 'add_ticket',
(int) 101 => 'add_airticket',
(int) 102 => 'television_list',
(int) 103 => 'get_powers_bacgiang',
(int) 104 => 'get_powers_quangninh',
(int) 105 => 'get_powers_caobang',
(int) 106 => 'get_powers_hagiang',
(int) 107 => 'random_proxy',
(int) 110 => 'afterConstruct',
(int) 111 => '_setupComponents',
(int) 112 => '_setupTheme',
(int) 115 => 'securityError',
(int) 116 => '_setupAclComponent'
)
modelClass => 'District'
modelKey => 'district'
validationErrors => null
Function => object(FunctionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Croogo => object(CroogoComponent) {
components => array(
[maximum depth reached]
)
blocksData => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
_CroogoTheme => object(CroogoTheme) {}
[protected] _defaultRoleId => (int) 3
[protected] _controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Security => object(SecurityComponent) {
blackHoleCallback => 'securityError'
requirePost => array(
[maximum depth reached]
)
requireGet => array([maximum depth reached])
requirePut => array([maximum depth reached])
requireDelete => array([maximum depth reached])
requireSecure => array([maximum depth reached])
requireAuth => array([maximum depth reached])
allowedControllers => array([maximum depth reached])
allowedActions => array([maximum depth reached])
disabledFields => array([maximum depth reached])
unlockedFields => array([maximum depth reached])
unlockedActions => array([maximum depth reached])
validatePost => true
csrfCheck => true
csrfExpires => '+30 minutes'
csrfUseOnce => true
csrfLimit => (int) 100
components => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
settings => array([maximum depth reached])
Session => object(SessionComponent) {}
[protected] _action => 'directory'
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Acl => object(AclComponent) {
Aro => object(Aro) {}
Aco => object(Aco) {}
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Instance => object(DbAcl) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Auth => object(AuthComponent) {
components => array(
[maximum depth reached]
)
authenticate => array(
[maximum depth reached]
)
authorize => array(
[maximum depth reached]
)
ajaxLogin => null
flash => array(
[maximum depth reached]
)
loginAction => array(
[maximum depth reached]
)
loginRedirect => null
logoutRedirect => array(
[maximum depth reached]
)
authError => 'You are not authorized to access that location.'
unauthorizedRedirect => array(
[maximum depth reached]
)
allowedActions => array(
[maximum depth reached]
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
settings => array([maximum depth reached])
[protected] _authenticateObjects => array([maximum depth reached])
[protected] _authorizeObjects => array([maximum depth reached])
[protected] _user => array([maximum depth reached])
[protected] _methods => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Session => object(SessionComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
RequestHandler => object(RequestHandlerComponent) {
ajaxLayout => 'ajax'
enabled => true
request => object(CakeRequest) {}
response => object(CakeResponse) {}
ext => null
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
params => object(CakeRequest) {}
[protected] _renderType => null
[protected] _inputTypeMap => array(
[maximum depth reached]
)
[protected] _viewClassMap => array(
[maximum depth reached]
)
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
AclFilter => object(AclFilterComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
CroogoAccess => object(AclAccessComponent) {
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
[protected] _controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Settings => object(SettingsComponent) {
settings => array([maximum depth reached])
components => array([maximum depth reached])
[protected] _controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Nodes => object(NodesComponent) {
nodesForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
components => array([maximum depth reached])
controller => object(DistrictsController) {}
Node => object(Node) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Menus => object(MenusComponent) {
components => array(
[maximum depth reached]
)
menusForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
controller => object(DistrictsController) {}
Link => object(Link) {}
Croogo => object(CroogoComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Blocks => object(BlocksComponent) {
blocksForLayout => array(
[maximum depth reached]
)
blocksData => array(
[maximum depth reached]
)
settings => array(
[maximum depth reached]
)
components => array([maximum depth reached])
controller => object(DistrictsController) {}
Block => object(Block) {}
[protected] _stringConverter => object(StringConverter) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Taxonomies => object(TaxonomiesComponent) {
components => array(
[maximum depth reached]
)
typesForLayout => array(
[maximum depth reached]
)
vocabulariesForLayout => array(
[maximum depth reached]
)
settings => array([maximum depth reached])
controller => object(DistrictsController) {}
Taxonomy => object(Taxonomy) {}
Croogo => object(CroogoComponent) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array(
[maximum depth reached]
)
}
Paginator => object(PaginatorComponent) {
settings => array(
[maximum depth reached]
)
whitelist => array(
[maximum depth reached]
)
components => array([maximum depth reached])
Controller => object(DistrictsController) {}
[protected] _Collection => object(ComponentCollection) {}
[protected] _componentMap => array([maximum depth reached])
}
Setting => object(Setting) {
name => 'Setting'
settingsPath => '/home/toplistvi.com/public_html/Config/settings.json'
actsAs => array(
[maximum depth reached]
)
validate => array(
[maximum depth reached]
)
filterArgs => array(
[maximum depth reached]
)
useCache => true
useDbConfig => 'default'
useTable => 'settings'
id => null
data => array([maximum depth reached])
schemaName => 'lichfilm_co_1fa6'
table => 'settings'
primaryKey => 'id'
validationErrors => array([maximum depth reached])
validationDomain => null
tablePrefix => ''
plugin => 'Settings'
alias => 'Setting'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array(
[maximum depth reached]
)
hasOne => array([maximum depth reached])
hasMany => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => null
recursive => (int) 1
order => 'Setting.weight ASC'
virtualFields => array([maximum depth reached])
__backAssociation => array([maximum depth reached])
__backInnerAssociation => array([maximum depth reached])
__backOriginalAssociation => array([maximum depth reached])
__backContainableAssociation => array([maximum depth reached])
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
[maximum depth reached]
)
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => array([maximum depth reached])
[protected] _schema => array(
[maximum depth reached]
)
[protected] _associationKeys => array(
[maximum depth reached]
)
[protected] _associations => array(
[maximum depth reached]
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => null
[protected] _validator => null
}
District => object(District) {
belongsTo => array(
[maximum depth reached]
)
hasMany => array(
[maximum depth reached]
)
useCache => true
actsAs => array(
[maximum depth reached]
)
useDbConfig => 'default'
useTable => 'districts'
id => false
data => array([maximum depth reached])
schemaName => 'lichfilm_co_1fa6'
table => 'districts'
primaryKey => 'id'
validate => array([maximum depth reached])
validationErrors => array([maximum depth reached])
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'District'
alias => 'District'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
hasOne => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => null
recursive => (int) -1
order => null
virtualFields => array([maximum depth reached])
__backAssociation => array([maximum depth reached])
__backInnerAssociation => array([maximum depth reached])
__backOriginalAssociation => array([maximum depth reached])
__backContainableAssociation => array([maximum depth reached])
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
[maximum depth reached]
)
City => object(City) {}
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => array([maximum depth reached])
[protected] _schema => array(
[maximum depth reached]
)
[protected] _associationKeys => array(
[maximum depth reached]
)
[protected] _associations => array(
[maximum depth reached]
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
Directories => object(AppModel) {
useCache => true
actsAs => array(
[maximum depth reached]
)
useDbConfig => 'default'
useTable => 'directories'
id => false
data => array([maximum depth reached])
schemaName => 'lichfilm_co_1fa6'
table => 'directories'
primaryKey => 'id'
validate => array([maximum depth reached])
validationErrors => array([maximum depth reached])
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'Directories'
alias => 'Directories'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array([maximum depth reached])
hasOne => array([maximum depth reached])
hasMany => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => null
recursive => (int) -1
order => null
virtualFields => array([maximum depth reached])
__backAssociation => array([maximum depth reached])
__backInnerAssociation => array([maximum depth reached])
__backOriginalAssociation => array([maximum depth reached])
__backContainableAssociation => array([maximum depth reached])
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
[maximum depth reached]
)
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => array([maximum depth reached])
[protected] _schema => array(
[maximum depth reached]
)
[protected] _associationKeys => array(
[maximum depth reached]
)
[protected] _associations => array(
[maximum depth reached]
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
Location => object(Location) {
hasMany => array(
[maximum depth reached]
)
useCache => true
actsAs => array(
[maximum depth reached]
)
useDbConfig => 'default'
useTable => 'locations'
id => false
data => array([maximum depth reached])
schemaName => 'lichfilm_co_1fa6'
table => 'locations'
primaryKey => 'id'
validate => array([maximum depth reached])
validationErrors => array([maximum depth reached])
validationDomain => null
tablePrefix => ''
plugin => 'Manager'
name => 'Location'
alias => 'Location'
tableToModel => array(
[maximum depth reached]
)
cacheQueries => false
belongsTo => array([maximum depth reached])
hasOne => array([maximum depth reached])
hasAndBelongsToMany => array([maximum depth reached])
Behaviors => object(BehaviorCollection) {}
whitelist => array([maximum depth reached])
cacheSources => true
findQueryType => 'all'
recursive => (int) -1
order => null
virtualFields => array([maximum depth reached])
__backAssociation => array([maximum depth reached])
__backInnerAssociation => array([maximum depth reached])
__backOriginalAssociation => array([maximum depth reached])
__backContainableAssociation => array([maximum depth reached])
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
[maximum depth reached]
)
[protected] _displayFields => array([maximum depth reached])
[protected] _editFields => array([maximum depth reached])
[protected] _schema => null
[protected] _associationKeys => array(
[maximum depth reached]
)
[protected] _associations => array(
[maximum depth reached]
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
[protected] _defaultComponents => array(
(int) 0 => 'Croogo.Croogo',
(int) 1 => 'Security',
(int) 2 => 'Acl',
(int) 3 => 'Auth',
(int) 4 => 'Session',
(int) 5 => 'RequestHandler'
)
[protected] _appComponents => array(
(int) 0 => 'Acl.AclFilter',
'CroogoAccess' => array(
'className' => 'Acl.AclAccess'
),
(int) 1 => 'Settings.Settings',
(int) 2 => 'Nodes.Nodes',
(int) 3 => 'Menus.Menus',
'Blocks.Blocks' => array(
'priority' => (int) 5
),
(int) 4 => 'Taxonomy.Taxonomies'
)
[protected] _apiComponents => array()
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {
[protected] _generalManager => object(CroogoEventManager) {}
[protected] _listeners => array(
[maximum depth reached]
)
[protected] _isGlobal => false
}
}
object(CakeRequest) {
params => array(
'plugin' => 'manager',
'controller' => 'districts',
'action' => 'directory',
'named' => array(),
'pass' => array(
(int) 0 => 'ba-ria-vung-tau',
(int) 1 => 'xuyen-moc',
(int) 2 => 'nha-hang-gia-dinh'
),
'city_slug' => 'ba-ria-vung-tau',
'district_slug' => 'xuyen-moc',
'directory_slug' => 'nha-hang-gia-dinh',
'_Token' => array(
'key' => '11995f96568b5dcdb07abf5df5db5a341fffa9f9bff8a9cf179875e5ea552ee20aa69b59f3fbc6cb97df33879e3e2f2400dca0518e13215290d8e9179d35b677',
'unlockedFields' => array([maximum depth reached])
),
'isAjax' => false,
'models' => array(
'Setting' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'Permission' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
),
'Block' => array(
[maximum depth reached]
),
'Node' => array(
[maximum depth reached]
),
'Taxonomy' => array(
[maximum depth reached]
),
'Link' => array(
[maximum depth reached]
),
'Region' => array(
[maximum depth reached]
),
'TrackableCreator' => array(
[maximum depth reached]
),
'TrackableUpdater' => array(
[maximum depth reached]
),
'User' => array(
[maximum depth reached]
),
'Meta' => array(
[maximum depth reached]
),
'ModelTaxonomy' => array(
[maximum depth reached]
),
'Menu' => array(
[maximum depth reached]
),
'Vocabulary' => array(
[maximum depth reached]
),
'District' => array(
[maximum depth reached]
),
'City' => array(
[maximum depth reached]
),
'Directories' => array(
[maximum depth reached]
),
'Location' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
base => ''
webroot => '/'
here => '/ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
),
'api' => array(
'callback' => array(
[maximum depth reached]
)
),
'whitelisted' => array(
'callback' => array(
[maximum depth reached]
)
)
)
[protected] _input => ''
}
APP/webroot/index.php line 105 → Dispatcher->dispatch(CakeRequest, CakeResponse) App :: uses ( 'Dispatcher' , 'Routing' );
$Dispatcher = new Dispatcher ();
$Dispatcher -> dispatch (new CakeRequest (), new CakeResponse (array( 'charset' => Configure :: read ( 'App.encoding' ))));
object(CakeRequest) {
params => array(
'plugin' => 'manager',
'controller' => 'districts',
'action' => 'directory',
'named' => array(),
'pass' => array(
(int) 0 => 'ba-ria-vung-tau',
(int) 1 => 'xuyen-moc',
(int) 2 => 'nha-hang-gia-dinh'
),
'city_slug' => 'ba-ria-vung-tau',
'district_slug' => 'xuyen-moc',
'directory_slug' => 'nha-hang-gia-dinh',
'_Token' => array(
'key' => '11995f96568b5dcdb07abf5df5db5a341fffa9f9bff8a9cf179875e5ea552ee20aa69b59f3fbc6cb97df33879e3e2f2400dca0518e13215290d8e9179d35b677',
'unlockedFields' => array([maximum depth reached])
),
'isAjax' => false,
'models' => array(
'Setting' => array(
[maximum depth reached]
),
'Type' => array(
[maximum depth reached]
),
'Permission' => array(
[maximum depth reached]
),
'Aro' => array(
[maximum depth reached]
),
'Aco' => array(
[maximum depth reached]
),
'Block' => array(
[maximum depth reached]
),
'Node' => array(
[maximum depth reached]
),
'Taxonomy' => array(
[maximum depth reached]
),
'Link' => array(
[maximum depth reached]
),
'Region' => array(
[maximum depth reached]
),
'TrackableCreator' => array(
[maximum depth reached]
),
'TrackableUpdater' => array(
[maximum depth reached]
),
'User' => array(
[maximum depth reached]
),
'Meta' => array(
[maximum depth reached]
),
'ModelTaxonomy' => array(
[maximum depth reached]
),
'Menu' => array(
[maximum depth reached]
),
'Vocabulary' => array(
[maximum depth reached]
),
'District' => array(
[maximum depth reached]
),
'City' => array(
[maximum depth reached]
),
'Directories' => array(
[maximum depth reached]
),
'Location' => array(
[maximum depth reached]
)
)
)
data => array()
query => array()
url => 'ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
base => ''
webroot => '/'
here => '/ba-ria-vung-tau/xuyen-moc/tim-kiem-nha-hang-gia-dinh'
[protected] _detectors => array(
'get' => array(
'env' => 'REQUEST_METHOD',
'value' => 'GET'
),
'patch' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
),
'post' => array(
'env' => 'REQUEST_METHOD',
'value' => 'POST'
),
'put' => array(
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
),
'delete' => array(
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
),
'head' => array(
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
),
'options' => array(
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
),
'ssl' => array(
'env' => 'HTTPS',
'value' => (int) 1
),
'ajax' => array(
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
),
'flash' => array(
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
),
'mobile' => array(
'env' => 'HTTP_USER_AGENT',
'options' => array(
[maximum depth reached]
)
),
'requested' => array(
'param' => 'requested',
'value' => (int) 1
),
'json' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'json'
),
'xml' => array(
'accept' => array(
[maximum depth reached]
),
'param' => 'ext',
'value' => 'xml'
),
'api' => array(
'callback' => array(
[maximum depth reached]
)
),
'whitelisted' => array(
'callback' => array(
[maximum depth reached]
)
)
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
(int) 100 => 'Continue',
(int) 101 => 'Switching Protocols',
(int) 200 => 'OK',
(int) 201 => 'Created',
(int) 202 => 'Accepted',
(int) 203 => 'Non-Authoritative Information',
(int) 204 => 'No Content',
(int) 205 => 'Reset Content',
(int) 206 => 'Partial Content',
(int) 300 => 'Multiple Choices',
(int) 301 => 'Moved Permanently',
(int) 302 => 'Found',
(int) 303 => 'See Other',
(int) 304 => 'Not Modified',
(int) 305 => 'Use Proxy',
(int) 307 => 'Temporary Redirect',
(int) 400 => 'Bad Request',
(int) 401 => 'Unauthorized',
(int) 402 => 'Payment Required',
(int) 403 => 'Forbidden',
(int) 404 => 'Not Found',
(int) 405 => 'Method Not Allowed',
(int) 406 => 'Not Acceptable',
(int) 407 => 'Proxy Authentication Required',
(int) 408 => 'Request Time-out',
(int) 409 => 'Conflict',
(int) 410 => 'Gone',
(int) 411 => 'Length Required',
(int) 412 => 'Precondition Failed',
(int) 413 => 'Request Entity Too Large',
(int) 414 => 'Request-URI Too Large',
(int) 415 => 'Unsupported Media Type',
(int) 416 => 'Requested range not satisfiable',
(int) 417 => 'Expectation Failed',
(int) 429 => 'Too Many Requests',
(int) 500 => 'Internal Server Error',
(int) 501 => 'Not Implemented',
(int) 502 => 'Bad Gateway',
(int) 503 => 'Service Unavailable',
(int) 504 => 'Gateway Time-out',
(int) 505 => 'Unsupported Version'
)
[protected] _mimeTypes => array(
'html' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'json' => array(
(int) 0 => 'text/x-json',
(int) 1 => 'application/json'
),
'xml' => array(
(int) 0 => 'application/xml',
(int) 1 => 'text/xml'
),
'rss' => 'application/rss+xml',
'ai' => 'application/postscript',
'bcpio' => 'application/x-bcpio',
'bin' => 'application/octet-stream',
'ccad' => 'application/clariscad',
'cdf' => 'application/x-netcdf',
'class' => 'application/octet-stream',
'cpio' => 'application/x-cpio',
'cpt' => 'application/mac-compactpro',
'csh' => 'application/x-csh',
'csv' => array(
(int) 0 => 'text/csv',
(int) 1 => 'application/vnd.ms-excel'
),
'dcr' => 'application/x-director',
'dir' => 'application/x-director',
'dms' => 'application/octet-stream',
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'drw' => 'application/drafting',
'dvi' => 'application/x-dvi',
'dwg' => 'application/acad',
'dxf' => 'application/dxf',
'dxr' => 'application/x-director',
'eot' => 'application/vnd.ms-fontobject',
'eps' => 'application/postscript',
'exe' => 'application/octet-stream',
'ez' => 'application/andrew-inset',
'flv' => 'video/x-flv',
'gtar' => 'application/x-gtar',
'gz' => 'application/x-gzip',
'bz2' => 'application/x-bzip',
'7z' => 'application/x-7z-compressed',
'hdf' => 'application/x-hdf',
'hqx' => 'application/mac-binhex40',
'ico' => 'image/x-icon',
'ips' => 'application/x-ipscript',
'ipx' => 'application/x-ipix',
'js' => 'application/javascript',
'jsonapi' => 'application/vnd.api+json',
'latex' => 'application/x-latex',
'lha' => 'application/octet-stream',
'lsp' => 'application/x-lisp',
'lzh' => 'application/octet-stream',
'man' => 'application/x-troff-man',
'me' => 'application/x-troff-me',
'mif' => 'application/vnd.mif',
'ms' => 'application/x-troff-ms',
'nc' => 'application/x-netcdf',
'oda' => 'application/oda',
'otf' => 'font/otf',
'pdf' => 'application/pdf',
'pgn' => 'application/x-chess-pgn',
'pot' => 'application/vnd.ms-powerpoint',
'pps' => 'application/vnd.ms-powerpoint',
'ppt' => 'application/vnd.ms-powerpoint',
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'ppz' => 'application/vnd.ms-powerpoint',
'pre' => 'application/x-freelance',
'prt' => 'application/pro_eng',
'ps' => 'application/postscript',
'roff' => 'application/x-troff',
'scm' => 'application/x-lotusscreencam',
'set' => 'application/set',
'sh' => 'application/x-sh',
'shar' => 'application/x-shar',
'sit' => 'application/x-stuffit',
'skd' => 'application/x-koan',
'skm' => 'application/x-koan',
'skp' => 'application/x-koan',
'skt' => 'application/x-koan',
'smi' => 'application/smil',
'smil' => 'application/smil',
'sol' => 'application/solids',
'spl' => 'application/x-futuresplash',
'src' => 'application/x-wais-source',
'step' => 'application/STEP',
'stl' => 'application/SLA',
'stp' => 'application/STEP',
'sv4cpio' => 'application/x-sv4cpio',
'sv4crc' => 'application/x-sv4crc',
'svg' => 'image/svg+xml',
'svgz' => 'image/svg+xml',
'swf' => 'application/x-shockwave-flash',
't' => 'application/x-troff',
'tar' => 'application/x-tar',
'tcl' => 'application/x-tcl',
'tex' => 'application/x-tex',
'texi' => 'application/x-texinfo',
'texinfo' => 'application/x-texinfo',
'tr' => 'application/x-troff',
'tsp' => 'application/dsptype',
'ttc' => 'font/ttf',
'ttf' => 'font/ttf',
'unv' => 'application/i-deas',
'ustar' => 'application/x-ustar',
'vcd' => 'application/x-cdlink',
'vda' => 'application/vda',
'xlc' => 'application/vnd.ms-excel',
'xll' => 'application/vnd.ms-excel',
'xlm' => 'application/vnd.ms-excel',
'xls' => 'application/vnd.ms-excel',
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xlw' => 'application/vnd.ms-excel',
'zip' => 'application/zip',
'aif' => 'audio/x-aiff',
'aifc' => 'audio/x-aiff',
'aiff' => 'audio/x-aiff',
'au' => 'audio/basic',
'kar' => 'audio/midi',
'mid' => 'audio/midi',
'midi' => 'audio/midi',
'mp2' => 'audio/mpeg',
'mp3' => 'audio/mpeg',
'mpga' => 'audio/mpeg',
'ogg' => 'audio/ogg',
'oga' => 'audio/ogg',
'spx' => 'audio/ogg',
'ra' => 'audio/x-realaudio',
'ram' => 'audio/x-pn-realaudio',
'rm' => 'audio/x-pn-realaudio',
'rpm' => 'audio/x-pn-realaudio-plugin',
'snd' => 'audio/basic',
'tsi' => 'audio/TSP-audio',
'wav' => 'audio/x-wav',
'aac' => 'audio/aac',
'asc' => 'text/plain',
'c' => 'text/plain',
'cc' => 'text/plain',
'css' => 'text/css',
'etx' => 'text/x-setext',
'f' => 'text/plain',
'f90' => 'text/plain',
'h' => 'text/plain',
'hh' => 'text/plain',
'htm' => array(
(int) 0 => 'text/html',
(int) 1 => '*/*'
),
'ics' => 'text/calendar',
'm' => 'text/plain',
'rtf' => 'text/rtf',
'rtx' => 'text/richtext',
'sgm' => 'text/sgml',
'sgml' => 'text/sgml',
'tsv' => 'text/tab-separated-values',
'tpl' => 'text/template',
'txt' => 'text/plain',
'text' => 'text/plain',
'avi' => 'video/x-msvideo',
'fli' => 'video/x-fli',
'mov' => 'video/quicktime',
'movie' => 'video/x-sgi-movie',
'mpe' => 'video/mpeg',
'mpeg' => 'video/mpeg',
'mpg' => 'video/mpeg',
'qt' => 'video/quicktime',
'viv' => 'video/vnd.vivo',
'vivo' => 'video/vnd.vivo',
'ogv' => 'video/ogg',
'webm' => 'video/webm',
'mp4' => 'video/mp4',
'm4v' => 'video/mp4',
'f4v' => 'video/mp4',
'f4p' => 'video/mp4',
'm4a' => 'audio/mp4',
'f4a' => 'audio/mp4',
'f4b' => 'audio/mp4',
'gif' => 'image/gif',
'ief' => 'image/ief',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'jpe' => 'image/jpeg',
'pbm' => 'image/x-portable-bitmap',
'pgm' => 'image/x-portable-graymap',
'png' => 'image/png',
'pnm' => 'image/x-portable-anymap',
'ppm' => 'image/x-portable-pixmap',
'ras' => 'image/cmu-raster',
'rgb' => 'image/x-rgb',
'tif' => 'image/tiff',
'tiff' => 'image/tiff',
'xbm' => 'image/x-xbitmap',
'xpm' => 'image/x-xpixmap',
'xwd' => 'image/x-xwindowdump',
'psd' => array(
(int) 0 => 'application/photoshop',
(int) 1 => 'application/psd',
(int) 2 => 'image/psd',
(int) 3 => 'image/x-photoshop',
(int) 4 => 'image/photoshop',
(int) 5 => 'zz-application/zz-winassoc-psd'
),
'ice' => 'x-conference/x-cooltalk',
'iges' => 'model/iges',
'igs' => 'model/iges',
'mesh' => 'model/mesh',
'msh' => 'model/mesh',
'silo' => 'model/mesh',
'vrml' => 'model/vrml',
'wrl' => 'model/vrml',
'mime' => 'www/mime',
'pdb' => 'chemical/x-pdb',
'xyz' => 'chemical/x-pdb',
'javascript' => 'application/javascript',
'form' => 'application/x-www-form-urlencoded',
'file' => 'multipart/form-data',
'xhtml' => array(
(int) 0 => 'application/xhtml+xml',
(int) 1 => 'application/xhtml',
(int) 2 => 'text/xhtml'
),
'xhtml-mobile' => 'application/vnd.wap.xhtml+xml',
'atom' => 'application/atom+xml',
'amf' => 'application/x-amf',
'wap' => array(
(int) 0 => 'text/vnd.wap.wml',
(int) 1 => 'text/vnd.wap.wmlscript',
(int) 2 => 'image/vnd.wap.wbmp'
),
'wml' => 'text/vnd.wap.wml',
'wmlscript' => 'text/vnd.wap.wmlscript',
'wbmp' => 'image/vnd.wap.wbmp',
'woff' => 'application/x-font-woff',
'webp' => 'image/webp',
'appcache' => 'text/cache-manifest',
'manifest' => 'text/cache-manifest',
'htc' => 'text/x-component',
'rdf' => 'application/xml',
'crx' => 'application/x-chrome-extension',
'oex' => 'application/x-opera-extension',
'xpi' => 'application/x-xpinstall',
'safariextz' => 'application/octet-stream',
'webapp' => 'application/x-web-app-manifest+json',
'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
'pkpass' => 'application/vnd.apple.pkpass',
'ajax' => 'text/html'
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array()
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array()
[protected] _cookies => array()
}
APP/index.php line 18 → require(string) * @ since CakePHP ( tm ) v 0.10.0.1076
* @ license MIT License ( http : //www.opensource.org/licenses/mit-license.php)
*/
require 'webroot' . DIRECTORY_SEPARATOR . 'index.php' ;
'/home/toplistvi.com/public_html/webroot/index.php'
Warning (2) : session_write_close() [function.session-write-close ]: write failed: No space left on device (28) [Unknown , line 0 ]Code Context session_write_close - [internal], line ??
[main] - [internal], line ?? Warning (2) : session_write_close() [function.session-write-close ]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) [Unknown , line 0 ]Code Context session_write_close - [internal], line ??
[main] - [internal], line ?? Warning (512) : _cake_core_ cache was unable to write 'method_cache' to File cache [APP/Vendor/cakephp/cakephp/lib/Cake/Cache/Cache.php , line 327 ]Code Context static:: $_engines [ $config ]-> settings [ 'engine' ]
),
E_USER_WARNING
$key = 'method_cache'
$value = array(
(int) 0 => false,
'name' => array(
'e03a777181ec5a87bd0b60a2076b7467' => '`Region`',
'a07391a347cd68a4d1bce4ec4dbc4e6f' => '`Region`.`block_count`',
'f5807bd4b1e800229c1cfd99f42893f8' => '`Region`.`id`',
'a19233d59b5cdd9d3f71f3fcbed69668' => '`Region`.`alias`',
'd99822228c1d2a8d806fa4eec238188c' => '`Region`.`id`',
'474a7ff8273a5e0cf6bd104f9698674b' => '`Region`.`alias`',
'6a13157433c0f1f973232bbe279335a4' => '`lichfilm_co_1fa6`',
'976fd89e2c4c73a0e8f3638485c299c7' => '`regions`',
'39ecec26e4f51429ce165fcf64b73f9e' => '`Region`.`block_count`',
'5105d75b8621361c1d09b4237d39f709' => '`Block`',
'a4ff1f09d3b56ac3dcdd88e74adefc69' => '`Block`.`visibility_roles`',
'124d42bec45da18ee8e19da1eee6034f' => '`Block`.`status`',
'fb4262d8a2b6b0d98d949bba59747b11' => '`Block`.`region_id`',
'9ddecd17afe5481ef3c0795e3b26dd9a' => '`Block`.`weight`',
'cccc357f444797cc96949e1b6563b2f1' => '`Block`.`publish_start`',
'26364ba023f6b6b479eacc178bc70795' => '`Block`.`publish_end`',
'f145b82c1579bf3183f0b0f9e351c4fc' => '`Block`.`id`',
'8971585447a5f12b813ecbd503c4cb8b' => '`Block`.`title`',
'f48f96a937f518a7a16adddfdc04acba' => '`Block`.`alias`',
'2f8393b2a1741ecceaa25886590862d2' => '`Block`.`body`',
'97aa31051c9a078d01735f920dab9f05' => '`Block`.`show_title`',
'c3c6739702e1027fa77fca22d70d761b' => '`Block`.`class`',
'48500f9d71883f425e402e8fcd75e890' => '`Block`.`element`',
'174c372b51d15a67f4fa1914fa67e453' => '`Block`.`visibility_paths`',
'4d3bb760d1c43f004e4632192a4672db' => '`Block`.`visibility_php`',
'71d74bd95390704121e5648b134252fc' => '`Block`.`params`',
'8ba01fda9ddab3f17120bc04b76741eb' => '`Block`.`updated`',
'f8eac73fdc3d8afaa78de87bb5449939' => '`Block`.`updated_by`',
'ea048adac6037c4b352602554178bc1b' => '`Block`.`created`',
'097fa5affcee7b8935badaabc60f6e1b' => '`Block`.`created_by`',
'317b7d0127b33db868b026d8414df399' => '`Region`.`title`',
'23767523f6ab294c4ad52bd77466ed1c' => '`Region`.`description`',
'0714256098bf31dec776cda3d446c68d' => '`Region`.`created`',
'55204f2ac06ab3a7b31f148682f79343' => '`Region`.`created_by`',
'c38d542421d7d5984b016fe769cbc4d5' => '`Region`.`updated`',
'd3d18c8c1958c43832b867b1aea49198' => '`Region`.`updated_by`',
'95f1402fd62787f6c259f42488f874f9' => '`TrackableCreator`.`id`',
'6ab12101ad1dcefe22e2977b68c9f03d' => '`TrackableCreator`.`role_id`',
'dd88f739f86c9cc544445a0157394137' => '`TrackableCreator`.`username`',
'7e6d009d1233142560a109fc2d9e918f' => '`TrackableCreator`.`password`',
'12b4a11eac9b4fdcf031b83204ec1751' => '`TrackableCreator`.`name`',
'd1e50d94756dc61324673a21a94fc21d' => '`TrackableCreator`.`email`',
'd4d8522968170db2bce6cc943c325fa2' => '`TrackableCreator`.`website`',
'c8b23bd2817840e166ce9f1511612b77' => '`TrackableCreator`.`activation_key`',
'fa553050b636aae645064bdb53390e66' => '`TrackableCreator`.`image`',
'0f169fb720f458d856f51cfe79ea920e' => '`TrackableCreator`.`bio`',
'a28776cc44f8d1fafa594f0662ad83dd' => '`TrackableCreator`.`status`',
'b7aa60682268f21847bc743bb9f37180' => '`TrackableCreator`.`updated`',
'99cdac48693f4be2beb656c4909f3838' => '`TrackableCreator`.`updated_by`',
'0ab49f3f540af204813e756ab03b8f9d' => '`TrackableCreator`.`created`',
'b37e2290300ca2aaa866a6f5141b7aef' => '`TrackableCreator`.`timezone`',
'70bdbbadd448d5e294bee330747a2fa6' => '`TrackableCreator`.`created_by`',
'76f8ac24236fca5134c21bbc86727b57' => '`TrackableUpdater`.`id`',
'74da1b67bcb30364e67ed35be744dde6' => '`TrackableUpdater`.`role_id`',
'db9a412c83606c2e451490ff77b3d373' => '`TrackableUpdater`.`username`',
'18d4045048fce21bed7883824a5c7bcf' => '`TrackableUpdater`.`password`',
'9133d5bca5199a03f5446970560ab68a' => '`TrackableUpdater`.`name`',
'2ecf4bad72394408aca0269d9bef261c' => '`TrackableUpdater`.`email`',
'6e890e392c25e4c8c6f8d1e806fbe529' => '`TrackableUpdater`.`website`',
'c9702ae523ff09044c2009c1189ea53a' => '`TrackableUpdater`.`activation_key`',
'0015252eb595394c398a59cb68c9bd5c' => '`TrackableUpdater`.`image`',
'fbaf34083d5e7349b4f1d9892d508218' => '`TrackableUpdater`.`bio`',
'ca3845b52f340cea80c8299cb14a518a' => '`TrackableUpdater`.`status`',
'9a1b81275e7cac436103c12dfb41bee9' => '`TrackableUpdater`.`updated`',
'e8771d71bb7d256abd751e935c91072f' => '`TrackableUpdater`.`updated_by`',
'65830f87e3834519eb122a03295fa96c' => '`TrackableUpdater`.`created`',
'42c61afa14bb4fdbe9d174adf5641dae' => '`TrackableUpdater`.`timezone`',
'ada133043b15594f9670426737a7335c' => '`TrackableUpdater`.`created_by`',
'fc65a1afcfe6ef6957eb504772743578' => '`blocks`',
'5c78ed48d35e3ec3a989d2bb45036640' => '`TrackableCreator`',
'f94a437fb7858e092079378f93ef2c71' => '`users`',
'10b3522b63d5c69e11a324ddc462ed9d' => '`TrackableUpdater`',
'fcb2e4249a93552443e6b6d7745e32d9' => '`Block`.`region_id`',
'24360b77f1c48bedc609d4f8cd8ee180' => '`Block`.`visibility_roles`',
'5eab234893c39cabcaf31a5732cfaadb' => '`Block`.`publish_start`',
'581f989d50bb32d413235851f715f821' => '`Block`.`publish_end`',
'678a30f5892bac56adab930b89229b63' => '`Node`',
'f17117c362b12b5ebaa95d6c671bb904' => '`Node`.`publish_start`',
'afc7fbbc6ffcf316371c14dbb81a26d0' => '`Node`.`publish_end`',
'e426274288df43b761a2f289046eede3' => '`Node`.`id`',
'7a88a145e3c7def38a77d6fb53bae0c4' => '`Node`.`parent_id`',
'e0a2ac3af00c01816ae12894680d14ee' => '`Node`.`user_id`',
'c92582a1509cca619c843a3c3d5102c6' => '`Node`.`title`',
'a3ce4970cb8c303c107828092d37f4e6' => '`Node`.`slug`',
'cefba5ca9a7df7fd3e108bf2d68c3bac' => '`Node`.`body`',
'03c387da8ca40341b6c94f4a3f40fdd1' => '`Node`.`excerpt`',
'ae0693e2fed3a03939d10e12e3a2f910' => '`Node`.`seo_title`',
'90bd50e88d0885792acf7e602e7b0ce0' => '`Node`.`image`',
'387abaafb29e7176c72b9964b50a9f17' => '`Node`.`status`',
'9134019101bc573c4a92a17b15f6795d' => '`Node`.`mime_type`',
'5770329366a6bd02f36cdb37a29e478d' => '`Node`.`comment_status`',
'0bafea247578c8d1330b140f15e4ab32' => '`Node`.`comment_count`',
'2189c3adbc3517a25b867c05e7043c46' => '`Node`.`promote`',
'94635cd53747593e2b38ba950409d054' => '`Node`.`path`',
'3bc34f00c01e2cadbaf4d3f303e575d9' => '`Node`.`terms`',
'bc86e74ea646d90bd851385e8f164924' => '`Node`.`sticky`',
'10df80a6be139799c6a2e6d7a77dc76c' => '`Node`.`lft`',
'fe38997604d83192dfc73484658807fa' => '`Node`.`rght`',
'f1aa931850c8d7b6a3d9a34271a7fefa' => '`Node`.`visibility_roles`',
'56a1553d1c1e865466e46a8ea6baf105' => '`Node`.`type`',
'0ee002ebdb7523212ea28743d5fb6719' => '`Node`.`updated`',
'18fe85c47662c91e04de125aabd35aa8' => '`Node`.`updated_by`',
'24153953a6d6a7af83108d3d519a5da3' => '`Node`.`created`',
'4dec797903b888db2caf66a6eda8eba6' => '`Node`.`created_by`',
'84aed5ca7734df237971a8964bd0217a' => '`User`.`id`',
'e281f763f1dbc6d22815fb38109a02fc' => '`User`.`role_id`',
'441e6eaad1b5f34da125c63e3ecd7702' => '`User`.`username`',
'46bea0d8cb0ffa1c5c7f63ad1e39035b' => '`User`.`password`',
'd02461939758c2308d7bd7a6b9f8a411' => '`User`.`name`',
'97c268dcd8412cd254419ed9b5f0d32e' => '`User`.`email`',
'f01f146afb517176953bae148d163c55' => '`User`.`website`',
'f88ad1da0de1c1bcefb5ccbdb571cffd' => '`User`.`activation_key`',
'484d9b341c9b1af0fabd8ca7aeab157b' => '`User`.`image`',
'9f3d9d1d231561adc5db936f5eee217c' => '`User`.`bio`',
'c3166f52a27d4d42189834333694a26c' => '`User`.`status`',
'acaf5a1b90767e3b7a8185d2424eb9d2' => '`User`.`updated`',
'37c4024a5574d946af375b54ed6694b6' => '`User`.`updated_by`',
'655616af09a4d136eca1b18964f0e43c' => '`User`.`created`',
'a32a11dabe0b69126d9fe96efc7ea73c' => '`User`.`timezone`',
'192e584ee94edf38f402db00e103619f' => '`User`.`created_by`',
'a95fe881e6cf7cb9047563638d0bc631' => '`nodes`',
'eb9b37fa6fe3e5c49f921ddcd721b306' => '`User`',
'334a8f29839a1a541de84999b5bcce1f' => '`Node`.`publish_start`',
'0c2b30d75822259646e2f2b27f1c5108' => '`Node`.`publish_end`',
'aec653e1e4dd36f4b03c5a5209837382' => '`Meta`.`id`',
'ce4c93f55b2edacfe9edb041f55333c0' => '`Meta`.`model`',
'1a5c7e30ed05a4679815691b8143066d' => '`Meta`.`foreign_key`',
'5bb2097379760fb0a5857052f910c991' => '`Meta`.`key`',
'5d6e81c21ed720f6650d79514fc7bce8' => '`Meta`.`value`',
'c060453892968c8cf29956e86d1c5e73' => '`Meta`.`weight`',
'69a48d70e6c1fc161a266323c3f7da63' => '`Meta`.`created`',
'49f86a4a5956c601e50ff0f438e177c3' => '`Meta`.`created_by`',
'a869a19d0b68655ad941b507bda6c1b5' => '`Meta`.`updated`',
'2fe5db58b1483ae7f8f4626164626a12' => '`Meta`.`updated_by`',
'071d88d257bddad6490719e081065bd7' => '`meta`',
'2e90f83910b76e2c30644c35b5fa4caa' => '`Meta`',
'1e660187cdefa780d6266199a857882e' => '`ModelTaxonomy`.`id`',
'629b62dc0ecfbe76ca5e91df07366a0b' => '`ModelTaxonomy`.`model`',
'a2879a80bb49444b45468e23da8f2d55' => '`ModelTaxonomy`.`foreign_key`',
'97aa8428bd519a7c3dcd89d806bd772b' => '`ModelTaxonomy`.`taxonomy_id`',
'2b37ce020bfc9172264b6c635593bb70' => '`taxonomies`',
'20a1847da44996e8ecbdaddbe4e94d0f' => '`Taxonomy`.`id`',
'fdf8a579ede55e10d4204fc625f031f6' => '`Taxonomy`.`parent_id`',
'7faf7ad9e35ea447792bc78e70e7eeeb' => '`Taxonomy`.`term_id`',
'301844588d02995923e0aae7719c19cb' => '`Taxonomy`.`vocabulary_id`',
'671ec56936f5cff5213ba04b46256436' => '`Taxonomy`.`lft`',
'f08469af63c74298c3a4ec8c0ef8f222' => '`Taxonomy`.`rght`',
'b3152b37da369afcea73c39334b90769' => '`ModelTaxonomy`',
'490c851f51b8528edb49af7b80ec6ea6' => '`model_taxonomies`',
'e20db5dbee8e3a4fe1108c8362a51046' => '`model`',
'4ecba99aecb8ca46397bc183579ef450' => '`Taxonomy`',
'cea98e8ccd2742666d4cab32e3a8a7f3' => '`District`.`name`',
'4e76f9d054add02aa54802310de70a12' => '`District`.`image`',
'c5be20a7672b536f1b4cbb60f8bc1dc9' => '`District`.`slug`',
'ed5400413351903f7b7bc3e6c68deb5e' => '`District`.`lat`',
'7b0939133332b47b0ed638231db655bb' => '`District`.`lon`',
'267549f11b7468070d5595038cbddb8e' => '`City`.`name`',
'35b9d905836c105064c64bffed5de4a1' => '`City`.`slug`',
'a9ea896cf31d8ac144289c3f404161a1' => '`City`.`image`',
'337cd6b83d005a1ebf4b1f3a78b7dc05' => '`City`.`lat`',
'70162f077645465beab16c326f6eeb75' => '`City`.`lon`',
'e65dfdabcb8ecb35fa83c08d5e95cb12' => '`City`.`id`',
'f5c541fe62b7894c67ef476e23a8caa7' => '`District`.`city_id`',
'3048e806321ba26aab577e03b46100f4' => '`districts`',
'8bab32467ac128f081d25c8d46f77f0b' => '`City`',
'cb8e9149a3ea2470e6c83205a54301c2' => '`cities`',
'03bf753dfbbaa8009ee779534054ba83' => '`District`',
'91de00b76c753fa10bc22cd9421cab64' => '`Directories`.`name`',
'e49214c57e3f4648768b62f34ae42e0f' => '`Directories`.`slug`',
'f360479858cdff037e840a1dc26d29dd' => '`Directories`.`image`',
'9c02a0d28a376cf450bf23cad0077b54' => '`directories`',
'a56f98cf695f65eeec42e7d7709d927e' => '`Directories`',
'9ffea72c8c5c14d95a6a207e3d5f4fe5' => '`locations`',
'e87fbbdd4ac1eea99278968aa1ed4b1d' => '`Location`.`type`',
'29229326100657d04e3cfba466f09344' => '`Location`',
'd2c23d1b4feeec456d72cdc94cc44595' => '`id`',
'51e75282a65d5e2e98b96245d20ca64c' => '`Location`.`thumbnail`'
),
'fields' => array(
'713f70baf3b9c74721029ec72568c3cc' => array(
(int) 0 => '`Region`.`id`',
(int) 1 => '`Region`.`alias`'
),
'b7d1322f4bc3c45f1b35999026e03999' => array(
(int) 0 => '`Block`.`id`',
(int) 1 => '`Block`.`region_id`',
(int) 2 => '`Block`.`title`',
(int) 3 => '`Block`.`alias`',
(int) 4 => '`Block`.`body`',
(int) 5 => '`Block`.`show_title`',
(int) 6 => '`Block`.`class`',
(int) 7 => '`Block`.`status`',
(int) 8 => '`Block`.`weight`',
(int) 9 => '`Block`.`element`',
(int) 10 => '`Block`.`visibility_roles`',
(int) 11 => '`Block`.`visibility_paths`',
(int) 12 => '`Block`.`visibility_php`',
(int) 13 => '`Block`.`params`',
(int) 14 => '`Block`.`publish_start`',
(int) 15 => '`Block`.`publish_end`',
(int) 16 => '`Block`.`updated`',
(int) 17 => '`Block`.`updated_by`',
(int) 18 => '`Block`.`created`',
(int) 19 => '`Block`.`created_by`'
),
'bffd04a269a44ebc3f5ae8c38563157d' => array(
(int) 0 => '`Region`.`id`',
(int) 1 => '`Region`.`title`',
(int) 2 => '`Region`.`alias`',
(int) 3 => '`Region`.`description`',
(int) 4 => '`Region`.`block_count`',
(int) 5 => '`Region`.`created`',
(int) 6 => '`Region`.`created_by`',
(int) 7 => '`Region`.`updated`',
(int) 8 => '`Region`.`updated_by`'
),
'7a03de8f4f901d0c3b1b77392f9a979f' => array(
(int) 0 => '`TrackableCreator`.`id`',
(int) 1 => '`TrackableCreator`.`role_id`',
(int) 2 => '`TrackableCreator`.`username`',
(int) 3 => '`TrackableCreator`.`password`',
(int) 4 => '`TrackableCreator`.`name`',
(int) 5 => '`TrackableCreator`.`email`',
(int) 6 => '`TrackableCreator`.`website`',
(int) 7 => '`TrackableCreator`.`activation_key`',
(int) 8 => '`TrackableCreator`.`image`',
(int) 9 => '`TrackableCreator`.`bio`',
(int) 10 => '`TrackableCreator`.`status`',
(int) 11 => '`TrackableCreator`.`updated`',
(int) 12 => '`TrackableCreator`.`updated_by`',
(int) 13 => '`TrackableCreator`.`created`',
(int) 14 => '`TrackableCreator`.`timezone`',
(int) 15 => '`TrackableCreator`.`created_by`'
),
'3a412c96377a19a6b448d9bc023c8ae5' => array(
(int) 0 => '`TrackableUpdater`.`id`',
(int) 1 => '`TrackableUpdater`.`role_id`',
(int) 2 => '`TrackableUpdater`.`username`',
(int) 3 => '`TrackableUpdater`.`password`',
(int) 4 => '`TrackableUpdater`.`name`',
(int) 5 => '`TrackableUpdater`.`email`',
(int) 6 => '`TrackableUpdater`.`website`',
(int) 7 => '`TrackableUpdater`.`activation_key`',
(int) 8 => '`TrackableUpdater`.`image`',
(int) 9 => '`TrackableUpdater`.`bio`',
(int) 10 => '`TrackableUpdater`.`status`',
(int) 11 => '`TrackableUpdater`.`updated`',
(int) 12 => '`TrackableUpdater`.`updated_by`',
(int) 13 => '`TrackableUpdater`.`created`',
(int) 14 => '`TrackableUpdater`.`timezone`',
(int) 15 => '`TrackableUpdater`.`created_by`'
),
'de62560ec1cfe2bccd18af533bfcebcb' => array(
(int) 0 => '`Node`.`id`',
(int) 1 => '`Node`.`parent_id`',
(int) 2 => '`Node`.`user_id`',
(int) 3 => '`Node`.`title`',
(int) 4 => '`Node`.`slug`',
(int) 5 => '`Node`.`body`',
(int) 6 => '`Node`.`excerpt`',
(int) 7 => '`Node`.`seo_title`',
(int) 8 => '`Node`.`image`',
(int) 9 => '`Node`.`status`',
(int) 10 => '`Node`.`mime_type`',
(int) 11 => '`Node`.`comment_status`',
(int) 12 => '`Node`.`comment_count`',
(int) 13 => '`Node`.`promote`',
(int) 14 => '`Node`.`path`',
(int) 15 => '`Node`.`terms`',
(int) 16 => '`Node`.`sticky`',
(int) 17 => '`Node`.`lft`',
(int) 18 => '`Node`.`rght`',
(int) 19 => '`Node`.`visibility_roles`',
(int) 20 => '`Node`.`type`',
(int) 21 => '`Node`.`publish_start`',
(int) 22 => '`Node`.`publish_end`',
(int) 23 => '`Node`.`updated`',
(int) 24 => '`Node`.`updated_by`',
(int) 25 => '`Node`.`created`',
(int) 26 => '`Node`.`created_by`'
),
'45771833c1ed8987e6890ab59579816c' => array(
(int) 0 => '`User`.`id`',
(int) 1 => '`User`.`role_id`',
(int) 2 => '`User`.`username`',
(int) 3 => '`User`.`password`',
(int) 4 => '`User`.`name`',
(int) 5 => '`User`.`email`',
(int) 6 => '`User`.`website`',
(int) 7 => '`User`.`activation_key`',
(int) 8 => '`User`.`image`',
(int) 9 => '`User`.`bio`',
(int) 10 => '`User`.`status`',
(int) 11 => '`User`.`updated`',
(int) 12 => '`User`.`updated_by`',
(int) 13 => '`User`.`created`',
(int) 14 => '`User`.`timezone`',
(int) 15 => '`User`.`created_by`'
),
'49c7dac6f1017af0b833235e07ad2286' => array(
(int) 0 => '`Node`.`id`'
),
'6dbf1174327c3216d742c8198b9acb18' => array(
(int) 0 => '`Meta`.`id`',
(int) 1 => '`Meta`.`model`',
(int) 2 => '`Meta`.`foreign_key`',
(int) 3 => '`Meta`.`key`',
(int) 4 => '`Meta`.`value`',
(int) 5 => '`Meta`.`weight`',
(int) 6 => '`Meta`.`created`',
(int) 7 => '`Meta`.`created_by`',
(int) 8 => '`Meta`.`updated`',
(int) 9 => '`Meta`.`updated_by`'
),
'edeeff9f32c1228dced010c9c144fca6' => array(
(int) 0 => '`Meta`.`foreign_key`'
),
'0f653bdd80e7ca88f3a7dab7d547c4c0' => array(
(int) 0 => '`ModelTaxonomy`.`id`',
(int) 1 => '`ModelTaxonomy`.`model`',
(int) 2 => '`ModelTaxonomy`.`foreign_key`',
(int) 3 => '`ModelTaxonomy`.`taxonomy_id`'
),
'14a8552cacdac505cd5c5569705d2151' => array(
(int) 0 => '`Taxonomy`.`id`',
(int) 1 => '`Taxonomy`.`parent_id`',
(int) 2 => '`Taxonomy`.`term_id`',
(int) 3 => '`Taxonomy`.`vocabulary_id`',
(int) 4 => '`Taxonomy`.`lft`',
(int) 5 => '`Taxonomy`.`rght`'
),
'0148e2ecf2dc8ae8d34f43c46236c4a2' => array(
(int) 0 => '`District`.`name`',
(int) 1 => '`District`.`image`',
(int) 2 => '`District`.`slug`',
(int) 3 => '`District`.`lat`',
(int) 4 => '`District`.`lon`',
(int) 5 => '`City`.`name`',
(int) 6 => '`City`.`slug`',
(int) 7 => '`City`.`image`',
(int) 8 => '`City`.`lat`',
(int) 9 => '`City`.`lon`',
(int) 10 => '`City`.`id`'
),
'ff23bf3a8d0242f7eeebd163789bc8ad' => array(
(int) 0 => '`Directories`.`name`',
(int) 1 => '`Directories`.`slug`',
(int) 2 => '`Directories`.`image`'
),
'0fd84eb426adc139fe2c7b490ed3c5ff' => array(
(int) 0 => '`Location`.`type`',
(int) 1 => 'COUNT(`Location`.`id`) as total',
(int) 2 => '`Location`.`thumbnail`'
)
)
)
$config = '_cake_core_'
$settings = array(
'prefix' => 'croogo_cake_core_',
'path' => '/home/toplistvi.com/public_html/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'engine' => 'File',
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false Cache::write() - APP/Vendor/cakephp/cakephp/lib/Cake/Cache/Cache.php, line 327
DboSource::__destruct() - APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/DboSource.php, line 3662
[main] - [internal], line ??