{"id":1390,"date":"2021-07-26T06:15:02","date_gmt":"2021-07-26T11:15:02","guid":{"rendered":"https:\/\/www.knownhost.com\/kb\/?p=1390"},"modified":"2023-03-10T12:46:28","modified_gmt":"2023-03-10T18:46:28","slug":"wordpress-debug-troubleshooting","status":"publish","type":"post","link":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/","title":{"rendered":"How to Debug WordPress"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 ez-toc-wrap-right counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #212121;color:#212121\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #212121;color:#212121\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/#debugging_%e2%80%93_troubleshooting\" >DEBUGGING &#8211; TROUBLESHOOTING<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/#query_debugging\" >QUERY DEBUGGING<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/#css_and_javascript_debugging\" >CSS AND JAVASCRIPT DEBUGGING<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/#wp-settingsphp_configuration\" >WP-SETTINGS.PHP CONFIGURATION<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/#conclusion\" >Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"debugging_%e2%80%93_troubleshooting\"><\/span>DEBUGGING &#8211; TROUBLESHOOTING<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>  define('WP_DEBUG', false);<\/code><\/pre>\n\n\n\n<p>Debug mode gives some troubleshooting information that you don&#8217;t want to see all the time, unless you&#8217;re <a href=\"https:\/\/wordpress.org\/support\/article\/faq-troubleshooting\/\">troubleshooting an issue<\/a>. When that&#8217;s the case, change false to true, clear cache, refresh the page that&#8217;s a problem and observe the information. After you fix the problem, remember to change it back again.<\/p>\n\n\n\n<p>Debug output can be logged, allowing you to peruse it later. You&#8217;ll need WP_DEBUG to be true. If you set WP_DEBUG_LOG true, you&#8217;ll find the debug log written to a file in wp- content\/debug.log.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  define( 'WP_DEBUG_LOG', true );<\/code><\/pre>\n\n\n\n<p>Alternatively, you can specify a different location:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  define( 'WP_DEBUG_LOG', '\/somefolder\/wp-errors.log' );<\/code><\/pre>\n\n\n\n<p>If you&#8217;d like to log debug output to a file and not have it shown on your WordPress html site, you can keep logging turned on, but turn off just the debug display. In this case, false means no echoing of errors to the site visitors browsers.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  define( 'WP_DEBUG_DISPLAY', false );<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"query_debugging\"><span class=\"ez-toc-section\" id=\"query_debugging\"><\/span>QUERY DEBUGGING<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>When your diagnosing database query issues or performance, one way to do it is to set:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  define( 'SAVEQUERIES', true );<\/code><\/pre>\n\n\n\n<p>It&#8217;ll store each query, the function calling it and how long it took to execute. It&#8217;ll slow your performance, so don&#8217;t leave it true for longer than is necessary.<\/p>\n\n\n\n<p>You&#8217;ll find all this information stored in<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$wpdb-&gt;queries.<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"css_and_javascript_debugging\"><span class=\"ez-toc-section\" id=\"css_and_javascript_debugging\"><\/span>CSS AND JAVASCRIPT DEBUGGING<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>By default, WordPress uses minified versions of .css and .js files. If you&#8217;d like to use the dev versions, which are much more readable, set SCRIPT_DEBUG true.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  define( 'SCRIPT_DEBUG', true );<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"wp-settingsphp_configuration\"><\/span>WP-SETTINGS.PHP CONFIGURATION<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>  \/** Absolute path to the WordPress directory. *\/\n  if ( !defined('ABSPATH') )\n    define('ABSPATH', dirname(__FILE__) . '\/');\n\n  \/** Sets up WordPress vars and included files. *\/\n  require_once(ABSPATH . 'wp-settings.php');<\/code><\/pre>\n\n\n\n<p>The above enables WordPress to find the file and folder where wp-settings.php is located.<\/p>\n\n\n\n<p>wp-config.php Example<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  &lt;?php\n  \/**\n  * Custom WordPress configurations on \"wp-config.php\" file.\n  *\n  * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys,\n  WordPress Language, ABSPATH and more.\n  * For more information visit {@link https:\/\/codex.wordpress.org\/Editing_wp-config.php Editing\n  wp-config.php} Codex page.\n  * Created using {@link http:\/\/generatewp.com\/wp-config\/ wp-config.php File Generator} on\n  GenerateWP.com.\n  *\n  * @package WordPress\n  * @generator GenerateWP.com\n  *\/\n\n  \/* MySQL settings *\/\n  define( 'DB_NAME', 'mywp_dbname' );\n  define( 'DB_USER', 'mywp_dbuser' );\n  define( 'DB_PASSWORD', '\u00a3$!%RVAVERqeasf' );\n  define( 'DB_HOST', 'localhost' );\n  define( 'DB_CHARSET', 'utf8mb4' );\n\n  \/* MySQL database table prefix. *\/\n  $table_prefix = 'mywp_';\n\n  \/* Authentication Unique Keys and Salts. *\/\n  define('AUTH_KEY','R~{-1gEM3-dXTB71BZEo&#91;cV!r`]v_}PoU');\n  define('SECURE_AUTH_KEY', 'Xz=S4S]@12TiPYE;5S*b_,@$`c:NE_M65F:(@#)3');\n  define('LOGGED_IN_KEY', 'FVf-Zz&amp;YtGiQ}_U|:pqO@fT28{DN@LN5@Q1Z\/Xs|H0+i%hg5h(VjO?aWfjNtI8p');\n  define('NONCE_KEY','B|lch@DQ-4}y&gt;H-Nc=D\/4eziImu)^1&gt;M&amp;q0^{e %vfsI)sh+HHkW-zjC{E&amp; fU+a');\n  define('AUTH_SALT','*zec]V\/aAT!YM ;|eQG&amp;jXwO{U!u?&#91;IBv8qw-*t*_\/Eg^1N\/OY,POw=|;B_RT3vb');\n  define('SECURE_AUTH_SALT', 'Q&#91;iZ%Pj-DTb4t2T9$M\/&#91;F\/X&#91;}v?iy-azG9CF -,ziTT;T]zq2q#7u8Q\/i}NY|U|u');\n  define('LOGGED_IN_SALT','~x^j;0\/i4u@ku2]z#@Y]8TINzw6.DvBoc}D-tgVV]Q{o(ImO&#91;d(V&gt;tzvr8`Vqw!l');\n  define('NONCE_SALT','c}(T=GONoylne&gt;vO\/jxVv_HdRHgV8*Q1\/,9zPU2Q;J;3#Nv?\/uauopQs{y&gt;lI+z');\n\n  \/* Custom WordPress URL. *\/\n  define( 'WP_SITEURL', 'https:\/\/www.mysite.com' );\n  define( 'WP_HOME','https:\/\/www.mysite.com' );\n\n  \/* Specify maximum number of Revisions. *\/\n  define( 'WP_POST_REVISIONS', '5' );\n\n  \/* Trash Days. *\/\n  define( 'EMPTY_TRASH_DAYS', '7' );\n\n  \/* Multisite. *\/\n  define( 'WP_ALLOW_MULTISITE', false );\n\n  \/* WordPress debug mode for developers. *\/\n  define( 'WP_DEBUG',true );\n  define( 'WP_DEBUG_LOG', true );\n  define( 'WP_DEBUG_DISPLAY', false );\n  define( 'SCRIPT_DEBUG', true );\n  define( 'SAVEQUERIES',true );\n\n  \/* PHP Memory *\/\n  define( 'WP_MEMORY_LIMIT', '128M' );\n  define( 'WP_MAX_MEMORY_LIMIT', '512M' );\n\n  \/* WordPress Cache *\/\n  define( 'WP_CACHE', true );\n\n  \/* Compression *\/\n  define( 'COMPRESS_CSS',true );\n  define( 'COMPRESS_SCRIPTS', true );\n  define( 'CONCATENATE_SCRIPTS', false );\n  define( 'ENFORCE_GZIP',true );\n\n  \/* FTP *\/\n  define( 'FTP_USER', 'mywpftpuser' );\n  define( 'FTP_PASS', '!$RE\u00ac\\\"$vasfd' );\n  define( 'FTP_HOST', 'ftp.mysite.com' );\n  define( 'FTP_SSL', true );\/* CRON *\/\n  define( 'DISABLE_WP_CRON','false' );\n  define( 'ALTERNATE_WP_CRON', 'true' );\n  define( 'WP_CRON_LOCK_TIMEOUT', 30 );\n\n  \/* Updates *\/\n  define( 'WP_AUTO_UPDATE_CORE', true );\n  define( 'DISALLOW_FILE_MODS', false );\n  define( 'DISALLOW_FILE_EDIT', false );\n\n  \/* Absolute path to the WordPress directory. *\/\n  if ( !defined('ABSPATH') )\n    define('ABSPATH', dirname(__FILE__) . '\/');\n\n  \/* Sets up WordPress vars and included files. *\/\n  require_once(ABSPATH . 'wp-settings.php');<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Have a WordPress website? Check out our <a href=\"https:\/\/www.knownhost.com\/wordpress-hosting\"><strong>Managed Hosting for WordPress<\/strong><\/a> and see if we are a good fit for you. <strong><a href=\"https:\/\/www.knownhost.com\">KnownHost <\/a><\/strong>offers 365 days a year, 24 hours a day, all 7 days of the week best in class technical support. A dedicated team ready to help you should you need our assistance. You\u2019re not using KnownHost for the best webhosting experience? Well, why not?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>DEBUGGING &#8211; TROUBLESHOOTING Debug mode gives some troubleshooting information that you don&#8217;t want to see all the time, unless you&#8217;re troubleshooting an issue. When that&#8217;s the case, change false to true, clear cache, refresh the page that&#8217;s a problem and observe the information. After you fix the problem, remember to change it back again. Debug [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[146],"tags":[251,252,155,154,106,259],"class_list":["post-1390","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-blogs","tag-cms","tag-debug","tag-troubleshoot","tag-wordpress","tag-wp-config"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Debug WordPress - KnownHost<\/title>\n<meta name=\"description\" content=\"Having issues on your WordPress install? Follow this guide to activate debug WordPress mode and fix any issues on KnownHost server.\" \/>\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.knownhost.com\/kb\/wordpress-debug-troubleshooting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Debug WordPress - KnownHost\" \/>\n<meta property=\"og:description\" content=\"Having issues on your WordPress install? Follow this guide to activate debug WordPress mode and fix any issues on KnownHost server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/\" \/>\n<meta property=\"og:site_name\" content=\"KnownHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-26T11:15:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-10T18:46:28+00:00\" \/>\n<meta name=\"author\" content=\"Jonathan K. W.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan K. W.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/wordpress-debug-troubleshooting\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/wordpress-debug-troubleshooting\\\/\"},\"author\":{\"name\":\"Jonathan K. W.\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"headline\":\"How to Debug WordPress\",\"datePublished\":\"2021-07-26T11:15:02+00:00\",\"dateModified\":\"2023-03-10T18:46:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/wordpress-debug-troubleshooting\\\/\"},\"wordCount\":323,\"keywords\":[\"blogs\",\"cms\",\"debug\",\"troubleshoot\",\"wordpress\",\"wp-config\"],\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/wordpress-debug-troubleshooting\\\/\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/wordpress-debug-troubleshooting\\\/\",\"name\":\"How to Debug WordPress - KnownHost\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2021-07-26T11:15:02+00:00\",\"dateModified\":\"2023-03-10T18:46:28+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"description\":\"Having issues on your WordPress install? Follow this guide to activate debug WordPress mode and fix any issues on KnownHost server.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/wordpress-debug-troubleshooting\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/wordpress-debug-troubleshooting\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/wordpress-debug-troubleshooting\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Debug WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\",\"name\":\"KnownHost\",\"description\":\"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\",\"name\":\"Jonathan K. W.\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"caption\":\"Jonathan K. W.\"},\"sameAs\":[\"https:\\\/\\\/www.knownhost.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Debug WordPress - KnownHost","description":"Having issues on your WordPress install? Follow this guide to activate debug WordPress mode and fix any issues on KnownHost server.","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.knownhost.com\/kb\/wordpress-debug-troubleshooting\/","og_locale":"en_US","og_type":"article","og_title":"How to Debug WordPress - KnownHost","og_description":"Having issues on your WordPress install? Follow this guide to activate debug WordPress mode and fix any issues on KnownHost server.","og_url":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/","og_site_name":"KnownHost","article_published_time":"2021-07-26T11:15:02+00:00","article_modified_time":"2023-03-10T18:46:28+00:00","author":"Jonathan K. W.","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan K. W.","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/#article","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/"},"author":{"name":"Jonathan K. W.","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"headline":"How to Debug WordPress","datePublished":"2021-07-26T11:15:02+00:00","dateModified":"2023-03-10T18:46:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/"},"wordCount":323,"keywords":["blogs","cms","debug","troubleshoot","wordpress","wp-config"],"articleSection":["WordPress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/","url":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/","name":"How to Debug WordPress - KnownHost","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/#website"},"datePublished":"2021-07-26T11:15:02+00:00","dateModified":"2023-03-10T18:46:28+00:00","author":{"@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"description":"Having issues on your WordPress install? Follow this guide to activate debug WordPress mode and fix any issues on KnownHost server.","breadcrumb":{"@id":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.knownhost.com\/kb\/wordpress-debug-troubleshooting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.knownhost.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Debug WordPress"}]},{"@type":"WebSite","@id":"https:\/\/www.knownhost.com\/kb\/#website","url":"https:\/\/www.knownhost.com\/kb\/","name":"KnownHost","description":"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.knownhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b","name":"Jonathan K. W.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","caption":"Jonathan K. W."},"sameAs":["https:\/\/www.knownhost.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/comments?post=1390"}],"version-history":[{"count":0,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1390\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/media?parent=1390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/categories?post=1390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/tags?post=1390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}