Skip to content

Instantly share code, notes, and snippets.

@mazhalai
Created January 20, 2016 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazhalai/ab290a1b96dea935c044 to your computer and use it in GitHub Desktop.
Save mazhalai/ab290a1b96dea935c044 to your computer and use it in GitHub Desktop.
.setup_cronjob_status
{
"readiness_checks": {
"db_write_permission_verified": true
},
"php_checks": {
"php_version_verified": {
"responseType": "success",
"data": {
"required": "~5.5.0|~5.6.0|~7.0.0",
"current": "5.6.15"
}
},
"php_extensions_verified": {
"responseType": "success",
"data": {
"required": {
"0": "curl",
"1": "dom",
"2": "hash",
"3": "openssl",
"4": "simplexml",
"5": "xmlwriter",
"8": "gd",
"10": "iconv",
"11": "mcrypt",
"14": "spl",
"15": "xsl",
"16": "intl",
"17": "mbstring",
"18": "ctype"
},
"missing": []
}
},
"php_settings_verified": {
"responseType": "success",
"data": {
"xdebug_max_nesting_level": {
"message": "Your current setting of xdebug.max_nesting_level=200.\n Magento 2 requires it to be set to 200 or more.\n Edit your config, restart web server, and try again.",
"error": false
},
"always_populate_raw_post_data": {
"message": "Your PHP Version is 5.6.15, but always_populate_raw_post_data = -1.\n \t $HTTP_RAW_POST_DATA is deprecated from PHP 5.6 onwards and will be removed in PHP 7.0.\n \t This will stop the installer from running.\n\t Please open your php.ini file and set always_populate_raw_post_data to -1.\n \t If you need more help please call your hosting provider.",
"helpUrl": "http://php.net/manual/en/ini.core.php#ini.always-populate-settings-data",
"error": false
}
}
}
},
"last_timestamp": 1453323661,
"current_timestamp": 1453323721
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment