Cache_Exception [ 0 ]: Unable to read from the cache directory

MODPATH/cache/classes/kohana/cache/file.php [ 100 ]

 95 		}
 96 
 97 		// Check the read status of the directory
 98 		if ( ! $this->_cache_dir->isReadable())
 99 		{
100 			throw new Cache_Exception('Unable to read from the cache directory :resource', array(':resource' => $this->_cache_dir->getRealPath()));
101 		}
102 
103 		// Check the write status of the directory
104 		if ( ! $this->_cache_dir->isWritable())
105 		{
  1. MODPATH/cache/classes/kohana/cache.php [ 137 ] » Kohana_Cache_File->__construct(arguments)

  2. MODPATH/dictionary/classes/lang.php [ 14 ] » Kohana_Cache::instance(arguments)

  3. MODPATH/webpage/classes/controller/webpage.php [ 18 ] » Lang::setLang()

  4. {PHP internal call} » Controller_Webpage->before()

  5. SYSPATH/classes/kohana/request/client/internal.php [ 103 ] » ReflectionMethod->invoke(arguments)

  6. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  7. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  8. DOCROOT/index.php [ 123 ] » Kohana_Request->execute()

Environment