Warning (512): /iG2/dominios/expressoes.oi.com.br/app/tmp/cache/ is not writable [CORE/cake/libs/cache/file.php, line 263]
Code if (!$this->__active && $this->__init && !is_writable($this->settings['path'])) {
$this->__init = false;
trigger_error(sprintf(__('%s is not writable', true), $this->settings['path']), E_USER_WARNING);
FileEngine::__active() - CORE/cake/libs/cache/file.php, line 263
FileEngine::init() - CORE/cake/libs/cache/file.php, line 100
Cache::engine() - CORE/cake/libs/cache.php, line 154
Cache::config() - CORE/cake/libs/cache.php, line 126
include - APP/config/core.php, line 237
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 651
Configure::getInstance() - CORE/cake/libs/configure.php, line 137
include - CORE/cake/bootstrap.php, line 43
[main] - APP/webroot/index.php, line 81
Missing Controller
Error:
Robots.txtController could not be found.
Error:
Create the class Robots.txtController below in file: app/controllers/robots.txt_controller.php
<?php
class Robots.txtController extends AppController {
var $name = 'Robots.txt';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp