Unable to configure the session, setting session.use_trans_sid failed.
Error: An Internal Error Has Occurred.
Stack Trace
- APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/CakeSession.php line 588 → CakeSession::_configureSession()
}
static::init();
static::_configureSession();
- APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/CakeSession.php line 599 → CakeSession::_cookieName()
* @return bool
*/
protected static function _hasSession() {
return static::started() || isset($_COOKIE[static::_cookieName()]) || (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg');
}
- APP/Vendor/cakephp/cakephp/lib/Cake/Model/Datasource/CakeSession.php line 233 → CakeSession::_hasSession()
* @return bool True if variable is there
*/
public static function check($name) {
if (!static::_hasSession() || !static::start()) {
return false;
- APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Component/AuthComponent.php line 668 → CakeSession::check(string)
public static function user($key = null) {
if (!empty(static::$_user)) {
$user = static::$_user;
} elseif (static::$sessionKey && CakeSession::check(static::$sessionKey)) {
$user = CakeSession::read(static::$sessionKey);
'Auth.User'
- APP/Vendor/croogo/croogo/Acl/Controller/Component/AclFilterComponent.php line 173 → AuthComponent::user()
*/
public function auth() {
$this->_configure();
$user = $this->_controller->Auth->user();
- APP/Vendor/croogo/croogo/Croogo/Controller/CroogoAppController.php line 253 → AclFilterComponent->auth()
if (empty($this->{$aclFilterComponent})) {
throw new MissingComponentException(array('class' => $aclFilterComponent));
}
$this->{$aclFilterComponent}->auth();
$this->RequestHandler->setContent('json', array('text/x-json', 'application/json'));
- APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php line 243 → CroogoAppController->beforeFilter(CakeEvent)
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.initialize' [protected] _subject => object(CitiesController) { components => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) cacheAction => array( [maximum depth reached] ) paginate => array( [maximum depth reached] ) usePaginationCache => true viewClass => 'Theme' theme => '' name => 'Cities' uses => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Cities' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'directory' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} View => null ext => '.ctp' plugin => 'Manager' passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'City' modelKey => 'city' validationErrors => null Function => object(FunctionComponent) {} Croogo => object(CroogoComponent) {} Security => object(SecurityComponent) {} Acl => object(AclComponent) {} Auth => object(AuthComponent) {} Session => object(SessionComponent) {} RequestHandler => object(RequestHandlerComponent) {} AclFilter => object(AclFilterComponent) {} CroogoAccess => object(AclAccessComponent) {} Settings => object(SettingsComponent) {} Nodes => object(NodesComponent) {} Menus => object(MenusComponent) {} Blocks => object(BlocksComponent) {} Taxonomies => object(TaxonomiesComponent) {} Paginator => object(PaginatorComponent) {} [protected] _defaultComponents => array( [maximum depth reached] ) [protected] _appComponents => array( [maximum depth reached] ) [protected] _apiComponents => array([maximum depth reached]) [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php line 677 → CakeEventManager->dispatch(CakeEvent)
* @triggers Controller.startup $this
*/
public function startupProcess() {
$this->getEventManager()->dispatch(new CakeEvent('Controller.initialize', $this));
$this->getEventManager()->dispatch(new CakeEvent('Controller.startup', $this));
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.initialize' [protected] _subject => object(CitiesController) { components => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) cacheAction => array( [maximum depth reached] ) paginate => array( [maximum depth reached] ) usePaginationCache => true viewClass => 'Theme' theme => '' name => 'Cities' uses => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Cities' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'directory' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} View => null ext => '.ctp' plugin => 'Manager' passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'City' modelKey => 'city' validationErrors => null Function => object(FunctionComponent) {} Croogo => object(CroogoComponent) {} Security => object(SecurityComponent) {} Acl => object(AclComponent) {} Auth => object(AuthComponent) {} Session => object(SessionComponent) {} RequestHandler => object(RequestHandlerComponent) {} AclFilter => object(AclFilterComponent) {} CroogoAccess => object(AclAccessComponent) {} Settings => object(SettingsComponent) {} Nodes => object(NodesComponent) {} Menus => object(MenusComponent) {} Blocks => object(BlocksComponent) {} Taxonomies => object(TaxonomiesComponent) {} Paginator => object(PaginatorComponent) {} [protected] _defaultComponents => array( [maximum depth reached] ) [protected] _appComponents => array( [maximum depth reached] ) [protected] _apiComponents => array([maximum depth reached]) [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php line 189 → Controller->startupProcess()
*/
protected function _invoke(Controller $controller, CakeRequest $request) {
$controller->constructClasses();
$controller->startupProcess();
- APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(CitiesController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(CitiesController) { 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( 'index' => array( 'callbacks' => true, 'duration' => '+1 hours' ), 'view' => array( 'callbacks' => true, 'duration' => '+1 hours' ), 'cinemas' => array( 'callbacks' => true, 'duration' => '+1 days' ), 'weather' => array( 'callbacks' => true, 'duration' => '+1 days' ), 'area' => array( 'callbacks' => true, 'duration' => '+1 days' ) ) paginate => array( 'limit' => (int) 10 ) usePaginationCache => true viewClass => 'Theme' theme => '' name => 'Cities' uses => array( (int) 0 => 'Manager.City' ) request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'ninh-thuan/tim-kiem-biet-thu-nha-vuon' base => '' webroot => '/' here => '/ninh-thuan/tim-kiem-biet-thu-nha-vuon' [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 => 'Cities' layoutPath => null viewVars => array( 'Function' => object(FunctionComponent) {} ) view => 'directory' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(CitiesController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } View => null ext => '.ctp' plugin => 'Manager' passedArgs => array( (int) 0 => 'biet-thu-nha-vuon', (int) 1 => 'ninh-thuan' ) scaffold => false methods => array( (int) 0 => 'admin_index', (int) 1 => 'add', (int) 2 => 'edit', (int) 3 => 'index', (int) 4 => 'view', (int) 5 => 'area', (int) 6 => 'weather', (int) 7 => 'cinemas', (int) 8 => 'posts', (int) 9 => 'services', (int) 10 => 'items', (int) 11 => 'locations', (int) 12 => 'directory', (int) 13 => 'add_location', (int) 14 => 'sitemap_directories', (int) 15 => 'sitemap_location', (int) 16 => 'sitemap', (int) 17 => 'sitemap_posts', (int) 18 => 'sitemap_items', (int) 19 => 'sitemap_services', (int) 20 => 'add_power', (int) 21 => 'add_show', (int) 22 => 'get_shows_hbtv', (int) 23 => 'get_shows_dnrtv', (int) 24 => 'get_show_drt', (int) 25 => 'get_show_vtvcab', (int) 26 => 'get_shows_vtv', (int) 27 => 'get_shows_hanoi', (int) 28 => 'get_shows_vinhlong', (int) 29 => 'get_shows_vtc', (int) 30 => 'get_shows_kplus', (int) 31 => 'get_show_htv', (int) 32 => 'get_shows_sctv', (int) 33 => 'get_show_nttv', (int) 34 => 'get_show_bktv', (int) 35 => 'get_shows_hgtv', (int) 36 => 'get_shows_ntv', (int) 37 => 'get_show_thp', (int) 38 => 'get_show_brt', (int) 39 => 'get_show_tqtv', (int) 40 => 'get_show_qbtv', (int) 41 => 'get_show_bltv', (int) 42 => 'get_show_thbt', (int) 43 => 'get_show_ctv', (int) 44 => 'get_show_bptv', (int) 45 => 'get_show_crtv', (int) 46 => 'get_show_thgl', (int) 47 => 'get_show_thhd', (int) 48 => 'get_show_haugiang', (int) 49 => 'get_show_hy', (int) 50 => 'get_show_ktv', (int) 51 => 'get_show_kg', (int) 52 => 'get_show_krt', (int) 53 => 'get_show_ltv', (int) 54 => 'get_show_thlc', (int) 55 => 'get_show_ldtv', (int) 56 => 'get_show_la34', (int) 57 => 'get_show_ndtv', (int) 58 => 'get_show_pttv', (int) 59 => 'get_show_vptv', (int) 60 => 'get_show_thtg', (int) 61 => 'get_show_tntv', (int) 62 => 'get_show_thth', (int) 63 => 'get_show_ttv11', (int) 64 => 'get_show_sltv', (int) 65 => 'get_show_sttv', (int) 66 => 'get_show_qrtv', (int) 67 => 'get_show_qntv', (int) 68 => 'get_show_ptq', (int) 69 => 'get_show_voh', (int) 70 => 'get_show_bgtv', (int) 71 => 'get_show_bntv', (int) 72 => 'get_show_bdtv', (int) 73 => 'get_show_bttv', (int) 74 => 'get_show_thtpct', (int) 75 => 'get_show_ptd', (int) 76 => 'get_show_dienbien', (int) 77 => 'get_show_thdt', (int) 78 => 'get_show_langson', (int) 79 => 'get_show_ninhbinh', (int) 80 => 'get_show_thaibinh', (int) 81 => 'get_show_thtv', (int) 82 => 'get_show_vov', (int) 83 => 'get_show_ttxvn', (int) 84 => 'get_show_nhandantv', (int) 85 => 'get_show_qhtv', (int) 86 => 'get_show_thdl', (int) 87 => 'get_show_htvc', (int) 88 => 'get_show_antv', (int) 89 => 'add_cafe_price', (int) 90 => 'add_rubber_price', (int) 91 => 'add_movies', (int) 92 => 'add_schedules', (int) 93 => 'add_ticket', (int) 94 => 'add_airticket', (int) 95 => 'television_list', (int) 96 => 'get_powers_bacgiang', (int) 97 => 'get_powers_quangninh', (int) 98 => 'get_powers_caobang', (int) 99 => 'get_powers_hagiang', (int) 100 => 'random_proxy', (int) 103 => 'afterConstruct', (int) 104 => '_setupComponents', (int) 105 => '_setupTheme', (int) 108 => 'securityError', (int) 109 => '_setupAclComponent' ) modelClass => 'City' modelKey => 'city' validationErrors => null Function => object(FunctionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) controller => object(CitiesController) {} [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]) [protected] _defaultRoleId => (int) 3 [protected] _controller => null [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Security => object(SecurityComponent) { blackHoleCallback => null 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 => null settings => array([maximum depth reached]) [protected] _action => null [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 => null 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(CitiesController) {} [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 => null [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 => null [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(CitiesController) {} 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(CitiesController) {} Link => object(Link) {} [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(CitiesController) {} 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]) [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(CitiesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } [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' => 'cities', 'action' => 'directory', 'named' => array(), 'pass' => array( (int) 0 => 'biet-thu-nha-vuon', (int) 1 => 'ninh-thuan' ), 'city_slug' => 'ninh-thuan', 'directory_slug' => 'biet-thu-nha-vuon', 'isAjax' => false, 'models' => array( '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] ) ) ) data => array() query => array() url => 'ninh-thuan/tim-kiem-biet-thu-nha-vuon' base => '' webroot => '/' here => '/ninh-thuan/tim-kiem-biet-thu-nha-vuon' [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' => 'cities', 'action' => 'directory', 'named' => array(), 'pass' => array( (int) 0 => 'biet-thu-nha-vuon', (int) 1 => 'ninh-thuan' ), 'city_slug' => 'ninh-thuan', 'directory_slug' => 'biet-thu-nha-vuon', 'isAjax' => false, 'models' => array( '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] ) ) ) data => array() query => array() url => 'ninh-thuan/tim-kiem-biet-thu-nha-vuon' base => '' webroot => '/' here => '/ninh-thuan/tim-kiem-biet-thu-nha-vuon' [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' => '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'