SYSPATH/classes/kohana/html.php
SYSPATH/views/kohana/error.php
SYSPATH/classes/kohana/i18n.php
SYSPATH/classes/kohana/exception.php
SYSPATH/classes/kohana/core.php
102 require APPPATH.'bootstrap'.EXT;
101 // Bootstrap the application
98 require SYSPATH.'classes/kohana'.EXT;
97 // Load empty core extension
string(56) "/var/www/akimsemey.gov.kz/html/application/bootstrap.php"
64 * Attach the file write to logging. Multiple writers are supported.
59 'caching' => Kohana::$environment === Kohana::PRODUCTION,
58 'profile' => Kohana::$environment !== Kohana::PRODUCTION,
287 if (isset($settings['cache_life']))
284 array(':dir' => Kohana::debug_path(Kohana::$cache_dir)));
283 throw new Kohana_Exception('Directory :dir must be writable',
281 if ( ! is_writable(Kohana::$cache_dir))
278 Kohana::$cache_dir = APPPATH.'cache';
SYSPATH/classes/kohana/core.php [ 283 ]
Kohana_Exception [ 0 ]: Directory APPPATH/cache must be writable
Комментариев нет:
Отправить комментарий