ensignlee / ssbook

ssbook
5 stars 3 forks source link

Site is running with huge errors at the top #137

Closed ensignlee closed 13 years ago

ensignlee commented 13 years ago

Warning (512): /home/loyd/git/ssbook/src/app/tmp/cache/ is not writable [CORE/cake/libs/cache/file.php, line 263] Code

    if ($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 94 Cache::_buildEngine() - CORE/cake/libs/cache.php, line 151 Cache::config() - CORE/cake/libs/cache.php, line 126 include - APP/config/core.php, line 300 Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 391 Configure::getInstance() - CORE/cake/libs/configure.php, line 52 include - CORE/cake/bootstrap.php, line 38 [main] - APP/webroot/index.php, line 76

Warning (512): /home/loyd/git/ssbook/src/app/tmp/cache/persistent/ is not writable [CORE/cake/libs/cache/file.php, line 263] Code

    if ($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 94 Cache::_buildEngine() - CORE/cake/libs/cache.php, line 151 Cache::config() - CORE/cake/libs/cache.php, line 126 Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 420 Configure::getInstance() - CORE/cake/libs/configure.php, line 52 include - CORE/cake/bootstrap.php, line 38 [main] - APP/webroot/index.php, line 76

Warning (512): /home/loyd/git/ssbook/src/app/tmp/cache/models/ is not writable [CORE/cake/libs/cache/file.php, line 263] Code

    if ($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 94 Cache::_buildEngine() - CORE/cake/libs/cache.php, line 151 Cache::config() - CORE/cake/libs/cache.php, line 126 Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 427 Configure::getInstance() - CORE/cake/libs/configure.php, line 52 include - CORE/cake/bootstrap.php, line 38 [main] - APP/webroot/index.php, line 76

Warning (2): Cannot modify header information - headers already sent by (output started at /home/loyd/git/ssbook/src/cake/libs/debugger.php:673) [CORE/cake/libs/controller/components/cookie.php, line 366]


I'm assuming that had to do with your fiddling and then your internet going down. So uh...yeah. :D

camerondavison commented 13 years ago

fixed this