Skip to content

Understanding the WooCommerce System Status Report

Varun Sridharan edited this page Nov 2, 2015 · 1 revision

WordPress Environment

This section provides general information about your site, your WordPress installation, and the features you have enabled.

Field Name Description Example
Home URL The URL of your site’s homepage. http://example.com
Site URL The root URL of your site. http://example.com
WC Version The version of WooCommerce installed on your site. 2.3.8
WC Database Version The version of WooCommerce that the database is formatted for. This should be the same as your WooCommerce Version. 2.3.8
Log Directory Writable Whether the WooCommerce log directory is writable, and the location /srv/www/wp-content/uploads/wc-logs/
WP Version The version of WordPress installed on your site. 4.2.2
WP Multisite Enabled Whether or not you have WordPress Multisite enabled. No
WP Memory Limit The maximum amount of memory (RAM) that your site can use at one time. Learn how to increase this limit here. 96MB
WP Debug Mode Displays whether or not WordPress is in Debug Mode. No
Language The current language used by WordPress. Default = English en_US

Server Environment ↑ Back to Top

This section provides general information about your server.

Field Name Description Example
Server Info Information about the web server that is currently hosting your site. Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9
PHP Version The version of PHP installed on your hosting server. 5.5.6
PHP Post Max Size The largest filesize that can be contained in one post. 12MB
PHP Time Limit The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups) 60
PHP Max Input Vars The maximum number of variables your server can use for a single function to avoid overloads. 1000
SUHOSIN Installed Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself.If enabled on your server, Suhosin may need to be configured to increase its data submission limits. http://docs.woothemes.com/document/problems-with-large-amounts-of-data-not-saving-variations-rates-etc/ No
MySQL Version The version of MySQL installed on your hosting server. 5.6.16
WP Max Upload Size The largest filesize that can be uploaded to your WordPress installation. 12MB
Timezone is UTC Whether the timezone for your server is UTC.
fsockopen/cURL Payment gateways can use cURL to communicate with remote servers to authorize payments, other plugins may also use it when communicating with remote services. Your server has fsockopen and cURL enabled.
SOAP Client Some webservices like shipping use SOAP to get information from remote servers, for example, live shipping quotes from FedEx require SOAP to be installed.
DOMDocument HTML/Multipart Emails use DOMDocument to generate inline CSS in templates.
GZip GZip (gzopen) is used to open the GEOIP database from MaxMind.
Remote Post PayPal uses this method of communicating when sending back transaction information. See the wp_remote_post Codex page for more information.
Remote Get WooCommerce plugins may use this method of communication when checking for updates.