Environment Tests

The following tests have been run to determine if Kohana will work in your environment. If any of the tests have failed, consult the documentation for more information on how to correct the problem.

=')): ?>
PHP Version Kohana requires PHP 5.2 or newer, this version is .
System Directory The configured system directory does not exist or does not contain required files.
Application Directory The configured application directory does not exist or does not contain required files.
Modules Directory The configured modules directory does not exist or does not contain required files.
Logs Directory Pass The default logs directory does not exist or is not writable. Depending on your log driver and config settings, this may not be a problem.
Cache Directory Pass The default cache directory does not exist or is not writable. Depending on your cache driver and config settings, this may not be a problem.
PCRE UTF-8 PCRE support is missing. PCRE has not been compiled with UTF-8 support. PCRE has not been compiled with Unicode property support. Pass
Reflection Enabled Pass PHP reflection is either not loaded or not compiled in.
Filters Enabled Pass The filter extension is either not loaded or not compiled in.
Iconv Extension Loaded Pass The iconv extension is not loaded.
SPL Enabled Pass SPL is not enabled.
Multibyte String Enabled Pass The mbstring extension is not loaded.
Mbstring Not Overloaded The mbstring extension is overloading PHP's native string functions. Pass
XML support PHP is compiled without XML support, thus lacking support for utf8_encode() / utf8_decode() . Pass
Timezone Pass The current timezone, '', is not valid. You must configure it in php.ini or config/locale.php.
URI Determination Pass At least one of $_SERVER['PATH_INFO'], $_SERVER['ORIG_PATH_INFO'], or $_SERVER['PHP_SELF'] must be available.

Kohana may not work correctly with your environment.

Your environment passed all requirements. Remove or rename the install file now.