System Check

In the following overview, you can see, if all the requirements are ready.


Please make sure you have the database file in backup folder with name db/install.sql.

  • DB File : OK
  • PHP version : OK (Hint: PHP 5.4.0 or higher is required.)
  • Reflection extension : OK (Hint: )
  • PCRE extension : OK (Hint: )
  • SPL extension : OK (Hint: )
  • Ctype extension : OK (Hint: )
  • MBString extension : OK (Hint: Required for multibyte encoding string processing.)
  • OpenSSL extension : OK (Hint: Required by encrypt and decrypt methods.)
  • Intl extension : OK (Hint: PHP Intl extension 1.0.2 or higher is required when you want to use advanced parameters formatting in Yii::t(), non-latin languages with Inflector::slug(), IDN-feature of EmailValidator or UrlValidator or the yii\i18n\Formatter class.)
  • ICU version : OK (Hint: ICU 49.0 or higher is required when you want to use # placeholder in plural rules (for example, plural in Formatter::asRelativeTime()) in the yii\i18n\Formatter class. Your current ICU version is 70.1.)
  • ICU Data version : OK (Hint: ICU Data 49.1 or higher is required when you want to use # placeholder in plural rules (for example, plural in Formatter::asRelativeTime()) in the yii\i18n\Formatter class. Your current ICU Data version is 70.1.)
  • Fileinfo extension : OK (Hint: Required for files upload to detect correct file mime-types.)
  • DOM extension : OK (Hint: Required for REST API to send XML responses via yii\web\XmlResponseFormatter.)
  • IPv6 support : OK (Hint: When IpValidator::expandIPv6 property is set to true, PHP must support IPv6 protocol stack. Currently PHP constant AF_INET6 is not defined and IPv6 is probably unsupported.)
Congratulations! Everything is ok and ready to start over!

Check again Next