{"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\/grocerybook\/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>\u00a0The URL of the site\u2019s homepage.<\/li><li><strong>Site URL:<\/strong>\u00a0The root URL of the site.<\/li><li>Version:\u00a0The version of WordPress installed on your site. We recommend always use the latest WordPress version available in\u00a0WordPress.org.<\/li><li>Multisite:\u00a0Whether or not is\u00a0WordPress Multisite\u00a0enabled.<\/li><li>Memory Limit:\u00a0The maximum amount of memory (RAM) that the site can use at one time. We recommend at least\u00a0256MB, though some demo contents may require up to\u00a01024MB\u00a0to 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\u00a0this link.<\/li><li>Maximum Upload File Size:\u00a0The largest file size that can be uploaded to your WordPress installation. We recommend at least\u00a032MB. If you need to know how to increase it, you can take a look at this article. 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>Allowed File Extensions:\u00a0The list of file extensions that the current user can upload to the WordPress installation.<\/li><li>Language:\u00a0The language currently used in the WordPress installation. Normally, administrators can modify this value on the\u00a0<em>General Settings<\/em>\u00a0page.<\/li><li><strong>Debug Mode:<\/strong>\u00a0Whether or not is WordPress in debug mode. This value matches the one given to the\u00a0<code>WP_DEBUG<\/code>constant in your\u00a0<em>wp-config.php<\/em>\u00a0file. The recommended value is\u00a0<em>true<\/em>\u00a0for local sites and\u00a0<em>false<\/em>\u00a0for production sites. Check\u00a0<a rel=\"noreferrer noopener\" href=\"https:\/\/codex.wordpress.org\/Debugging_in_WordPress\" target=\"_blank\">this article<\/a>\u00a0for 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:\u00a0The 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\/grocerybook\/wp-json\/wp\/v2\/posts\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themelooks.biz\/documentation\/grocerybook\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/themelooks.biz\/documentation\/grocerybook\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/themelooks.biz\/documentation\/grocerybook\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/themelooks.biz\/documentation\/grocerybook\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":0,"href":"https:\/\/themelooks.biz\/documentation\/grocerybook\/wp-json\/wp\/v2\/posts\/35\/revisions"}],"wp:attachment":[{"href":"https:\/\/themelooks.biz\/documentation\/grocerybook\/wp-json\/wp\/v2\/media?parent=35"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/themelooks.biz\/documentation\/grocerybook\/wp-json\/wp\/v2\/categories?post=35"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/themelooks.biz\/documentation\/grocerybook\/wp-json\/wp\/v2\/tags?post=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}