新規会員登録
SNSアカウントで登録
メールアドレスで登録
Warning (2): PDO::__construct() [pdo.construct]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution [CORE/Cake/Model/Datasource/Database/Mysql.php, line 184]Code Context$config['password'],
$flags
);
$config = array( 'password' => '*****', 'login' => '*****', 'host' => '*****', 'database' => '*****', 'port' => '*****', 'prefix' => '*****', 'persistent' => false, 'flags' => array(), 'datasource' => 'Database/Mysql', 'encoding' => 'utf8' ) $flags = array( (int) 12 => false, (int) 1000 => true, (int) 3 => (int) 2, (int) 1002 => 'SET NAMES utf8' ) $dsn = 'mysql:host=db-world-heritage.cxdgkwypzbwm.ap-northeast-1.rds.amazonaws.com;port=3306;dbname=db_world_heritage' $this = object(Mysql) { description => 'MySQL DBO Driver' startQuote => '`' endQuote => '`' fieldParameters => array( 'charset' => array( [maximum depth reached] ), 'collate' => array( [maximum depth reached] ), 'comment' => array( [maximum depth reached] ), 'unsigned' => array( [maximum depth reached] ) ) tableParameters => array( 'charset' => array( [maximum depth reached] ), 'collate' => array( [maximum depth reached] ), 'engine' => array( [maximum depth reached] ), 'comment' => array( [maximum depth reached] ) ) columns => array( 'primary_key' => array( [maximum depth reached] ), 'string' => array( [maximum depth reached] ), 'text' => array( [maximum depth reached] ), 'biginteger' => array( [maximum depth reached] ), 'integer' => array( [maximum depth reached] ), 'float' => array( [maximum depth reached] ), 'decimal' => array( [maximum depth reached] ), 'datetime' => array( [maximum depth reached] ), 'timestamp' => array( [maximum depth reached] ), 'time' => array( [maximum depth reached] ), 'date' => array( [maximum depth reached] ), 'binary' => array( [maximum depth reached] ), 'boolean' => array( [maximum depth reached] ) ) index => array( 'PRI' => 'primary', 'MUL' => 'index', 'UNI' => 'unique' ) alias => 'AS ' cacheMethods => true useNestedTransactions => false fullDebug => true affected => null numRows => null took => null configKeyName => null virtualFieldSeparator => '__' connected => false config => array( 'password' => '*****', 'login' => '*****', 'host' => '*****', 'database' => '*****', 'port' => '*****', 'prefix' => '*****', 'persistent' => false, 'flags' => array([maximum depth reached]), 'datasource' => 'Database/Mysql', 'encoding' => 'utf8' ) cacheSources => true [protected] _baseConfig => array( 'password' => '*****', 'login' => '*****', 'host' => '*****', 'database' => '*****', 'port' => '*****', 'persistent' => true, 'flags' => array([maximum depth reached]) ) [protected] _connection => null [protected] _useAlias => true [protected] _charsets => array() [protected] _result => null [protected] _queriesCnt => (int) 0 [protected] _queriesTime => null [protected] _queriesLog => array() [protected] _queriesLogMax => (int) 200 [protected] _queryCache => array() [protected] _sqlOps => array( (int) 0 => 'like', (int) 1 => 'ilike', (int) 2 => 'rlike', (int) 3 => 'or', (int) 4 => 'not', (int) 5 => 'in', (int) 6 => 'between', (int) 7 => 'regexp', (int) 8 => 'similar to' ) [protected] _transactionNesting => (int) 0 [protected] _queryDefaults => array( 'conditions' => array([maximum depth reached]), 'fields' => null, 'table' => null, 'alias' => null, 'order' => null, 'limit' => null, 'joins' => array([maximum depth reached]), 'group' => null, 'offset' => null ) [protected] _methodCacheChange => false [protected] _descriptions => array() [protected] _sources => null [protected] _transactionStarted => false }PDO::__construct() - [internal], line ?? Mysql::connect() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 184 DboSource::__construct() - CORE/Cake/Model/Datasource/DboSource.php, line 260 ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 105 Model::setDataSource() - CORE/Cake/Model/Model.php, line 3626 Model::setSource() - CORE/Cake/Model/Model.php, line 1155 Model::getDataSource() - CORE/Cake/Model/Model.php, line 3653 Model::schema() - CORE/Cake/Model/Model.php, line 1387 FormHelper::_introspectModel() - CORE/Cake/View/Helper/FormHelper.php, line 215 FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 468 include - APP/View/Elements/Signup/form_default.ctp, line 16 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::_renderElement() - CORE/Cake/View/View.php, line 1224 View::element() - CORE/Cake/View/View.php, line 418 include - APP/View/Users/signup.ctp, line 17 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 2543 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]Code Context$pathname = $this->_path . $filename;
if (empty($this->_config['mask'])) {
return file_put_contents($pathname, $output, FILE_APPEND);
$type = 'error' $message = '[MissingConnectionException] Database connection "Mysql" is missing, or could not be created. Exception Attributes: array ( 'class' => 'Mysql', 'message' => 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution', 'enabled' => true, ) Request URL: /signup Stack Trace: #0 /var/www/apps/world_heritage/lib/Cake/Model/Datasource/DboSource.php(260): Mysql->connect() #1 /var/www/apps/world_heritage/lib/Cake/Model/ConnectionManager.php(105): DboSource->__construct(Array) #2 /var/www/apps/world_heritage/lib/Cake/Model/Model.php(3626): ConnectionManager::getDataSource('default') #3 /var/www/apps/world_heritage/lib/Cake/Model/Model.php(1155): Model->setDataSource('default') #4 /var/www/apps/world_heritage/lib/Cake/Model/Model.php(3653): Model->setSource('users') #5 /var/www/apps/world_heritage/lib/Cake/Model/Model.php(1387): Model->getDataSource() #6 /var/www/apps/world_heritage/lib/Cake/View/Helper/FormHelper.php(215): Model->schema() #7 /var/www/apps/world_heritage/lib/Cake/View/Helper/FormHelper.php(468): FormHelper->_introspectModel('User', 'fields') #8 /var/www/apps/world_heritage/app/View/Elements/Signup/form_default.ctp(16): FormHelper->create('User', Array) #9 /var/www/apps/world_heritage/lib/Cake/View/View.php(971): include('/var/www/apps/w...') #10 /var/www/apps/world_heritage/lib/Cake/View/View.php(933): View->_evaluate('/var/www/apps/w...', Array) #11 /var/www/apps/world_heritage/lib/Cake/View/View.php(1224): View->_render('/var/www/apps/w...', Array) #12 /var/www/apps/world_heritage/lib/Cake/View/View.php(418): View->_renderElement('/var/www/apps/w...', Array, Array) #13 /var/www/apps/world_heritage/app/View/Users/signup.ctp(17): View->element('Signup/form_def...') #14 /var/www/apps/world_heritage/lib/Cake/View/View.php(971): include('/var/www/apps/w...') #15 /var/www/apps/world_heritage/lib/Cake/View/View.php(933): View->_evaluate('/var/www/apps/w...', Array) #16 /var/www/apps/world_heritage/lib/Cake/View/View.php(473): View->_render('/var/www/apps/w...') #17 /var/www/apps/world_heritage/lib/Cake/Controller/Controller.php(960): View->render(NULL, NULL) #18 /var/www/apps/world_heritage/lib/Cake/Routing/Dispatcher.php(200): Controller->render() #19 /var/www/apps/world_heritage/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(UsersController), Object(CakeRequest)) #20 /var/www/apps/world_heritage/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse)) #21 {main}' $output = '2024-11-23 16:06:07 Error: [MissingConnectionException] Database connection "Mysql" is missing, or could not be created. Exception Attributes: array ( 'class' => 'Mysql', 'message' => 'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution', 'enabled' => true, ) Request URL: /signup Stack Trace: #0 /var/www/apps/world_heritage/lib/Cake/Model/Datasource/DboSource.php(260): Mysql->connect() #1 /var/www/apps/world_heritage/lib/Cake/Model/ConnectionManager.php(105): DboSource->__construct(Array) #2 /var/www/apps/world_heritage/lib/Cake/Model/Model.php(3626): ConnectionManager::getDataSource('default') #3 /var/www/apps/world_heritage/lib/Cake/Model/Model.php(1155): Model->setDataSource('default') #4 /var/www/apps/world_heritage/lib/Cake/Model/Model.php(3653): Model->setSource('users') #5 /var/www/apps/world_heritage/lib/Cake/Model/Model.php(1387): Model->getDataSource() #6 /var/www/apps/world_heritage/lib/Cake/View/Helper/FormHelper.php(215): Model->schema() #7 /var/www/apps/world_heritage/lib/Cake/View/Helper/FormHelper.php(468): FormHelper->_introspectModel('User', 'fields') #8 /var/www/apps/world_heritage/app/View/Elements/Signup/form_default.ctp(16): FormHelper->create('User', Array) #9 /var/www/apps/world_heritage/lib/Cake/View/View.php(971): include('/var/www/apps/w...') #10 /var/www/apps/world_heritage/lib/Cake/View/View.php(933): View->_evaluate('/var/www/apps/w...', Array) #11 /var/www/apps/world_heritage/lib/Cake/View/View.php(1224): View->_render('/var/www/apps/w...', Array) #12 /var/www/apps/world_heritage/lib/Cake/View/View.php(418): View->_renderElement('/var/www/apps/w...', Array, Array) #13 /var/www/apps/world_heritage/app/View/Users/signup.ctp(17): View->element('Signup/form_def...') #14 /var/www/apps/world_heritage/lib/Cake/View/View.php(971): include('/var/www/apps/w...') #15 /var/www/apps/world_heritage/lib/Cake/View/View.php(933): View->_evaluate('/var/www/apps/w...', Array) #16 /var/www/apps/world_heritage/lib/Cake/View/View.php(473): View->_render('/var/www/apps/w...') #17 /var/www/apps/world_heritage/lib/Cake/Controller/Controller.php(960): View->render(NULL, NULL) #18 /var/www/apps/world_heritage/lib/Cake/Routing/Dispatcher.php(200): Controller->render() #19 /var/www/apps/world_heritage/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(UsersController), Object(CakeRequest)) #20 /var/www/apps/world_heritage/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse)) #21 {main} ' $filename = 'error.log' $pathname = '/var/www/apps/world_heritage/app/tmp/logs/error.log'file_put_contents - [internal], line ?? FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142 CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 442 ErrorHandler::_log() - CORE/Cake/Error/ErrorHandler.php, line 188 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 118 [main] - [internal], line ??
Missing Database Connection
Error:
A Database connection using "Mysql" was missing or unable to connect.
The database server returned this error: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
Notice: If you want to customize this error message, create app/View/Errors/missing_connection.ctp
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 260 → Mysql->connect()
));
}
if ($autoConnect) {
$this->connect();
}
- CORE/Cake/Model/ConnectionManager.php line 105 → DboSource->__construct(array)
'message' => 'Datasource is not found in Model/Datasource package.'
));
}
static::$_dataSources[$name] = new $class(static::$config->{$name});
static::$_dataSources[$name]->configKeyName = $name;
array( 'password' => '*****', 'login' => '*****', 'host' => '*****', 'database' => '*****', 'prefix' => '*****', 'datasource' => 'Database/Mysql', 'persistent' => false, 'encoding' => 'utf8' )
- CORE/Cake/Model/Model.php line 3626 → ConnectionManager::getDataSource(string)
$this->useDbConfig = $dataSource;
}
$db = ConnectionManager::getDataSource($this->useDbConfig);
if (!empty($oldConfig) && isset($db->config['prefix'])) {
'default'
- CORE/Cake/Model/Model.php line 1155 → Model->setDataSource(string)
* @return void
*/
public function setSource($tableName) {
$this->setDataSource($this->useDbConfig);
$db = ConnectionManager::getDataSource($this->useDbConfig);
'default'
- CORE/Cake/Model/Model.php line 3653 → Model->setSource(string)
public function getDataSource() {
if (!$this->_sourceConfigured && $this->useTable !== false) {
$this->_sourceConfigured = true;
$this->setSource($this->useTable);
}
'users'
- CORE/Cake/Model/Model.php line 1387 → Model->getDataSource()
*/
public function schema($field = false) {
if ($this->useTable !== false && (!is_array($this->_schema) || $field === true)) {
$db = $this->getDataSource();
$db->cacheSources = ($this->cacheSources && $db->cacheSources);
- CORE/Cake/View/Helper/FormHelper.php line 215 → Model->schema()
if ($key === 'fields') {
if (!isset($this->fieldset[$model]['fields'])) {
$this->fieldset[$model]['fields'] = $object->schema();
foreach ($object->hasAndBelongsToMany as $alias => $assocData) {
- CORE/Cake/View/Helper/FormHelper.php line 468 → FormHelper->_introspectModel(string, string)
if ($model !== false) {
$this->setEntity($model, true);
$this->_introspectModel($model, 'fields');
}
'User' 'fields'
- APP/View/Elements/Signup/form_default.ctp line 16 → FormHelper->create(string, array)
<div class="col-half col-r">
<section>
<h3>メールアドレスで登録</h3>
<?php echo $this->Form->create('User', array('action' => 'register', 'method' => 'post')); ?>
<ul>
'User' array( 'action' => 'register', 'method' => 'post' )
- CORE/Cake/View/View.php line 971 → include(string)
extract($dataForView);
ob_start();
include $this->__viewFile;
'/var/www/apps/world_heritage/app/View/Elements/Signup/form_default.ctp'
- CORE/Cake/View/View.php line 933 → View->_evaluate(string, array)
$beforeEvent = new CakeEvent('View.beforeRenderFile', $this, array($viewFile));
$eventManager->dispatch($beforeEvent);
$content = $this->_evaluate($viewFile, $data);
'/var/www/apps/world_heritage/app/View/Elements/Signup/form_default.ctp' array( 'user' => array( 'User' => array( 'username' => '', 'screen_name' => '', 'icon' => '' ) ), 'inputMode' => false, 'Auth' => object(AuthComponent) { components => array( (int) 0 => 'Session', (int) 1 => 'RequestHandler' ) authenticate => array( 'Form' => array( [maximum depth reached] ) ) authorize => false ajaxLogin => null flash => array( 'element' => 'default', 'key' => 'auth', 'params' => array([maximum depth reached]) ) loginAction => array( 'action' => '/' ) loginRedirect => array( 'controller' => 'home', 'action' => 'index' ) logoutRedirect => array( 'action' => '/' ) authError => 'ご利用されるにはログインが必要です。' unauthorizedRedirect => true allowedActions => array( (int) 1 => 'index', (int) 2 => 'detail', (int) 3 => 'saved', (int) 4 => 'comments', (int) 5 => 'posts', (int) 6 => 'register', (int) 7 => 'signup', (int) 8 => 'login', (int) 9 => 'logout', (int) 10 => 'complete', (int) 11 => 'forgot_password', (int) 12 => 'reset_password', (int) 13 => 'reset_password_complete', (int) 14 => 'ranking', (int) 15 => 'mypage', (int) 16 => 'resizeImageFile', (int) 17 => 'getLatestFeed', (int) 18 => 'getAllNews', (int) 19 => 'makeErrorMessagesArray' ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( 'authenticate' => array( [maximum depth reached] ), 'loginError' => 'ユーザーIDまたはパスワードを正しくありません。', 'authError' => 'ご利用されるにはログインが必要です。', 'loginAction' => array( [maximum depth reached] ), 'loginRedirect' => array( [maximum depth reached] ), 'logoutRedirect' => array( [maximum depth reached] ) ) [protected] _authenticateObjects => array() [protected] _authorizeObjects => array() [protected] _user => array() [protected] _methods => array( (int) 1 => 'index', (int) 2 => 'detail', (int) 3 => 'saved', (int) 4 => 'comments', (int) 5 => 'posts', (int) 6 => 'register', (int) 7 => 'signup', (int) 8 => 'login', (int) 9 => 'logout', (int) 10 => 'complete', (int) 11 => 'forgot_password', (int) 12 => 'reset_password', (int) 13 => 'reset_password_complete', (int) 14 => 'ranking', (int) 15 => 'mypage', (int) 16 => 'resizeImageFile', (int) 17 => 'getLatestFeed', (int) 18 => 'getAllNews', (int) 19 => 'makeErrorMessagesArray' ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( 'Session' => array( [maximum depth reached] ), 'RequestHandler' => array( [maximum depth reached] ) ) } )
- CORE/Cake/View/View.php line 1224 → View->_render(string, array)
$this->getEventManager()->dispatch(new CakeEvent('View.beforeRender', $this, array($file)));
}
$element = $this->_render($file, array_merge($this->viewVars, $data));
'/var/www/apps/world_heritage/app/View/Elements/Signup/form_default.ctp' array( 'user' => array( 'User' => array( 'username' => '', 'screen_name' => '', 'icon' => '' ) ), 'inputMode' => false, 'Auth' => object(AuthComponent) { components => array( (int) 0 => 'Session', (int) 1 => 'RequestHandler' ) authenticate => array( 'Form' => array( [maximum depth reached] ) ) authorize => false ajaxLogin => null flash => array( 'element' => 'default', 'key' => 'auth', 'params' => array([maximum depth reached]) ) loginAction => array( 'action' => '/' ) loginRedirect => array( 'controller' => 'home', 'action' => 'index' ) logoutRedirect => array( 'action' => '/' ) authError => 'ご利用されるにはログインが必要です。' unauthorizedRedirect => true allowedActions => array( (int) 1 => 'index', (int) 2 => 'detail', (int) 3 => 'saved', (int) 4 => 'comments', (int) 5 => 'posts', (int) 6 => 'register', (int) 7 => 'signup', (int) 8 => 'login', (int) 9 => 'logout', (int) 10 => 'complete', (int) 11 => 'forgot_password', (int) 12 => 'reset_password', (int) 13 => 'reset_password_complete', (int) 14 => 'ranking', (int) 15 => 'mypage', (int) 16 => 'resizeImageFile', (int) 17 => 'getLatestFeed', (int) 18 => 'getAllNews', (int) 19 => 'makeErrorMessagesArray' ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( 'authenticate' => array( [maximum depth reached] ), 'loginError' => 'ユーザーIDまたはパスワードを正しくありません。', 'authError' => 'ご利用されるにはログインが必要です。', 'loginAction' => array( [maximum depth reached] ), 'loginRedirect' => array( [maximum depth reached] ), 'logoutRedirect' => array( [maximum depth reached] ) ) [protected] _authenticateObjects => array() [protected] _authorizeObjects => array() [protected] _user => array() [protected] _methods => array( (int) 1 => 'index', (int) 2 => 'detail', (int) 3 => 'saved', (int) 4 => 'comments', (int) 5 => 'posts', (int) 6 => 'register', (int) 7 => 'signup', (int) 8 => 'login', (int) 9 => 'logout', (int) 10 => 'complete', (int) 11 => 'forgot_password', (int) 12 => 'reset_password', (int) 13 => 'reset_password_complete', (int) 14 => 'ranking', (int) 15 => 'mypage', (int) 16 => 'resizeImageFile', (int) 17 => 'getLatestFeed', (int) 18 => 'getAllNews', (int) 19 => 'makeErrorMessagesArray' ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( 'Session' => array( [maximum depth reached] ), 'RequestHandler' => array( [maximum depth reached] ) ) } )
- CORE/Cake/View/View.php line 418 → View->_renderElement(string, array, array)
$file = $this->_getElementFilename($name);
if ($file) {
return $this->_renderElement($file, $data, $options);
}
'/var/www/apps/world_heritage/app/View/Elements/Signup/form_default.ctp' array() array( 'callbacks' => false )
- APP/View/Users/signup.ctp line 17 → View->element(string)
<?php if ($inputMode): ?>
<?php echo $this->element('Signup/form_input'); ?>
<?php else: ?>
<?php echo $this->element('Signup/form_default'); ?>
<?php endif; ?>
'Signup/form_default'
- CORE/Cake/View/View.php line 971 → include(string)
extract($dataForView);
ob_start();
include $this->__viewFile;
'/var/www/apps/world_heritage/app/View/Users/signup.ctp'
- CORE/Cake/View/View.php line 933 → View->_evaluate(string, array)
$beforeEvent = new CakeEvent('View.beforeRenderFile', $this, array($viewFile));
$eventManager->dispatch($beforeEvent);
$content = $this->_evaluate($viewFile, $data);
'/var/www/apps/world_heritage/app/View/Users/signup.ctp' array( 'user' => array( 'User' => array( 'username' => '', 'screen_name' => '', 'icon' => '' ) ), 'inputMode' => false, 'Auth' => object(AuthComponent) { components => array( (int) 0 => 'Session', (int) 1 => 'RequestHandler' ) authenticate => array( 'Form' => array( [maximum depth reached] ) ) authorize => false ajaxLogin => null flash => array( 'element' => 'default', 'key' => 'auth', 'params' => array([maximum depth reached]) ) loginAction => array( 'action' => '/' ) loginRedirect => array( 'controller' => 'home', 'action' => 'index' ) logoutRedirect => array( 'action' => '/' ) authError => 'ご利用されるにはログインが必要です。' unauthorizedRedirect => true allowedActions => array( (int) 1 => 'index', (int) 2 => 'detail', (int) 3 => 'saved', (int) 4 => 'comments', (int) 5 => 'posts', (int) 6 => 'register', (int) 7 => 'signup', (int) 8 => 'login', (int) 9 => 'logout', (int) 10 => 'complete', (int) 11 => 'forgot_password', (int) 12 => 'reset_password', (int) 13 => 'reset_password_complete', (int) 14 => 'ranking', (int) 15 => 'mypage', (int) 16 => 'resizeImageFile', (int) 17 => 'getLatestFeed', (int) 18 => 'getAllNews', (int) 19 => 'makeErrorMessagesArray' ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( 'authenticate' => array( [maximum depth reached] ), 'loginError' => 'ユーザーIDまたはパスワードを正しくありません。', 'authError' => 'ご利用されるにはログインが必要です。', 'loginAction' => array( [maximum depth reached] ), 'loginRedirect' => array( [maximum depth reached] ), 'logoutRedirect' => array( [maximum depth reached] ) ) [protected] _authenticateObjects => array() [protected] _authorizeObjects => array() [protected] _user => array() [protected] _methods => array( (int) 1 => 'index', (int) 2 => 'detail', (int) 3 => 'saved', (int) 4 => 'comments', (int) 5 => 'posts', (int) 6 => 'register', (int) 7 => 'signup', (int) 8 => 'login', (int) 9 => 'logout', (int) 10 => 'complete', (int) 11 => 'forgot_password', (int) 12 => 'reset_password', (int) 13 => 'reset_password_complete', (int) 14 => 'ranking', (int) 15 => 'mypage', (int) 16 => 'resizeImageFile', (int) 17 => 'getLatestFeed', (int) 18 => 'getAllNews', (int) 19 => 'makeErrorMessagesArray' ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( 'Session' => array( [maximum depth reached] ), 'RequestHandler' => array( [maximum depth reached] ) ) } )
- CORE/Cake/View/View.php line 473 → View->_render(string)
if ($view !== false && $viewFileName = $this->_getViewFileName($view)) {
$this->_currentType = static::TYPE_VIEW;
$this->getEventManager()->dispatch(new CakeEvent('View.beforeRender', $this, array($viewFileName)));
$this->Blocks->set('content', $this->_render($viewFileName));
$this->getEventManager()->dispatch(new CakeEvent('View.afterRender', $this, array($viewFileName)));
'/var/www/apps/world_heritage/app/View/Users/signup.ctp'
- CORE/Cake/Controller/Controller.php line 960 → View->render(null, null)
}
$this->autoRender = false;
$this->response->body($this->View->render($view, $layout));
return $this->response;
null null
- CORE/Cake/Routing/Dispatcher.php line 200 → Controller->render()
}
if ($render && $controller->autoRender) {
$response = $controller->render();
} elseif (!($result instanceof CakeResponse) && $response->body() === null) {
- CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(UsersController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(UsersController) { uses => array( (int) 0 => 'User', (int) 1 => 'Heritage', (int) 2 => 'Comment' ) components => array( 'Session' => null, 'Flash' => null, 'Cookie' => null, 'Auth' => array( 'authenticate' => array( [maximum depth reached] ), 'loginError' => 'ユーザーIDまたはパスワードを正しくありません。', 'authError' => 'ご利用されるにはログインが必要です。', 'loginAction' => array( [maximum depth reached] ), 'loginRedirect' => array( [maximum depth reached] ), 'logoutRedirect' => array( [maximum depth reached] ) ) ) name => 'Users' helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'signup' base => '' webroot => '/' here => '/signup' [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 => 'Users' layoutPath => null viewVars => array( 'user' => array( 'User' => array( [maximum depth reached] ) ), 'inputMode' => false, 'Auth' => object(AuthComponent) {} ) view => 'signup' layout => 'default' autoRender => false autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(UsersController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => object(View) { Helpers => object(HelperCollection) {} Blocks => object(ViewBlock) {} plugin => null name => 'Users' passedArgs => array([maximum depth reached]) helpers => array([maximum depth reached]) viewPath => 'Users' viewVars => array( [maximum depth reached] ) view => 'signup' layout => 'default' layoutPath => null autoLayout => true ext => '.ctp' subDir => null theme => null cacheAction => false validationErrors => array( [maximum depth reached] ) hasRendered => false uuids => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} elementCache => 'default' elementCacheSettings => array([maximum depth reached]) __viewFile => '/var/www/apps/world_heritage/app/View/Elements/Signup/form_default.ctp' Html => object(HtmlHelper) {} Form => object(FormHelper) {} [protected] _passedVars => array( [maximum depth reached] ) [protected] _scripts => array([maximum depth reached]) [protected] _paths => array( [maximum depth reached] ) [protected] _pathsForPlugin => array([maximum depth reached]) [protected] _parents => array([maximum depth reached]) [protected] _current => '/var/www/apps/world_heritage/app/View/Elements/Signup/form_default.ctp' [protected] _currentType => 'element' [protected] _stack => array([maximum depth reached]) [protected] _eventManager => object(CakeEventManager) {} [protected] _eventManagerConfigured => true } ext => '.ctp' plugin => null cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 1 => 'index', (int) 2 => 'detail', (int) 3 => 'saved', (int) 4 => 'comments', (int) 5 => 'posts', (int) 6 => 'register', (int) 7 => 'signup', (int) 8 => 'login', (int) 9 => 'logout', (int) 10 => 'complete', (int) 11 => 'forgot_password', (int) 12 => 'reset_password', (int) 13 => 'reset_password_complete', (int) 14 => 'ranking', (int) 15 => 'mypage', (int) 16 => 'resizeImageFile', (int) 17 => 'getLatestFeed', (int) 18 => 'getAllNews', (int) 19 => 'makeErrorMessagesArray' ) modelClass => 'User' modelKey => 'user' validationErrors => null Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'qT0qcb9KMX4KGHpG4FZGqT2UsvbsPcneWgsLJqMB' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => false ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => array( [maximum depth reached] ) logoutRedirect => array( [maximum depth reached] ) authError => 'ご利用されるにはログインが必要です。' unauthorizedRedirect => true 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] ) } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'Users', 'action' => 'signup', 'named' => array(), 'pass' => array(), 'models' => array( 'User' => array( [maximum depth reached] ), 'Heritage' => array( [maximum depth reached] ), 'Comment' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'signup' base => '' webroot => '/' here => '/signup' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), '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' ) ) [protected] _input => '' }
- APP/webroot/index.php line 111 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'Users', 'action' => 'signup', 'named' => array(), 'pass' => array(), 'models' => array( 'User' => array( [maximum depth reached] ), 'Heritage' => array( [maximum depth reached] ), 'Comment' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'signup' base => '' webroot => '/' here => '/signup' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), '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' ) ) [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', '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', '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' ) [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() }
国から探す
世界遺産プラスは世界遺産に完全特化したソーシャルメディアです。人気の遺産・最新の遺産を、登録基準や登録年・国や地域等の細かい検索条件から探せます。1級・2級・3級・4級毎に検定範囲も絞り込めるので世界遺産検定対策にも。行きたい遺産をリスト化したり、行った遺産をコレクションしたり…世界遺産にプラスの楽しみを。
Copyright © All rights reserved by 世界遺産プラス
Warning (512): _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php, line 328]Code Context),
E_USER_WARNING
);
$key = 'file_map' $value = array( 'Configure' => '/var/www/apps/world_heritage/lib/Cake/Core/Configure.php', 'Hash' => '/var/www/apps/world_heritage/lib/Cake/Utility/Hash.php', 'Cache' => '/var/www/apps/world_heritage/lib/Cake/Cache/Cache.php', 'FileEngine' => '/var/www/apps/world_heritage/lib/Cake/Cache/Engine/FileEngine.php', 'CacheEngine' => '/var/www/apps/world_heritage/lib/Cake/Cache/CacheEngine.php', 'Inflector' => '/var/www/apps/world_heritage/lib/Cake/Utility/Inflector.php', 'ErrorHandler' => '/var/www/apps/world_heritage/lib/Cake/Error/ErrorHandler.php', 'CakeLog' => '/var/www/apps/world_heritage/lib/Cake/Log/CakeLog.php', 'LogEngineCollection' => '/var/www/apps/world_heritage/lib/Cake/Log/LogEngineCollection.php', 'ObjectCollection' => '/var/www/apps/world_heritage/lib/Cake/Utility/ObjectCollection.php', 'FileLog' => '/var/www/apps/world_heritage/lib/Cake/Log/Engine/FileLog.php', 'BaseLog' => '/var/www/apps/world_heritage/lib/Cake/Log/Engine/BaseLog.php', 'CakeLogInterface' => '/var/www/apps/world_heritage/lib/Cake/Log/CakeLogInterface.php', 'CakePlugin' => '/var/www/apps/world_heritage/lib/Cake/Core/CakePlugin.php', 'Debugger' => '/var/www/apps/world_heritage/lib/Cake/Utility/Debugger.php', 'CakeText' => '/var/www/apps/world_heritage/lib/Cake/Utility/CakeText.php', 'Dispatcher' => '/var/www/apps/world_heritage/lib/Cake/Routing/Dispatcher.php', 'CakeEventListener' => '/var/www/apps/world_heritage/lib/Cake/Event/CakeEventListener.php', 'CakeRequest' => '/var/www/apps/world_heritage/lib/Cake/Network/CakeRequest.php', 'CakeResponse' => '/var/www/apps/world_heritage/lib/Cake/Network/CakeResponse.php', 'CakeEvent' => '/var/www/apps/world_heritage/lib/Cake/Event/CakeEvent.php', 'CakeEventManager' => '/var/www/apps/world_heritage/lib/Cake/Event/CakeEventManager.php', 'AssetDispatcher' => '/var/www/apps/world_heritage/lib/Cake/Routing/Filter/AssetDispatcher.php', 'DispatcherFilter' => '/var/www/apps/world_heritage/lib/Cake/Routing/DispatcherFilter.php', 'CacheDispatcher' => '/var/www/apps/world_heritage/lib/Cake/Routing/Filter/CacheDispatcher.php', 'Router' => '/var/www/apps/world_heritage/lib/Cake/Routing/Router.php', 'CakeRoute' => '/var/www/apps/world_heritage/lib/Cake/Routing/Route/CakeRoute.php', 'PluginShortRoute' => '/var/www/apps/world_heritage/lib/Cake/Routing/Route/PluginShortRoute.php', 'UsersController' => '/var/www/apps/world_heritage/app/Controller/UsersController.php', 'BaseController' => '/var/www/apps/world_heritage/app/Controller/BaseController.php', 'AppController' => '/var/www/apps/world_heritage/app/Controller/AppController.php', 'Controller' => '/var/www/apps/world_heritage/lib/Cake/Controller/Controller.php', 'Object' => '/var/www/apps/world_heritage/lib/Cake/Core/Object.php', 'ComponentCollection' => '/var/www/apps/world_heritage/lib/Cake/Controller/ComponentCollection.php', 'SessionComponent' => '/var/www/apps/world_heritage/app/Controller/Component/SessionComponent.php', 'Component' => '/var/www/apps/world_heritage/lib/Cake/Controller/Component.php', 'FlashComponent' => '/var/www/apps/world_heritage/lib/Cake/Controller/Component/FlashComponent.php', 'CookieComponent' => '/var/www/apps/world_heritage/app/Controller/Component/CookieComponent.php', 'AuthComponent' => '/var/www/apps/world_heritage/app/Controller/Component/AuthComponent.php', 'CakeSession' => '/var/www/apps/world_heritage/lib/Cake/Model/Datasource/CakeSession.php', 'I18n' => '/var/www/apps/world_heritage/lib/Cake/I18n/I18n.php', 'L10n' => '/var/www/apps/world_heritage/lib/Cake/I18n/L10n.php', 'View' => '/var/www/apps/world_heritage/lib/Cake/View/View.php', 'HelperCollection' => '/var/www/apps/world_heritage/lib/Cake/View/HelperCollection.php', 'ViewBlock' => '/var/www/apps/world_heritage/lib/Cake/View/ViewBlock.php', 'ClassRegistry' => '/var/www/apps/world_heritage/lib/Cake/Utility/ClassRegistry.php', 'HtmlHelper' => '/var/www/apps/world_heritage/lib/Cake/View/Helper/HtmlHelper.php', 'AppHelper' => '/var/www/apps/world_heritage/app/View/Helper/AppHelper.php', 'Helper' => '/var/www/apps/world_heritage/lib/Cake/View/Helper.php', 'FormHelper' => '/var/www/apps/world_heritage/lib/Cake/View/Helper/FormHelper.php', 'User' => '/var/www/apps/world_heritage/app/Model/User.php', 'AppModel' => '/var/www/apps/world_heritage/app/Model/AppModel.php', 'Model' => '/var/www/apps/world_heritage/lib/Cake/Model/Model.php', 'BehaviorCollection' => '/var/www/apps/world_heritage/lib/Cake/Model/BehaviorCollection.php', 'ConnectionManager' => '/var/www/apps/world_heritage/lib/Cake/Model/ConnectionManager.php', 'Mysql' => '/var/www/apps/world_heritage/lib/Cake/Model/Datasource/Database/Mysql.php', 'DboSource' => '/var/www/apps/world_heritage/lib/Cake/Model/Datasource/DboSource.php', 'DataSource' => '/var/www/apps/world_heritage/lib/Cake/Model/Datasource/DataSource.php', 'ExceptionRenderer' => '/var/www/apps/world_heritage/lib/Cake/Error/ExceptionRenderer.php', 'CakeErrorController' => '/var/www/apps/world_heritage/lib/Cake/Controller/CakeErrorController.php' ) $config = '_cake_core_' $settings = array( 'prefix' => '*****', 'engine' => 'File', 'path' => '/var/www/apps/world_heritage/app/tmp/cache/persistent/', 'serialize' => true, 'duration' => (int) 10, 'mask' => (int) 438, 'lock' => true, 'isWindows' => false, 'probability' => (int) 100, 'groups' => array() ) $success = falseCache::write() - CORE/Cake/Cache/Cache.php, line 328 App::shutdown() - CORE/Cake/Core/App.php, line 901 [main] - [internal], line ??