{"id":6219,"date":"2020-12-15T08:46:55","date_gmt":"2020-12-15T08:46:55","guid":{"rendered":"https:\/\/colibriwp.com\/blog\/?p=6219"},"modified":"2022-01-28T12:47:17","modified_gmt":"2022-01-28T12:47:17","slug":"wordpress-errors","status":"publish","type":"post","link":"https:\/\/colibriwp.com\/blog\/wordpress-errors\/","title":{"rendered":"6 Most Common WordPress Errors and Their Fixes"},"content":{"rendered":"<p>WordPress is one of the most prolific platforms on which you could build a website; there is no doubt about that. However, certain inevitable technical snags leave even veterans of the CMS scratching their heads.<\/p>\n<p>If you encounter such WordPress errors as a beginner, you will undoubtedly face confusion. The reason behind this is primarily attributed to the nature of these errors. They\u2019re hard to troubleshoot, and eventually fix.<\/p>\n<p>But all hope is not lost. There is light at the end of the tunnel.<\/p>\n<p>To give the general WordPress user a run-down of what kind of WordPress <a href=\"https:\/\/colibriwp.com\/blog\/11-wordpress-security-tips\/\">security issues<\/a> and errors they might face, we\u2019ve compiled a list of errors. Just sifting through, or reading this post in its entirety, you will have a better understanding of 6 of the most common WordPress errors.<\/p>\n<p>In addition to detailing them, we will also be discussing how you can fix these errors. But before we begin, we feel that it\u2019s important to highlight some essential groundwork.<\/p>\n<h2>The Importance of Backing Up Your WordPress Site<\/h2>\n<p>Fixing the error would often involve you making changes through the back-end. Before you start implementing changes, you need to <a href=\"https:\/\/www.reviewsed.com\/wordpress-security-guide\/\">back up your WordPress site to be safe<\/a> in the event things go south.<\/p>\n<p>Now, making a WordPress backup is relatively simple. If you can log-in to your WordPress admin dashboard, you can install WordPress backup plugins to create a backup.<\/p>\n<p>Here&#8217;s how to install such plugins.<\/p>\n<div class='embed-container'><iframe loading=\"lazy\" title=\"How to Install, Deactivate and Work with WordPress Plugins\" width=\"1920\" height=\"1080\" src=\"https:\/\/www.youtube.com\/embed\/tRmW1Texk3k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div>\n<p>In addition to this, you can even create a manual WordPress backup and then upload it to the cloud.\u00a0Besides fixing errors and making site changes, it is recommended that you back up regularly. With a growing site, problems are an inevitable reality. With a backup, you can always revert to the recent backup.<\/p>\n<p>Now that we\u2019ve covered the importance of having backups, it\u2019s time we look at the first of the six most common WordPress errors.<\/p>\n<p>&nbsp;<\/p>\n<h2>1. WordPress White Screen of Death<\/h2>\n<p>A common occurrence, this error fully lives up to its title: it displays a white screen with no statement on what caused the error. You don&#8217;t know what went wrong, and how you&#8217;re going to fix it. All you see is the dreadful white emptiness on your browser.<\/p>\n<p><img loading=\"lazy\" class=\"size-full wp-image-6230 aligncenter\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/1.jpg\" alt=\"WordPress death screen error\" width=\"791\" height=\"523\" \/><\/p>\n<p>The primary cause of this error is a lack of PHP memory limit. Other causes for it are due to problems on the server. Depending on what went wrong, you may see this error on one or a few pages.<\/p>\n<h3>Fixing the White Screen of Death Error on WordPress<\/h3>\n<p>If you have multiple WordPress sites running on the same server, you must check them out for this error as well. If they do have the white screen of death, then perhaps the error is caused by your hosting service provider.<\/p>\n<p>In such a scenario, it\u2019s best to contact your WordPress hosting provider and ask them about this issue. Since it\u2019s an issue that\u2019s present across the board, it might be caused by issues within the hosting server and not from your end.<\/p>\n<p>Now, if there are no server errors, then you can try to disable your WordPress plugins and themes. Once you deactivate the plugins, reactivate them one by one while at the same time, refreshing your page to see what caused the error.<\/p>\n<p>But what if you can\u2019t access the WordPress dashboard, then you need to access it through a File Transfer Protocol (FTP) like FileZilla.<\/p>\n<p><img loading=\"lazy\" class=\"size-full wp-image-6231 aligncenter\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/2.jpg\" alt=\"Access WordPress dashboard via Filezilla\" width=\"785\" height=\"353\" \/><br \/>\nWhen you&#8217;ve accessed your site through the FTP, all you have to do is enter the<strong> wp-content\/themes<\/strong> or<strong> wp-content\/plugins<\/strong> folder and rename it. It would remove the error but also deactivate the plugins. Now, rename your plugins folder to its original, access your WordPress plugins section, and then activate your plugins step by step.<\/p>\n<p><img loading=\"lazy\" class=\"size-full wp-image-6232 aligncenter\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/3.jpg\" alt=\"Activate WordPress plugins\" width=\"787\" height=\"518\" \/><\/p>\n<p>As you can see,<a href=\"https:\/\/codup.co\/wordpress-white-screen-of-death\/\"> fixing the White Screen of Death<\/a> error is easy, even though it looks relatively scary from the outset, and can be circumvented in such a short time.<\/p>\n<h2>2. WordPress Memory Exhausted<\/h2>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-6233\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/4.jpg\" alt=\"WordPress Memory Exhausted\" width=\"697\" height=\"281\" \/><\/p>\n<p>The memory exhaustion error isn\u2019t as threatening as the previous one since it gives out an error message when it occurs. The memory limit exhaustion is primarily attributed to a particular script or WordPress plugin.<\/p>\n<p>The error that\u2019s displayed looks something like this:<br \/>\n<strong>Fatal Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in \/home\/username\/public_html\/site1\/wp-includes\/plugin.php on line xxx<\/strong><\/p>\n<h3>Fixing the WordPress Memory Exhausted Error<\/h3>\n<p>Fixing the WordPress memory limit issue is simple. All you have to do is increase the memory limit.<br \/>\nTo solve this, access your FTP, and try to find the <strong>wp-config.php<\/strong> file.<\/p>\n<p>Once you&#8217;ve found the wp-config.php file, all you have to do is open the file in the text editor and just before the &#8220;That&#8217;s all, stop editing!&#8221; statement, copy\/paste the following statement:<br \/>\n<strong>define( &#8216;WP_MEMORY_LIMIT&#8217;, &#8216;256M&#8217; );<\/strong><\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-6234\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/5.jpg\" alt=\"define( 'WP_MEMORY_LIMIT', '256M' );\" width=\"578\" height=\"312\" \/><\/p>\n<p>This code increases the WordPress PHP memory limit to 256 MB. Now, save your changes, and you&#8217;re good to go!<\/p>\n<p>&nbsp;<\/p>\n<h2>3. WordPress Connection Timed Out<\/h2>\n<p><img loading=\"lazy\" class=\"wp-image-6237 aligncenter\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/WordPress-Connection-Timed-Out.jpg\" alt=\"WordPress Connection Timed Out\" width=\"500\" height=\"328\" \/><\/p>\n<p>The ERROR_CONNECTION_TIMED_OUT occurs primarily due to issues within your hosting server. To be specific, it occurs on shared hosting servers that take up too many resources.<br \/>\nIt displays a Site Can\u2019t be Reached error and at the very bottom states ERR_CONNECTION_TIMED_OUT which indicates the cause of the error.<\/p>\n<h3>Fixing the Connection Timed Out Error in WordPress<\/h3>\n<p>To fix this error, you would have to go to the back-end once again. From there, deactivate and reactivate your plugins through the process mentioned above. It is the easiest fix to attempt since most of the time, compatibility issues within the plugin and themes are the ones causing the issue.<\/p>\n<p>Besides the fix, you can solve this error by increasing the PHP memory limit. If both the former and latter fail to give out any results, then contact your WordPress hosting provider to see if they have a solution.<\/p>\n<p>&nbsp;<\/p>\n<h2>4. Error Establishing a Database Connection in WordPress<\/h2>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-6235\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/Error-Establishing-a-Database-Connection-in-WordPress.jpg\" alt=\"Error Establishing a Database Connection in WordPress\" width=\"500\" height=\"253\" \/><br \/>\nThe Error Establishing a Database Connection (EEDC) is displayed because WordPress can\u2019t connect to the database.<\/p>\n<p>Now, this error is unique from the previous since it originates from the database in the following ways:<br \/>\n\u2022 Incorrect database host details.<br \/>\n\u2022 Incorrect database username.<br \/>\n\u2022 Incorrect database password.<\/p>\n<p>Besides this, you might find that there are issues within the database.<\/p>\n<h3>Fixing the Error Establishing a Database Connection in WordPress<\/h3>\n<p>The first thing you can do to solve this error is to see whether you&#8217;re getting similar messages on both the front (the webpage) and back-end (wp-admin).<br \/>\nIf you\u2019re getting a different error, for example, \u201cone or more database is unavailable\u201d error, then you need to fix the data tables from the back-end.<br \/>\nSounds tough, but it\u2019s not really.<\/p>\n<p>Again, log-in to your FTP, find the wp-config file, and just above the \u201cThat\u2019s all, stop editing!\u201d line, type in or copy\/paste the following code:<br \/>\n<strong>define(&#8216;WP_ALLOW_REPAIR&#8217;, true);<\/strong><br \/>\nSave the changes, and re-upload the file into your FTP.<\/p>\n<p>The next thing you need to do is visit this link: <strong>http:\/\/www.yoursite.com\/wp-admin\/maint\/repair.php<\/strong><\/p>\n<p>Instead of \u201cyoursite\u201d, you type in your site. When you&#8217;re there, all you have to do is click on \u201cRepair Database\u201d and you\u2019re done.<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-6241\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/WordPress-repair.jpg\" alt=\"WordPress repair\" width=\"400\" height=\"259\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2>5. WordPress Internal Server Error<\/h2>\n<p>Similar to the White Screen of Death (WSoD), this error is confusing in that there is no indication of what caused the error. It&#8217;s vague since the server doesn&#8217;t show you where the problem is, and it&#8217;s up to you to find it.<\/p>\n<h3>Fixing the Internal Server Error in WordPress<\/h3>\n<p>The root cause of this error lies in the .htaccess file. More specifically, it\u2019s the corruption within the file that causes the error.<br \/>\nThe .htaccess file is located in the wp-content folder inside your WordPress directory. When you\u2019ve located the file, all you have to do is rename the file and check to see if the error presides.<\/p>\n<p>If it doesn\u2019t, then access your WordPress dashboard and navigate to Settings &gt; Permalinks.<\/p>\n<p><img loading=\"lazy\" class=\"size-full wp-image-6240 aligncenter\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/WordPress-permalinks.jpg\" alt=\"WordPress permalinks\" width=\"774\" height=\"532\" \/><br \/>\nWhen you\u2019re there, all you have to do is click on the Save button at the very bottom, and you&#8217;re done. When you click on Save, you&#8217;re just creating a new .htaccess file.<br \/>\nNow, delete the previous file, and you&#8217;re good to go.<\/p>\n<p>&nbsp;<\/p>\n<h2>6. WordPress Parse or Syntax Error<\/h2>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-6239\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/WordPress-Parse-or-Syntax-Error.jpg\" alt=\"WordPress Parse or Syntax Error\" width=\"500\" height=\"205\" \/><\/p>\n<p>If you\u2019ve ever used a TI-82, you would know what a syntax error is. The error occurs because the program can\u2019t read the input you\u2019ve provided.<\/p>\n<p>The WordPress Parse and Syntax error is similar in that it represents a failure of WordPress to read the code files. It usually occurs when you\u2019ve been editing the code of your WordPress files with code snippets meant for specific functionalities.<\/p>\n<p>The thing with code is that if you miss a single semi-colon, the program fails to read it. You might have missed a character or two, which is why it&#8217;s displaying this error.<\/p>\n<p>&nbsp;<\/p>\n<h2>Fixing the WordPress Parse or Syntax Error<\/h2>\n<p>First and foremost, you need to learn how you can insert and edit code within WordPress. Having an understanding of PHP code and how to add it to WordPress correctly can help you avoid mistakes in the future.<\/p>\n<p>The next thing you need to do is edit the snippet that you added to make the parse successful. For that, you need to visit your FTP first of all.<\/p>\n<p><img loading=\"lazy\" class=\"aligncenter wp-image-6236\" src=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/FTP.jpg\" alt=\"FTP\" width=\"500\" height=\"303\" \/><br \/>\nNow, you need to find the file in which you edited the code. When you&#8217;re there all, you have to either remove the snippet that you entered. If, however, it is essential, you need to edit or rewrite it with the correct syntax.<\/p>\n<p>Note: If you\u2019re non-technical, then you need to have a WordPress developer beside you who can aid you in the matter.<br \/>\nWhen you\u2019ve made the necessary changes to your file, then re-upload it back to the server.<\/p>\n<p>&nbsp;<\/p>\n<h2>Conclusion:<\/h2>\n<p>In this article, we discussed how you could solve six of the most common WordPress errors. To give you a run-down at the end, we talked about the following errors:<br \/>\n1. WordPress White Screen of Death (WSoD)<br \/>\n2. WordPress Memory Exhausted<br \/>\n3. WordPress Connection Timed Out error<br \/>\n4. WordPress Error Establishing Database Connection (EEDC)<br \/>\n5. WordPress Internal Server error<br \/>\n6. WordPress Parse or Syntax error.<\/p>\n<p>And, here is a bonus article on fixing <a href=\"https:\/\/kubiobuilder.com\/blog\/wordpress-images-not-loading-and-other-errors\/\">WordPress image errors<\/a>, from our friends at <a href=\"https:\/\/kubiobuilder.com\/\">Kubio WordPress builder<\/a>.<\/p>\n<p>From all that we discussed, we feel that it\u2019s fair to say that while these errors are problematic, they are easy to solve. However, before you go fix these issues we would reiterate the importance of having a backup just in case things go wrong.<br \/>\nWe hope you enjoyed reading this article.<\/p>\n<p>Now, if you liked this article, and you want to learn more about how to design a WordPress website, make sure to subscribe to the Colibri <a href=\"https:\/\/www.youtube.com\/channel\/UCN3ZM-C7TJgklVfseVHamHQ\">Youtube channel<\/a> and follow Colibri on <a href=\"https:\/\/twitter.com\/WpColibri\">Twitter<\/a> and <a href=\"https:\/\/www.facebook.com\/ColibriWP\">Facebook<\/a>!<\/p>\n<p>&nbsp;<\/p>\n<p>[sibwp_form id=1]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress is one of the most prolific platforms on which you could build a website; there is no doubt about that. However, certain inevitable technical snags leave even veterans of the CMS scratching their heads. If you encounter such WordPress errors as a beginner, you will undoubtedly face confusion. The reason behind this is primarily&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/\">Read more<\/a><\/p>\n","protected":false},"author":6,"featured_media":6242,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[159],"tags":[213],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Top 6 WordPress Errors and How to Fix Them Quickly<\/title>\n<meta name=\"description\" content=\"WordPress errors aren&#039;t the bogeymen in this story. We have to-the-point solutions to fix&#039;em all. Wanna find out how to fix WordPress&#039; most common 6 errors?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top 6 WordPress Errors and How to Fix Them Quickly\" \/>\n<meta property=\"og:description\" content=\"WordPress errors aren&#039;t the bogeymen in this story. We have to-the-point solutions to fix&#039;em all. Wanna find out how to fix WordPress&#039; most common 6 errors?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/\" \/>\n<meta property=\"og:site_name\" content=\"ColibriWP Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-15T08:46:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-01-28T12:47:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/varvara-grabova-NCSARCecw4U-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1292\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ammar Naeem\" \/>\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\":\"WebSite\",\"@id\":\"https:\/\/colibriwp.com\/blog\/#website\",\"url\":\"https:\/\/colibriwp.com\/blog\/\",\"name\":\"ColibriWP Blog\",\"description\":\"WordPress know-how to boost your design skills\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/colibriwp.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/varvara-grabova-NCSARCecw4U-unsplash.jpg\",\"contentUrl\":\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/varvara-grabova-NCSARCecw4U-unsplash.jpg\",\"width\":1920,\"height\":1292,\"caption\":\"WordPress errors\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#webpage\",\"url\":\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/\",\"name\":\"Top 6 WordPress Errors and How to Fix Them Quickly\",\"isPartOf\":{\"@id\":\"https:\/\/colibriwp.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#primaryimage\"},\"datePublished\":\"2020-12-15T08:46:55+00:00\",\"dateModified\":\"2022-01-28T12:47:17+00:00\",\"author\":{\"@id\":\"https:\/\/colibriwp.com\/blog\/#\/schema\/person\/87f760a68fccd9a3b83d34521adae311\"},\"description\":\"WordPress errors aren't the bogeymen in this story. We have to-the-point solutions to fix'em all. Wanna find out how to fix WordPress' most common 6 errors?\",\"breadcrumb\":{\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/colibriwp.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"6 Most Common WordPress Errors and Their Fixes\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/colibriwp.com\/blog\/#\/schema\/person\/87f760a68fccd9a3b83d34521adae311\",\"name\":\"Ammar Naeem\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/colibriwp.com\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/Clipboard-December-4-2020-5_41-PM-1.png\",\"contentUrl\":\"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/Clipboard-December-4-2020-5_41-PM-1.png\",\"caption\":\"Ammar Naeem\"},\"description\":\"Ammar Naeem is an eCommerce enthusiast. Playing with the analytical data and digging into useful insights is his most favorite thing to do.\",\"url\":\"#molongui-disabled-link\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top 6 WordPress Errors and How to Fix Them Quickly","description":"WordPress errors aren't the bogeymen in this story. We have to-the-point solutions to fix'em all. Wanna find out how to fix WordPress' most common 6 errors?","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:\/\/colibriwp.com\/blog\/wordpress-errors\/","og_locale":"en_US","og_type":"article","og_title":"Top 6 WordPress Errors and How to Fix Them Quickly","og_description":"WordPress errors aren't the bogeymen in this story. We have to-the-point solutions to fix'em all. Wanna find out how to fix WordPress' most common 6 errors?","og_url":"https:\/\/colibriwp.com\/blog\/wordpress-errors\/","og_site_name":"ColibriWP Blog","article_published_time":"2020-12-15T08:46:55+00:00","article_modified_time":"2022-01-28T12:47:17+00:00","og_image":[{"width":1920,"height":1292,"url":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/varvara-grabova-NCSARCecw4U-unsplash.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ammar Naeem","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/colibriwp.com\/blog\/#website","url":"https:\/\/colibriwp.com\/blog\/","name":"ColibriWP Blog","description":"WordPress know-how to boost your design skills","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/colibriwp.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#primaryimage","inLanguage":"en-US","url":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/varvara-grabova-NCSARCecw4U-unsplash.jpg","contentUrl":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/varvara-grabova-NCSARCecw4U-unsplash.jpg","width":1920,"height":1292,"caption":"WordPress errors"},{"@type":"WebPage","@id":"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#webpage","url":"https:\/\/colibriwp.com\/blog\/wordpress-errors\/","name":"Top 6 WordPress Errors and How to Fix Them Quickly","isPartOf":{"@id":"https:\/\/colibriwp.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#primaryimage"},"datePublished":"2020-12-15T08:46:55+00:00","dateModified":"2022-01-28T12:47:17+00:00","author":{"@id":"https:\/\/colibriwp.com\/blog\/#\/schema\/person\/87f760a68fccd9a3b83d34521adae311"},"description":"WordPress errors aren't the bogeymen in this story. We have to-the-point solutions to fix'em all. Wanna find out how to fix WordPress' most common 6 errors?","breadcrumb":{"@id":"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/colibriwp.com\/blog\/wordpress-errors\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/colibriwp.com\/blog\/wordpress-errors\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/colibriwp.com\/blog\/"},{"@type":"ListItem","position":2,"name":"6 Most Common WordPress Errors and Their Fixes"}]},{"@type":"Person","@id":"https:\/\/colibriwp.com\/blog\/#\/schema\/person\/87f760a68fccd9a3b83d34521adae311","name":"Ammar Naeem","image":{"@type":"ImageObject","@id":"https:\/\/colibriwp.com\/blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/Clipboard-December-4-2020-5_41-PM-1.png","contentUrl":"https:\/\/colibriwp.com\/blog\/wp-content\/uploads\/2020\/12\/Clipboard-December-4-2020-5_41-PM-1.png","caption":"Ammar Naeem"},"description":"Ammar Naeem is an eCommerce enthusiast. Playing with the analytical data and digging into useful insights is his most favorite thing to do.","url":"#molongui-disabled-link"}]}},"_links":{"self":[{"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/posts\/6219"}],"collection":[{"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/comments?post=6219"}],"version-history":[{"count":2,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/posts\/6219\/revisions"}],"predecessor-version":[{"id":9717,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/posts\/6219\/revisions\/9717"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/media\/6242"}],"wp:attachment":[{"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/media?parent=6219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/categories?post=6219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/colibriwp.com\/blog\/wp-json\/wp\/v2\/tags?post=6219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}