{"id":942,"date":"2019-02-05T04:46:54","date_gmt":"2019-02-05T04:46:54","guid":{"rendered":"http:\/\/www.themelooks.com\/documentation\/bizdrone\/?p=942"},"modified":"2019-02-05T04:46:54","modified_gmt":"2019-02-05T04:46:54","slug":"system-status","status":"publish","type":"post","link":"https:\/\/themelooks.net\/documentation\/unihost\/system-status\/","title":{"rendered":"System Status"},"content":{"rendered":"<div class=\"blog-details-text\">\n<h2>System Status<\/h2>\n<div class=\"blog-details-text\">\n<p>You need to check system status before WordPress theme installation and demo data upload .<\/p>\n<h4>WordPress<\/h4>\n<p>This section displays the following information about your WordPress setup:<\/p>\n<ul>\n<li><strong>Home URL:<\/strong>&nbsp;The URL of the site\u2019s homepage.<\/li>\n<li><strong>Site URL:<\/strong>&nbsp;The root URL of the site.<\/li>\n<li><strong>Version:<\/strong>&nbsp;The version of WordPress installed in your site. We recommend to always use the latest WordPress version available in&nbsp;<a href=\"http:\/\/wordpress.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress.org<\/a>.<\/li>\n<li><strong>Multisite:<\/strong>&nbsp;Whether or not is&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Create_A_Network\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress Multisite<\/a>&nbsp;enabled.<\/li>\n<li><strong>Memory Limit:<\/strong>&nbsp;The maximum amount of memory (RAM) that the site can use at one time. We recommend at least&nbsp;<strong>256MB<\/strong>, though some demo contents may require up to&nbsp;<strong>1024MB<\/strong>&nbsp;to be imported correctly, so go for the higher value if you can. Keep in mind that your memory limit should not be higher than the total available memory for your server or hosting account, so if you don\u2019t know how much memory you can use, we suggest to ask your hosting provider about this. If you need to know how to increase your memory limit, you can take a look at&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Editing_wp-config.php#Increasing_memory_allocated_to_PHP\" target=\"_blank\" rel=\"noopener noreferrer\">this link<\/a>&nbsp;.<\/li>\n<li><strong>Maximum Upload File Size:<\/strong>&nbsp;The largest file size that can be uploaded to your WordPress installation. We recommend at least&nbsp;<strong>32MB<\/strong>. If you need to know how to increase it, you can take a look a&nbsp;<a href=\"http:\/\/www.wpbeginner.com\/wp-tutorials\/how-to-increase-the-maximum-file-upload-size-in-wordpress\/\" target=\"_blank\" rel=\"noopener noreferrer\">this article<\/a>&nbsp;. However, keep in mind that this setting may require restarting your web server (for some Apache and Nginx setups), so in case you cannot do it manually or through a control panel, we suggest to ask your hosting provider for help.<\/li>\n<li><strong>Allowed File Extensions:<\/strong>&nbsp;The list of file extensions that the current user can upload to the WordPress installation.<\/li>\n<li><strong>Language:<\/strong>&nbsp;The language currently used in the WordPress installation. Normally, administrators can modify this value in the&nbsp;<em>General Settings<\/em>&nbsp;page.<\/li>\n<li><strong>Debug Mode:<\/strong>&nbsp;Whether or not is WordPress in debug mode. This value matches the one given to the&nbsp;<code>WP_DEBUG<\/code>constant in your&nbsp;<em>wp-config.php<\/em>&nbsp;file. The recommended value is&nbsp;<em>true<\/em>&nbsp;for local sites and&nbsp;<em>false<\/em>&nbsp;for production sites. Check&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Debugging_in_WordPress\" target=\"_blank\" rel=\"noopener noreferrer\">this article<\/a>&nbsp;for more information.<\/li>\n<\/ul>\n<\/div>\n<div class=\"section02\">\n<h4>Server<\/h4>\n<p>This section displays the following information about your web server setup:<\/p>\n<ul>\n<li><strong>Server Information:<\/strong>&nbsp;Information about the web server that is currently hosting the site. Normally, this the name of the web server (Apache or Nginx are the most common ones) followed by the number of the installed version (for example \u201cnginx\/1.11.7\u201d).<\/li>\n<li><strong>Server Timezone:<\/strong>&nbsp;The default timezone for the server (which is not always the same you set in General Settings). It should be some UTC variant.<\/li>\n<li><strong>Remote GET method:<\/strong>&nbsp;Whether or not can the GET method be used to communicate with different APIs.&nbsp;<strong>Demo contents need this to be imported correctly<\/strong>. This feature is enabled by default on most web servers, but some plugins (such as&nbsp;<a href=\"https:\/\/github.com\/norcross\/airplane-mode\" target=\"_blank\" rel=\"noopener noreferrer\">Airplane Mode<\/a>) can disable it. If you see it as disabled but don\u2019t have any active plugin that can modify its behavior, we suggest contacting your hosting provider.<\/li>\n<li><strong>Remote POST method:<\/strong>&nbsp;Whether or not can the POST method be used to communicate with different APIs. This feature is enabled by default on most web servers, but some plugins (such as&nbsp;<a href=\"https:\/\/github.com\/norcross\/airplane-mode\" target=\"_blank\" rel=\"noopener noreferrer\">Airplane Mode<\/a>) can disable it. If you see it as disabled but don\u2019t have any active plugin that can modify its behavior, we suggest contacting your hosting provider.<\/li>\n<\/ul>\n<\/div>\n<div class=\"section03\">\n<h4>PHP<\/h4>\n<p>This section displays the following information about your PHP setup:<\/p>\n<ul>\n<li><strong>Version:<\/strong>&nbsp;The version of PHP installed on the hosting server. We recommend using the higher available version of PHP offered by your hosting provider, though we prefer PHP 7.1, 7.0 or 5.6 for performance and stability reasons (currently, the official minimum recommended version for WordPress is 5.6). This theme doesn\u2019t support any PHP version lower than 5.3.<\/li>\n<li><strong>Maximum Input Variables:<\/strong>&nbsp;The maximum number of variables the server can use for a single PHP function to avoid overloads. Our recommended value is 3000. You can change this value through your&nbsp;<em><a href=\"https:\/\/www.a2hosting.com\/kb\/developer-corner\/php\/using-php.ini-directives\/php-max-input-vars-directive\" target=\"_blank\" rel=\"noopener noreferrer\">php.ini<\/a><\/em>&nbsp;file or through your&nbsp;<em><a href=\"https:\/\/www.a2hosting.com\/kb\/developer-corner\/php\/using-php-directives-in-custom-htaccess-files\/setting-the-max-input-vars-directive-in-an-htaccess-file\" target=\"_blank\" rel=\"noopener noreferrer\">.htaccess<\/a><\/em>&nbsp;file (only for Apache). However, since some hosting providers often limit the level of customization for their PHP configurations, you may need to ask them for help with this item if the previous methods fail.<\/li>\n<li><strong>POST Maximum Size:<\/strong>&nbsp;The largest file size that can be contained in one POST request. Our recommended value is 32MB. You can change this value through your&nbsp;<em><a href=\"https:\/\/www.a2hosting.com\/kb\/developer-corner\/php\/using-php.ini-directives\/php-maximum-upload-file-size\" target=\"_blank\" rel=\"noopener noreferrer\">php.ini<\/a><\/em>&nbsp;file or through your&nbsp;<em><a href=\"https:\/\/www.a2hosting.com\/kb\/developer-corner\/php\/using-php-directives-in-custom-htaccess-files\/setting-the-php-maximum-upload-file-size-in-an-htaccess-file\" target=\"_blank\" rel=\"noopener noreferrer\">.htaccess<\/a><\/em>&nbsp;file (only for Apache). However, since some hosting providers often limit the level of customization for their PHP configurations, you may need to ask them for help with this item if the previous methods fail.<\/li>\n<li><strong>Time Limit:<\/strong>&nbsp;The amount of time (in seconds) that the site will spend on a single operation before timing out (to avoid server lockups). Our recommended value for this item is 300 seconds (5 minutes), so demo contents can be imported successfully. You can change this value by using the&nbsp;<a href=\"http:\/\/php.net\/manual\/en\/function.set-time-limit.php\"><code>set_time_limit()<\/code>&nbsp;function<\/a>&nbsp;inside your&nbsp;<em>wp-config.php<\/em>&nbsp;file, editing your&nbsp;<em><a href=\"http:\/\/www.wpbeginner.com\/wp-tutorials\/how-to-fix-fatal-error-maximum-execution-time-exceeded-in-wordpress\/\">.htaccess<\/a><\/em>&nbsp;file, or using the&nbsp;<a href=\"https:\/\/wordpress.org\/plugins\/wp-maximum-execution-time-exceeded\/\">WP Maximum Execution Time Exceeded<\/a>&nbsp;plugin.<\/li>\n<\/ul>\n<\/div>\n<div class=\"section04\">\n<h4>MySQL<\/h4>\n<p>This section displays the following information about your MySQL setup:<\/p>\n<ul>\n<li><strong>Version:<\/strong>&nbsp;The version of MySQL installed on the hosting server<\/li>\n<\/ul>\n<\/div>\n<div class=\"section05\">\n<h4>Active Theme<\/h4>\n<p>This section displays the following information about your active theme:<\/p>\n<ul>\n<li><strong>Name:<\/strong>&nbsp;The name of the currently active theme.<\/li>\n<li><strong>Version:<\/strong>&nbsp;The installed version of the currently active theme.<\/li>\n<li><strong>Framework Version:<\/strong>&nbsp;The installed version of the Nice Framework.<\/li>\n<li><strong>Author\u2019s URL:<\/strong>&nbsp;The currently active theme developer\u2019s URL.<\/li>\n<li><strong>Child Theme:<\/strong>&nbsp;Whether or not is the currently active theme a child theme. If you\u2019re modifying a parent theme, we recommend using a Child Theme.&nbsp;<a href=\"http:\/\/codex.wordpress.org\/Child_Themes\">Learn about them here<\/a>&nbsp;.<\/li>\n<li><strong>Parent Theme Name:<\/strong>&nbsp;The name of the parent theme, if you\u2019re using a Child Theme.<\/li>\n<li><strong>Parent Theme Version:<\/strong>&nbsp;The installed version of the parent theme, if you\u2019re using a Child Theme.<\/li>\n<li><strong>Parent Theme Author\u2019s URL:<\/strong>&nbsp;The parent theme developer\u2019s URL, if you\u2019re using a Child Theme.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"d-flex align-items-center justify-content-between border-top\">\n<div class=\"post-share-icons social-icons social-icons-light nav justify-content-md-end\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>System Status You need to check system status before WordPress theme installation and demo data upload . WordPress<\/p>\n","protected":false},"author":1,"featured_media":2174,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[],"class_list":["post-942","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-installation"],"_links":{"self":[{"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/posts\/942","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/comments?post=942"}],"version-history":[{"count":0,"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/posts\/942\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/media\/2174"}],"wp:attachment":[{"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/media?parent=942"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/categories?post=942"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/themelooks.net\/documentation\/unihost\/wp-json\/wp\/v2\/tags?post=942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}