{"id":35,"date":"2020-06-11T11:52:55","date_gmt":"2020-06-11T11:52:55","guid":{"rendered":"https:\/\/themelooks.net\/documentation\/plugin\/foodbook\/?p=35"},"modified":"2020-06-11T11:52:55","modified_gmt":"2020-06-11T11:52:55","slug":"system-status-and-required-dependency","status":"publish","type":"post","link":"https:\/\/themelooks.biz\/documentation\/foodman\/system-status-and-required-dependency\/","title":{"rendered":"System Status and required dependency?"},"content":{"rendered":"\n<p>You need to check system status before WordPress PLugin installation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">WordPress<\/h4>\n\n\n\n<p>This section displays the following information about your WordPress setup:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Home URL:<\/strong>&nbsp;The URL of the site\u2019s homepage.<\/li><li><strong>Site URL:<\/strong>&nbsp;The root URL of the site.<\/li><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=\"noreferrer noopener\">WordPress.org<\/a>.<\/li><li><strong>Multisite:<\/strong>&nbsp;Whether or not is&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Create_A_Network\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Multisite<\/a>&nbsp;enabled.<\/li><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=\"noreferrer noopener\">this link<\/a>&nbsp;.<\/li><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=\"noreferrer noopener\">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><li><strong>Allowed File Extensions:<\/strong>&nbsp;The list of file extensions that the current user can upload to the WordPress installation.<\/li><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><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=\"noreferrer noopener\">this article<\/a>&nbsp;for more information.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Server<\/h4>\n\n\n\n<p>This section displays the following information about your web server setup:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><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><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><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=\"noreferrer noopener\">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><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=\"noreferrer noopener\">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><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">PHP<\/h4>\n\n\n\n<p>This section displays the following information about your PHP setup:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><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 Plugin doesn\u2019t support any PHP version lower than 5.3.<\/li><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 rel=\"noreferrer noopener\" href=\"https:\/\/www.a2hosting.com\/kb\/developer-corner\/php\/using-php.ini-directives\/php-max-input-vars-directive\" target=\"_blank\">php.ini<\/a><\/em>&nbsp;file or through your&nbsp;<em><a rel=\"noreferrer noopener\" 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\">.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><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 rel=\"noreferrer noopener\" href=\"https:\/\/www.a2hosting.com\/kb\/developer-corner\/php\/using-php.ini-directives\/php-maximum-upload-file-size\" target=\"_blank\">php.ini<\/a><\/em>&nbsp;file or through your&nbsp;<em><a rel=\"noreferrer noopener\" 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\">.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><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><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">MySQL<\/h4>\n\n\n\n<p>This section displays the following information about your MySQL setup:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Version:<\/strong>&nbsp;The version of MySQL installed on the hosting server<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Active Plugin<\/h4>\n\n\n\n<p>This section displays the following information about your active plugins:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Name:<\/strong>&nbsp;The name of the currently active plugins.<\/li><li><strong>Version:<\/strong>&nbsp;The installed version of the currently active plugins.<\/li><li><strong>Author\u2019s URL:<\/strong>&nbsp;The currently active theme developer\u2019s URL.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>You need to check system status before WordPress PLugin installation. WordPress This section displays the following information about your WordPress setup: Home URL:&nbsp;The URL of the<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-35","post","type-post","status-publish","format-standard","hentry","category-installation"],"_links":{"self":[{"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/posts\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":0,"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/posts\/35\/revisions"}],"wp:attachment":[{"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/media?parent=35"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/categories?post=35"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/themelooks.biz\/documentation\/foodman\/wp-json\/wp\/v2\/tags?post=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}