Checkup

Checkup is a feature to make it easier to assess server requirements and optimal configurations.

Test server

Run http://localhost/checkup.php

Possible errors and suggestions:

Message Type
ini_get function has been disabled on your server, checking your server settings will be incomplete Warning
php.ini is not configured on your server Error
php_ini_loaded_file function has been disabled on your server, it is not possible to check the server settings Error
Disable magic_quotes_gpc Error
Set -1 to always_populate_raw_post_data Error
system/storage directory requires write permissions Error
Inphinit\Utility\Url class and Inphinit\Utility\Strings::toAscii method will not work, to fix it, enable Multibyte String (optional) Error
Inphinit\Utility\String class will not work, to fix it, enable iconv (optional) Error
Inphinit\Filesystem\File::mime and Inphinit\Filesystem\File::encoding methods will not work, to fix it, enable finfo (optional) Error

Possible errors and suggestions that may appear in the production mode:

Message Type
Disable display_errors Error

Possible errors and suggestions that may appear in the development mode:

Message Type
While the application is in development mode, it is recommended to disable apc.enabled Advice
While the application is in development mode, it is recommended to disable eaccelerator.enable Advice
While the application is in development mode, it is recommended to disable opcache.enable Advice
While the application is in development mode, it is recommended to disable wincache.fcenabled Advice
While the application is in development mode, it is recommended to disable wincache.ocenabled Advice
While the application is in development mode, it is recommended to disable xcache.cacher Advice
Go to homepage
Star us on Github