{"id":4394,"date":"2018-02-16T15:05:00","date_gmt":"2018-02-16T15:05:00","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2018\/02\/16\/wordpress-stack-troubleshooting\/"},"modified":"2022-03-16T16:23:47","modified_gmt":"2022-03-16T20:23:47","slug":"wordpress-stack-troubleshooting","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/","title":{"rendered":"WordPress Stack Troubleshooting"},"content":{"rendered":"<p>You can use the WordPress <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/optimize-wordpress\/\">Optimized<\/a> platform to achieve excellent performance with a website by utilizing NGINX and PHP-FPM. However, some users may experience the occasional technical issue that can lead to frustration and time-consuming troubleshooting. A lack of familiarity with the underlying components can make this especially troublesome.<\/p>\n<p>In this article, we explore the general troubleshooting procedures you can apply when tackling an issue with your WordPress Optimized hosting, as well as a list of common problems and their solutions. If you get stuck along the way, do not hesitate to reach out to our support team 24\/7.<\/p>\n<div class=\"alert alert-success\" style=\"margin: 20px 0;\">\n<ul>\n<li>The information in this tutorial applies to InMotion Hosting products that use NGINX Caching, including our <a title=\"Click here to navigate to our main site and view our available WordPress Hosting plans.\" href=\"https:\/\/www.inmotionhosting.com\/wordpress-hosting\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress Hosting plans<\/a> and certain VPS configurations.<\/li>\n<li>We also reference various settings pertaining to the Cache Manager Plugin for cPanel. Please see our tutorial on the <a title=\"Click here to navigate to our guide and learn more about the Cache Manager Plugin for cPanel.\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/cache-manager-cpanel\/\" target=\"_blank\" rel=\"noopener noreferrer\">Cache Manager Plugin<\/a> for more information.<\/li>\n<li>For an in-depth explanation of how NGINX and the rest of the stack work together, please check out our <a title=\"Click here to view our article on the WordPress Hosting Stack.\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/the-wordpress-hosting-stack\/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress Hosting Stack<\/a> article.<\/li>\n<\/ul>\n<\/div>\n<h2 id=\"common\">Deciphering Common Error Codes<\/h2>\n<p>Below you will find a list of common HTTP status codes, typical triggering events, as well as tips on how to resolve or troubleshoot each issue. Resolving certain errors, such as the 502 or 503 errors, requires root-level access. Customers on our VPS or Dedicated platforms should reach out to our support team if unsure how to proceed. On our WordPress Hosting product, our systems team closely monitors the servers and typically resolve these issues quickly.<\/p>\n<table class=\"table table-bordered table-stripe\" style=\"margin: 20px 0;\">\n<thead>\n<tr>\n<th>Status<\/th>\n<th>Reason<\/th>\n<th>Action<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><b>406 Not Acceptable<\/b><\/td>\n<td>A ModSecurity rule was triggered<\/td>\n<td>Ensure that ModSecurity hits are not being cached (<i>ModSecurity Response Cache Time<\/i> under Advanced Options in the <a title=\"Click here to navigate to our guide and learn more about the Cache Manager Plugin for cPanel.\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/cache-manager-cpanel\/\" target=\"_blank\" rel=\"noopener noreferrer\">Cache Manager Plugin<\/a>. This option is disabled by default.) <a title=\"View our \u2018406 - Not Acceptable\u2019 article\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/error-numbers\/406-error-not-acceptable\/\" target=\"_blank\" rel=\"noopener noreferrer\">Click here for more information on 406 errors<\/a>.<\/td>\n<\/tr>\n<tr>\n<td><b>429 Too Many Requests<\/b><\/td>\n<td>Traffic to ratelimited URIs has exceeded the max number of requests per minute<\/td>\n<td>NGINX has a rate-limiting feature that it can apply to URIs of your choice &#8212; typically to protect login pages and API endpoints. If you receive this 429 error, the number of requests from a single IP address has exceeded the threshold. If the traffic is legitimate, consider increasing the threshold under the <i>Max requests per minute<\/i> setting in the Cache Manager Plugin.<\/td>\n<\/tr>\n<tr>\n<td><b>499 Client Disconnected<\/b><\/td>\n<td>The client disconnected before Nginx could send a reply<\/td>\n<td>This error will only show up in the NGINX access log, and indicates that the client (such as a visitor to your webpage) terminated the connection before NGINX could send a response. If you see a lot of these, it typically indicates a long-running PHP process, perhaps due to a bad WordPress plugin.<\/td>\n<\/tr>\n<tr>\n<td><b>500 Internal Server Error<\/b><\/td>\n<td>PHP script errors, database connection error, syntax error in htaccess files, and various other issues<\/td>\n<td>Check the Apache or PHP error log for more information, as a number of issues can cause this error.<\/td>\n<\/tr>\n<tr>\n<td><b>502 Bad Gateway<\/b><\/td>\n<td>NGINX could not connect to Apache<\/td>\n<td>Check the NGINX error log (<code>\/var\/log\/nginx\/error.log<\/code>) for details, or just try restarting Apache\/HTTPd via WHM or SSH. If you are not on a VPS or Dedicated Server plan (or if you are, and are unsure how to proceed), contact our support team for assistance.<\/td>\n<\/tr>\n<tr>\n<td><b>503 Service Unavailable<\/b><\/td>\n<td>Apache could not communicate with PHP-FPM, or the PHP-FPM pool is not able to spawn a worker to handle the request. Certain PHP scripts (such as WordPress) can also intentionally trigger this error to indicate to web crawlers that your site is in Maintenance Mode.<\/td>\n<td>On VPS or Dedicated Servers, try restarting PHP-FPM. For more information, you can find error logs at <code>\/opt\/cpanel\/ea-php*\/root\/usr\/var\/log\/php-fpm\/error.log<\/code>. If you are not on a VPS or Dedicated Server plan (or if you are, and are unsure how to proceed), contact our support team for assistance. This error can also be triggered due to a low number of max PHP-FPM workers for the domain\u2014 check the PHP-FPM error log to confirm if this is the case.<\/td>\n<\/tr>\n<tr>\n<td><b>504 Gateway Timeout<\/b><\/td>\n<td>Apache or PHP-FPM took too long to respond<\/td>\n<td>This typically relates to a long-running PHP script. For example, attempting to perform a large import operation, big file upload, etc. By default, NGINX will wait up to 60 seconds for PHP and Apache to send back a response\u2014 if it does not receive anything in that time, it returns a 504 status. If you get this error and have not performed any sort of long-running operation, you may want to look at your plugins. Poorly-written plugins or long-running database queries can trigger this error since the page has to wait for these operations to complete before sending a response.<\/td>\n<\/tr>\n<tr>\n<td><b>508 Resource Limit is Reached<\/b><\/td>\n<td>Your account has hit a resource limit, and could not service the request.<\/td>\n<td>Use the Resource Manager plugin in cPanel (listed as <i>CPU and Concurrent Connection Usage<\/i>) to determine which limit your account reached and how. This error does not apply to VPS or Dedicated Server plans.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"phpfpm\">PHP-FPM<\/h2>\n<h3>Page Timeouts and 504 Errors<\/h3>\n<p>As mentioned in the status code table above, these <code>504 Gateway Timeout<\/code> errors are typically triggered because PHP or Apache took too long to respond (NGINX will wait for up to 60 seconds). You can use the following checklist to help narrow down the potential cause, then determine the appropriate solution.<\/p>\n<h4>phpinfo Check<\/h4>\n<p>First, check to see if you can access a <code>phpinfo.php<\/code> page. If the page loads correctly, this means that PHP-FPM and Apache are working correctly. If this test fails, then the issue lies with either Apache or PHP-FPM. New accounts have a copy of this file by default\u2014 visit <code>https:\/\/example.com\/phpinfo.php<\/code> (replacing \u2018example.com\u2019 with your domain). If you have removed the file, or cannot access it, check our guide on <a title=\"Click here to view our guide on creating a phpinfo page to test your PHP configuration\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/php\/create-phpinfo-page-to-see-php-settings\" target=\"_blank\" rel=\"noopener noreferrer\">creating a <code>phpinfo<\/code> page<\/a>.<\/p>\n<h4>Batch Operations<\/h4>\n<p>Batch operations, such as importing large datasets via a web interface, may take longer than 60 seconds with sufficiently large datasets. We recommend that you import data via another method, if possible. If not possible, then you may be able to break the import into smaller chunks (for example, if importing a CSV file, try splitting the file in half, then importing each half separately). Depending on your goal, it may be possible to perform the action via WP-CLI. Many popular WordPress plugins extend WP-CLI to provide commands for performing administrative operations. Check the documentation for your particular plugin or application for details. Check our <a href=\"\/support\/edu\/wordpress\/wp-cli\/\" target=\"_blank\" rel=\"noopener noreferrer\">WP-CLI education channel<\/a> for a list of WP-CLI-related articles.<\/p>\n<h4>Large Uploads<\/h4>\n<p>If you cannot upload a large file within the 60 second timeframe, this can also trigger a 504 error. This typically occurs when attempting to upload large archives, plugins, or theme packages. Instead, try using <a title=\"Click here to view our guide on uploading files via FTP\" href=\"\/support\/website\/ftp\/getting-started-guide\/\" target=\"_blank\" rel=\"noopener noreferrer\">FTP<\/a> or <a title=\"Click here to view our guide on uploading files via SFTP\" href=\"\/support\/website\/ftp\/shared-sftp-setup\/\" target=\"_blank\" rel=\"noopener noreferrer\">SFTP<\/a> to upload the file. For WordPress themes, you can also use WP-CLI. <a href=\"\/support\/edu\/wordpress\/wp-cli\/install-a-theme-using-wp-cli\/\" target=\"_blank\" rel=\"noopener noreferrer\">Click here for instructions<\/a>.<\/p>\n<h4>Malfunctioning Plugins or Scripts<\/h4>\n<p>Plugins that rely on external data sources can often cause 504 timeout errors and 500 errors in general. For example, if a GeoIP plugin cannot reach the server it uses to perform its lookups, the plugin might hang or retry for a long period of time. You can check our <a title=\"Click here to view our Troubleshooting WordPress Plugins guide\" href=\"\/support\/edu\/wordpress\/troubleshooting-wordpress-plugins\/\" target=\"_blank\" rel=\"noopener noreferrer\">guide to troubleshooting WordPress plugins<\/a> for further guidance.<\/p>\n<h4>Long-running MySQL queries<\/h4>\n<p>MySQL queries can also cause 504 timeout errors if the PHP script waits on a response from the MySQL server but it takes too long to respond. You can monitor active MySQL processes by <a title=\"Click here to view our guide on logging in to phpMyAdmin\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/manage-mysql-database-in-phpmyadmin\/\" target=\"_blank\" rel=\"noopener noreferrer\">logging in to phpMyAdmin<\/a>, then clicking the \u201cStatus\u201d tab along the top of the page. VPS and Dedicated server customers can also view more in-depth information by logging in as the root user via SSH or WHM\u2014 check our guide on <a href=\"\/support\/server\/databases\/show-mysql-processes\/\" target=\"_blank\" rel=\"noopener noreferrer\">monitoring MySQL processes<\/a> for details.<\/p>\n<h2 id=\"nginx\">NGINX<\/h2>\n<h3>Caching<\/h3>\n<p>Caching problems can create a lot of confusion for those unfamiliar with full-page caching. We have written a full article on how to troubleshoot caching issues, as well as tune cache parameters for the best performance. Below are a few quick tips to help get you started:<\/p>\n<ul>\n<li>Install an automatic cache purge plugin for WordPress, or your CMS of choice. For WordPress, we recommend using the NGINX Helper plugin\u2014 <a href=\"\/support\/edu\/wordpress\/plugins\/wordpress-nginx-helper-plugin\/\" target=\"_blank\" rel=\"noopener noreferrer\">click here<\/a> for installation details and setup instructions.<\/li>\n<li>After making any major site changes (new theme, adding\/removing plugins, updating CSS, modifying header\/footer files, etc.), we recommend that you purge the entire cache. This will prevent pages from potentially referencing outdated content which typically results in a broken site. Use the \u201cPurge Full Cache&#8221; button in the Cache Manager Plugin to quickly perform this action.<\/li>\n<li>Need to quickly purge the cache for a single page? Prefix the URI with <code>\/purge<\/code> (example: <code>https:\/\/example.com\/1\/page<\/code> becomes <code>https:\/\/example.com<u>\/purge<\/u>\/1\/page<\/code>), or use the \u201cPurge URL&#8221; feature in the Cache Manager Plugin.<\/li>\n<\/ul>\n<div class=\"alert alert-success\" style=\"margin: 20px 0;\">Check out our full article on <a href=\"\/support\/edu\/wordpress\/nginx-cache-management\/\" target=\"_blank\" rel=\"noopener noreferrer\">NGINX cache management<\/a> for an explanation of all tunable parameters, as well as tips on how to configure and troubleshoot caching for your sites.<\/div>\n<h3>High Memory Usage<\/h3>\n<p>For VPS and Dedicated customers, you may have noticed apparent high memory usage when running NGINX. The memory usage typically displayed in WHM shows the total system memory utilization, including system cache memory. The default NGINX configuration we distribute for VPS and Dedicated servers includes options that instruct NGINX to cache open file handles for frequently used content. This can help ensure that all of your images, stylesheets, and other static content serves quickly, as it remains in the operating system\u2019s cache for quick retrieval. This \u201csystem page cache&#8221; holds recently-used files in memory for faster access times. When other applications need to use this memory, it remains available for use. For a full explanation of how the kernel file cache works in Linux, please review our page on <a href=\"\/support\/server\/linux\/check-memory-usage\/\" target=\"_blank\" rel=\"noopener noreferrer\">Linux memory usage<\/a>. This page also describes how to check the total available memory (the actual amount of free memory available to applications).<\/p>\n<div>The below example VPS shows what appears to be 0 bytes of memory free. However, if we add the amount under the Mem \u201cavailable\u201d column, and the Swap \u201cfree\u201d columns, we can see that the server actually has approximately 2GB available for applications, out of a total of 4GB (50% free). On Dedicated Servers, you should only use the Mem \u201cavailable\u201d column to calculate available memory.<\/p>\n<pre class=\"cli\"> <span style=\"color: slategrey;\">[root@vps ~]# <\/span><span style=\"color: turquoise;\">free -h<\/span>               total        used        free      shared  buff\/cache   available Mem:           1.5G        890M          0B        6.8G        645M        <span style=\"color: green;\">415M<\/span> Swap:          2.5G        1.0G        <span style=\"color: lightgreen;\">1.5G<\/span><\/pre>\n<\/div>\n<h3>AutoSSL Certificate Not Updating<\/h3>\n<p>AutoSSL, the free SSL that&#8217;s auto-enabled forever, allows users to generate free SSL certificates for all of their domains. This very useful feature allows users to secure their website over HTTPS\/TLS at no additional cost.<\/p>\n<p>Due to the way cPanel implements AutoSSL support, our NGINX configuration builder currently has no way to automatically trigger once a new AutoSSL certificate has installed. We have worked around this by having the script automatically check for changes every 20 minutes. This process then detects if cPanel has added a new AutoSSL certificate and applies it to the NGINX configuration for your domain(s). If you do not want to wait, you can open the <a title=\"Click here to navigate to our guide and learn more about the Cache Manager Plugin for cPanel.\" href=\"\/support\/website\/cache-manager-cpanel\/\" target=\"_blank\" rel=\"noopener noreferrer\">Cache Manager Plugin<\/a> in cPanel, then click the \u201cSave Changes\u201d button to force the configuration builder to re-check. If cPanel eventually does add hooks for the AutoSSL completion event in the future, we will then implement this support in our tooling to make the experience more seamless.<\/p>\n<h3>Temporary URL Not Working<\/h3>\n<p>If you have used cPanel servers previously, you may have used the \u201ctemporary URL&#8221; feature (via Apache mod_userdir). For example, accessing your user\u2019s <code>public_html<\/code> directory via <code>https:\/\/example.com\/~username\/<\/code> for testing purposes. Since this does not work nicely with PHP-FPM or the NGINX rules, InMotion Hosting disables this feature on servers with the WordPress Optimized stack.<\/p>\n<p>Instead of using the temporary URL, you can perform a host file modification instead. This also has the advantage that you do not have to make any changes to your WordPress or other CMS configuration (most CMSes rely on a matching hostname and URI prefix, which breaks when using the temporary URL to test). Check out our article on <a href=\"\/support\/website\/modifying-your-hosts-file\/\" target=\"_blank\" rel=\"noopener noreferrer\">modifying your hosts file<\/a> for more details.<\/p>\n<div class=\"alert alert-warning\" style=\"margin: 20px 0;\">If you still cannot determine the source of a problem, please do not hesitate to reach out to our support team for assistance.<\/div>\n<div>Check out more WordPress tutorials in the support center:<\/div>\n<div><\/div>\n<ul>\n<li><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;WP-CLI search-replace Command&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:6659,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:2257329},&quot;15&quot;:&quot;inherit&quot;}\" data-sheets-hyperlink=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/wp-cli-search-replace-command\/\"><a class=\"in-cell-link\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/wp-cli-search-replace-command\/\" target=\"_blank\" rel=\"noopener\">WP-CLI search-replace Command<\/a><\/span><\/li>\n<li><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Manage WordPress Comments Using WP-CLI&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:6659,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:2257329},&quot;15&quot;:&quot;inherit&quot;}\" data-sheets-hyperlink=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/manage-wordpress-comments-using-wp-cli\/\"><a class=\"in-cell-link\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/manage-wordpress-comments-using-wp-cli\/\" target=\"_blank\" rel=\"noopener\">Manage WordPress Comments Using WP-CLI<\/a><\/span><\/li>\n<li><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Update WordPress Using WP-CLI&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:6659,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:2257329},&quot;15&quot;:&quot;inherit&quot;}\" data-sheets-hyperlink=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/update-wordpress-using-wp-cli\/\"><a class=\"in-cell-link\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/update-wordpress-using-wp-cli\/\" target=\"_blank\" rel=\"noopener\">Update WordPress Using WP-CLI<\/a><\/span><\/li>\n<li><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Manage WordPress Users Using WP-CLI&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:6659,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16382457},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:2257329},&quot;15&quot;:&quot;inherit&quot;}\" data-sheets-hyperlink=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/manage-wordpress-users-using-wp-cli\/\"><a class=\"in-cell-link\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/manage-wordpress-users-using-wp-cli\/\" target=\"_blank\" rel=\"noopener\">Manage WordPress Users Using WP-CLI<\/a><\/span><\/li>\n<li><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Install a Theme Using WP-CLI&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:6659,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16382457},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:2257329},&quot;15&quot;:&quot;inherit&quot;}\" data-sheets-hyperlink=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-theme-using-wp-cli\/\"><a class=\"in-cell-link\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-theme-using-wp-cli\/\" target=\"_blank\" rel=\"noopener\">Install a Theme Using WP-CLI<\/a><\/span><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p> You can use the WordPress Optimized platform to achieve excellent performance with a website by utilizing NGINX and PHP-FPM. However, some users may experience the occasional technical issue that can lead to frustration and time-consuming troubleshooting. A lack of familiarity with the underlying components can make this especially troublesome.  <\/p>\n<p> In this article, we explore the general troubleshooting procedures you can apply when tackling an issue with your WordPress Optimized hosting, as well as a list of common problems and their solutions. If you get stuck along the way, do not hesitate to reach out to our support team 24\/7. <\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4325,56],"tags":[],"class_list":["post-4394","post","type-post","status-publish","format-standard","hentry","category-wordpress-hosting","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WordPress Stack Troubleshooting | InMotion Hosting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress Stack Troubleshooting | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"You can use the WordPress Optimized platform to achieve excellent performance with a website by utilizing NGINX and PHP-FPM. However, some users may experience the occasional technical issue that can lead to frustration and time-consuming troubleshooting. A lack of familiarity with the underlying components can make this especially troublesome.  In this article, we explore the general troubleshooting procedures you can apply when tackling an issue with your WordPress Optimized hosting, as well as a list of common problems and their solutions. If you get stuck along the way, do not hesitate to reach out to our support team 24\/7.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-16T15:05:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-16T20:23:47+00:00\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\"},\"headline\":\"WordPress Stack Troubleshooting\",\"datePublished\":\"2018-02-16T15:05:00+00:00\",\"dateModified\":\"2022-03-16T20:23:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/\"},\"wordCount\":1995,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"WordPress Hosting\",\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/\",\"name\":\"WordPress Stack Troubleshooting | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2018-02-16T15:05:00+00:00\",\"dateModified\":\"2022-03-16T20:23:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Stack Troubleshooting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WordPress Stack Troubleshooting | InMotion Hosting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/","og_locale":"en_US","og_type":"article","og_title":"WordPress Stack Troubleshooting | InMotion Hosting","og_description":"You can use the WordPress Optimized platform to achieve excellent performance with a website by utilizing NGINX and PHP-FPM. However, some users may experience the occasional technical issue that can lead to frustration and time-consuming troubleshooting. A lack of familiarity with the underlying components can make this especially troublesome.  In this article, we explore the general troubleshooting procedures you can apply when tackling an issue with your WordPress Optimized hosting, as well as a list of common problems and their solutions. If you get stuck along the way, do not hesitate to reach out to our support team 24\/7.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2018-02-16T15:05:00+00:00","article_modified_time":"2022-03-16T20:23:47+00:00","author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b"},"headline":"WordPress Stack Troubleshooting","datePublished":"2018-02-16T15:05:00+00:00","dateModified":"2022-03-16T20:23:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/"},"wordCount":1995,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["WordPress Hosting","WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/","name":"WordPress Stack Troubleshooting | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2018-02-16T15:05:00+00:00","dateModified":"2022-03-16T20:23:47+00:00","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wordpress-stack-troubleshooting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"WordPress Stack Troubleshooting"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":56,"name":"WordPress Tutorials","slug":"wordpress","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4394"}],"version-history":[{"count":11,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4394\/revisions"}],"predecessor-version":[{"id":95145,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4394\/revisions\/95145"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}