{"id":4717,"date":"2019-02-28T06:00:47","date_gmt":"2019-02-28T11:00:47","guid":{"rendered":"https:\/\/webdesignerwall.com\/?p=4717"},"modified":"2019-03-01T01:32:55","modified_gmt":"2019-03-01T06:32:55","slug":"common-wordpress-errors-fix","status":"publish","type":"post","link":"https:\/\/webdesignerwall.com\/tutorials\/common-wordpress-errors-fix","title":{"rendered":"Common WordPress Errors &#038; How to Fix Them"},"content":{"rendered":"<p>WordPress is an amazingly stable platform thanks to the dedication and talent of the hundreds of professionals contributing to it, and the strict code standards they follow. Even so, the huge variety of themes, plugins and server environments out there make it difficult to guarantee nothing will ever go wrong. This guide will help you pinpoint and fix common WordPress problems users encounter, quickly, and without being a WordPress guru.<\/p>\n<p><!--more--><\/p>\n<h3>Before You Begin<\/h3>\n<p><strong>Step 1<\/strong> &#8211; Many solutions involve editing, deleting or updating files in your WordPress install. Make sure you have an FTP client you are comfortable using, and a text editor capable of showing syntax highlighting for HTML and PHP.<\/p>\n<p><strong>Step 2<\/strong> &#8211; Determine where to start: Can you see an error message or is the problem more vague?<\/p>\n<p>Jump to quick answers to the following common errors:<\/p>\n<ul>\n<li><a href=\"#missing-style\">Theme is missing the style.css stylesheet<\/a><\/li>\n<li><a href=\"#404\">404 Not Found<\/a><\/li>\n<li><a href=\"#db-connection\">Error establishing a Database Connection<\/a><\/li>\n<li><a href=\"#maintenance-mode\">Maintenance Mode Message<\/a><\/li>\n<li><a href=\"#insufficient-memory\">Allowed Memory Size Exhausted <\/a><\/li>\n<li><a href=\"#fatal-errors\">Fatal Errors<\/a><\/li>\n<li><a href=\"#http500\">Internal Server Error (HTTP 500)<\/a><\/li>\n<li>Customizer Won&#8217;t Load<\/li>\n<li><a href=\"#white-screen\">The Blank White Screen<\/a><\/li>\n<\/ul>\n<p>OR<\/p>\n<ul>\n<li><a href=\"#5-step-solution\">Jump to 5 Step Solution<\/a><\/li>\n<\/ul>\n<h3 id=\"missing-style\">Theme is missing the style.css stylesheet<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/stylesheet-error.jpg\" alt=\"stylesheet error\"><\/p>\n<p>This message is caused by the theme you are trying to install having an incorrect file structure, the stylesheet actually being missing, or the theme not being a theme at all.<\/p>\n<p>To solve it:<\/p>\n<ol>\n<li>Make sure you have the correct file. If you downloaded your theme from Themeforest, for example, you must unzip that download to find the theme install file<\/li>\n<li>Open the file to verify the structure is correct. Theme zips should show a folder inside. Inside that folder, you should see a style.css file.<\/li>\n<li>Make sure the file is acually a theme. Is it possible the file is a plugin instead? This is a common mistake with theme-related plugins like Divi, Themify Builder and Visual Composer. To find out, you can try installing it under <strong>Plugins<\/strong> \u2192 <strong>Add New<\/strong>.<\/li>\n<li>If all else fails, get in touch with the theme author to get you a working file.<\/li>\n<\/ol>\n<p><a href=\"https:\/\/help.market.envato.com\/hc\/en-us\/articles\/202821510-Theme-is-missing-the-style-css-stylesheet-error\" target=\"_blank\" rel=\"noopener noreferrer\">See this detailed guide for Themeforest themes<\/a><\/p>\n<h3 id=\"404\">404 Not Found<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/404.jpg\" alt=\"404\"><\/p>\n<p>In most cases, this error is caused by a missing file, or an incorrect URL.<\/p>\n<p>To solve it for post\/page links:<\/p>\n<ol>\n<li>From the WordPress Admin, go to <strong>Settings<\/strong> \u2192 <strong>Permalinks<\/strong><\/li>\n<li>Choose an option other than <em>Default<\/em> and click <strong>Save <\/strong>to regenerate your permalinks, then try again.<\/li>\n<li>Didn&#8217;t work? Choose the <strong>Default<\/strong> option and try again. If that worked, <a href=\"#5-step-solution\">skip down to .htaccess troubleshooting.<\/a><\/li>\n<\/ol>\n<p>You can avoid 404 errors by periodically re-saving your permalinks, and making sure you never edit the slug of published posts, categories or tags. The Broken Link Checker and Redirection plugins can help if you really need to edit slugs and want to avoid broken link errors.<\/p>\n<p>To solve it for images or other filetypes:<\/p>\n<ol>\n<li>Edit the post, menu or widget where the link is set and make sure it is pointing to the right file by re-setting the link.<\/li>\n<li>Make sure file names are lower-case with no special characters or spaces to reduce the chance of problems in the browser<\/li>\n<li>Re-upload the file &#8211; sometimes the link is fine but the file is really missing!<\/li>\n<\/ol>\n<h3 id=\"db-connection\">Error establishing a Database Connection<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/database-error.jpg\" alt=\"database-error\"><\/p>\n<p>The most common cause of this error on new setups is an incorrect database path in the wp-config.php, but sometimes it can mean your database server is down.<\/p>\n<p>To solve it:<\/p>\n<ol>\n<li>Connect to the site with your FTP client and download a copy of the wp-config.php file and open it up to verify the server name and login\/password are correct. You can check these from the hosting control panel. If you make changes, simply rename the original file on the server to something like wp_config.old, then upload your fixed copy.<\/li>\n<li>Login to WordPress. If you see a message indicating the database needs repair, follow the prompts to run the repair.<\/li>\n<li>If these two steps do not solve it, get in touch with your host or check their server status pages for downtime affecting your website.<\/li>\n<\/ol>\n<h3 id=\"maintenance-mode\">Maintenance Mode Message<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/maintenance.jpg\" alt=\"maintenance\"><\/p>\n<p>Updates are a vital part of keeping your WordPress website functional, and sometimes they happen automatically. Whether you initiate an update yourself or are welcomed with a surprise maintenance message in your browser, wait a few minutes before taking action. You might just be trying to view your home page while an update is running on the back-end, in which case this message is totally normal.   If the message doesn&#8217;t go away, or is keeping you from logging on, something has interrupted the update process, so you&#8217;ll need to delete the file yourself.<\/p>\n<p>To solve it:<\/p>\n<ol>\n<li>Log into the website via your FTP program or your hosting control panel&#8217;s File Manager and  locate the <strong>.maintenance<\/strong> file in your root folder.<\/li>\n<li>Right-click to delete it. Don&#8217;t worry, this is totally safe.<\/li>\n<\/ol>\n<h3 id=\"insufficient-memory\">Allowed Memory Size Exhausted<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/memory-exhausted.jpg\" alt=\"memory exhausted\"><\/p>\n<p>You&#8217;re installing a plugin, trying to load the customizer or clicking around in your admin panel just to have it time out and tell you you have insufficient memory or that your site memory allocation has been exceeded. This is referring to the amount of memory your database and scripts can use on your server. On most shared (cheap) hosting, the default memory allocated to WordPress is often not enough to handle setups with database-heavy plugins. These can include translation plugins,  image management, gallery, link checking or SEO plugins. In many cases, you can increase the memory limit yourself.<\/p>\n<p>You may also see the error worded as &#8220;out of memory.&#8221;<\/p>\n<p>To solve it:<\/p>\n<p>1. First, try <a href=\"http:\/\/codex.wordpress.org\/Editing_wp-config.php\" target=\"_blank\" rel=\"noopener noreferrer\">adding the following to your wp-config.php<\/a><\/p>\n<pre><code>define( 'WP_MEMORY_LIMIT', '64M' );<\/code><\/pre>\n<p>This will increase the memory limit to 64MB (you can also set it to 128MB or 256MB if you want).<\/p>\n<p>2. When the first step is not enough, try deactivating all plugins except those that provide critical features to the front-end display of your site. This includes caching plugins. If the situation is improved, see the Check Plugins section of the <a href=\"#5-step-solution\">5 Step Solution<\/a> below for more detailed advice on choosing plugins.<\/p>\n<p>3. This may not be enough if your issue is related to script memory. If the problem persists, you will need to increase the <strong>PHP limit <\/strong>set in the <strong>php.ini<\/strong>. See your host documentation for how to do that. Below are links to documentation at popular webhosts:<\/p>\n<ul>\n<li><a href=\"http:\/\/my.bluehost.com\/cgi\/help\/php-memory\" target=\"_blank\" rel=\"noopener noreferrer\">Bluehost<\/a><\/li>\n<li><a href=\"http:\/\/wiki.dreamhost.com\/PHP.ini\" target=\"_blank\" rel=\"noopener noreferrer\">Dreamhost<\/a><\/li>\n<li><a href=\"http:\/\/kb.mediatemple.net\/questions\/1117\/How+do+I+increase+the+PHP+upload+limits%3F#gs\" target=\"_blank\" rel=\"noopener noreferrer\">Media Temple<\/a><\/li>\n<li><a href=\"http:\/\/support.hostgator.com\/articles\/specialized-help\/technical\/what-is-php-ini\" target=\"_blank\" rel=\"noopener noreferrer\">HostGator<\/a><\/li>\n<li><a href=\"http:\/\/codingcyber.com\/how-to-increase-php-memory-limit-on-godaddy-hosting-882\/\" target=\"_blank\" rel=\"noopener noreferrer\">GoDaddy<\/a><\/li>\n<\/ul>\n<h3 id=\"fatal-errors\">Fatal Errors<\/h3>\n<p>Fatal errors are almost always due to a plugin conflict, the file is damaged, or the file is not compatible with a dependency. In most cases, the function will tell you exactly what the problem is, and in which file. You can interpret fatal errors pretty easily by breaking them down into four parts:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/fatalerror.jpg\" alt=\"fatal error\"><\/p>\n<ol>\n<li>Error type &#8211; Google this part when you&#8217;re unsure<\/li>\n<li>Function or code issue &#8211; helps you find code errors<\/li>\n<li>Path to file where error occurred<\/li>\n<li>Line of code in the file that contains the error<\/li>\n<\/ol>\n<p>Some common fatal errors are:<\/p>\n<h4>Call to undefined function &#8230;<\/h4>\n<p>This is caused by a plugin or theme using a function hook but the function not bein defined anywhere.<\/p>\n<p>To solve it:<\/p>\n<ol>\n<li>Make sure any plugins you have activated do not require a specific theme or other plugin. For example, a WooCommerce Paypal plugin needs WooCommerce to be installed and activated.<\/li>\n<li>Check the code of the file indicated if you are comfortable with PHP, and solve the problem there.<\/li>\n<li>If all else fails, go through the <a href=\"#5-step-solution\">5 Step Solution<\/a> below.<\/li>\n<\/ol>\n<h4>Cannot redeclare &#8230;.<\/h4>\n<p>Similar to the above, except in this case the function is declared more than once instead of not at all. This happens if there are conflicting plugins activated, or if the theme or plugin author did not use a unique function name.<\/p>\n<p>To solve it:<\/p>\n<ol>\n<li>If you are comfortable with the code, follow the error message to find the duplicate function and change the function name to something unique. Make sure to update all hooks that use it.<\/li>\n<li>Not code-savvy? <a href=\"#5-step-solution\">Check plugins<\/a>.<\/li>\n<\/ol>\n<h4>Parse Error: syntax error &#8230;<\/h4>\n<p>This message  means  there is a mistake in the code of your theme or plugins that needs to be corrected.<\/p>\n<p>To solve it:<\/p>\n<ol>\n<li>If you&#8217;ve just added some custom code to your theme&#8217;s functions.php, use your FTP client to download a copy of the file and fix the snippet. The easiest way to find syntax errors is to use an HTML editor with PHP syntax highlighting, but check for common mistakes such as missing quotes or semi-colons. If you&#8217;re really unsure, just delete your custom code and re-upload the file without it.<\/li>\n<li>If the error is in a plugin file, skip down to <a href=\"#5-step-solution\">Check Plugins<\/a>.<\/li>\n<\/ol>\n<p>You can avoid this problem in the future by always testing custom code locally before applying it to a live site, or making a backup of the file you are editing first so it can be easily restored via FTP if something goes wrong. The Solid Code Theme Editor is helpful for showing syntax errors before you hit Save when editing via your WordPress admin.<\/p>\n<h4>Warning: Creating default object from empty value in customizer.php<\/h4>\n<p>This error is due to your PHP version being too low for your current WordPress version. Get in touch with your host and make sure your site meets WordPress minimum requirements.<\/p>\n<h4>Temporary Fix for Errors<\/h4>\n<p>Often times fatal errors that do not block access to your WordPress admin are just reporting a problem with the code in your theme or an active plugin, and are visible due to DEBUG mode being active on your site.<\/p>\n<p>To solve it:<\/p>\n<ol>\n<li>Connect to the site via your FTP client and download a copy of the wp-config.php file.<\/li>\n<li>See if this line exists:\n<pre><code>define('WP_DEBUG',true); <\/code><\/pre>\n<\/li>\n<li>If so, change it from <code>true<\/code> to <code>false<\/code>, then save and upload back to the server to overwrite the existing file.<\/li>\n<ul>\n<li>See <a href=\"http:\/\/codex.wordpress.org\/Editing_wp-config.php\" target=\"_blank\" rel=\"noopener noreferrer\">Editing your wp-config file<\/a> for detailed help with this step<\/li>\n<\/ul>\n<li>Make sure your theme and plugins are up to date, and work with the authors to solve the errors, as even hidden errors can cause functionality to fail or the site to load slowly.<\/li>\n<\/ol>\n<h3 id=\"http500\">Internal Server Error (HTTP 500)<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/http500.jpg\" alt=\"internal server error\"><\/p>\n<p>This one is almost always caused by the server configuration. Skip down to the <a href=\"#5-step-solution\">5 Step Solution<\/a> to troubleshoot.<\/p>\n<h3 id=\"white-screen\">The Blank White Screen<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/whitescreen.jpg\" alt=\"white screen of death\"><\/p>\n<p>Known affectionately as the &#8220;white screen of death&#8221;, blank browser pages where your website should be are the most frustrating thing to deal with, as they also block access to your admin panel.<\/p>\n<p>The most common cause of this problem is a plugin conflict, either with another plugin, or with your active theme, or it may be hiding a fatal error you just can&#8217;t see.<\/p>\n<p>To solve it:<\/p>\n<p>If you right-click and view the source, you may be able to see this error, OR:<\/p>\n<ol>\n<li>Connect to the site via your FTP client and download a copy of the wp-config.php file.<\/li>\n<li>See if this line exists:\n<pre><code>define('WP_DEBUG', false); <\/code><\/pre>\n<\/li>\n<li>If so, change it from <code>false<\/code> to <code>true<\/code>. If not, copy and paste the following right above <code>\"\/* That's all, stop editing! Happy blogging. *\/\"<\/code><\/li>\n<ul>\n<li>See <a href=\"http:\/\/codex.wordpress.org\/Editing_wp-config.php\" target=\"_blank\" rel=\"noopener noreferrer\">Editing your wp-config file<\/a> for detailed help with this step<\/li>\n<\/ul>\n<li>Save and upload back to the server to overwrite the existing file.<\/li>\n<\/ol>\n<p>If any errors are available, this will allow you to see them. Don&#8217;t forget to set the value back to false once you solve your problem, or your visitors risk seeing all sorts of normal developer messages and errors, even on a working website!<\/p>\n<p>If this does not help, you probably have a plugin conflict. Continue with the 5 Step Solution:<\/p>\n<h3 id=\"5-step-solution\">5 Step Solution<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/5steps.jpg\" alt=\"5 step solution\"><\/p>\n<p>The following five steps solve just about any WordPress problem that is not caused by the server or bad code, or at the very least will help you determine what the problem is. Follow each step until your issue is solved or improved.<\/p>\n<h4>Step 1 &#8211; Update!<\/h4>\n<p>Having an out of date WordPress install or theme can cause a multitude of problems as files become unsynched or functions stop working because their dependencies have been removed or replaced.<\/p>\n<ol>\n<li>If you can login to your WordPress admin, go to <strong>Dashboard<\/strong> \u2192 <strong>Updates<\/strong> and apply any WordPress updates, Plugin updates, and Theme updates available.  If you can&#8217;t login, update the files manually using your FTP client.<\/li>\n<li>If you have premium themes or plugins installed, be sure to check with the theme author or marketplace where you bought it to see if an updated file is available, then follow the author&#8217;s instructions for updating.<\/li>\n<\/ol>\n<h4>Step 2 &#8211; Check Plugins<\/h4>\n<p>Due to the open-source nature of WordPress, the code quality of plugins varies wildly. This leads to many common WordPress problems.<\/p>\n<ol>\n<li>Connect to the site via your FTP client and navigate to the <strong>wp-content<\/strong> folder.<\/li>\n<li>Rename the <strong>plugins<\/strong> folder to <em><strong>plugins-old<\/strong><\/em>\n<ul>\n<li>Renaming your folder forces all of your plugins to deactivate so they cannot conflict with one another.<\/li>\n<\/ul>\n<\/li>\n<li>Attempt to access the WordPress admin again<\/li>\n<\/ol>\n<p>If this solved it, a plugin was probably the culprit. Rename the folder back to <em><strong>plugins<\/strong><\/em> and then visit the <strong>Plugins<\/strong> page in your WordPress admin. Reactivate your plugins one at a time, reloading your site in a new browser tab after each reactivation until it breaks (or hopefully doesn&#8217;t). This should help you narrow down which plugin triggers the problem. Simply repeat these steps again, then delete the offending plugin.<\/p>\n<h4>Step 3 &#8211; Check Your Theme<\/h4>\n<p>If your theme author has thoroughly tested your main theme, the problem is not likely inherent to the theme itself, but the theme may have become corrupted, become infected with malware or have a problem with your sever&#8217;s configuration that prevents your site from working. To ensure the theme files are sound, try reinstalling the theme and leave any customization or child themes out for now.<\/p>\n<h4>Step 4 &#8211; Check .htaccess<\/h4>\n<p>This file controls some aspects of security on your site, and how redirects work, including permalinks in WordPress. Some security plugins will modify this incorrectly or in too strict a manner which causes problems in WordPress. Your host may also enforce specific .htaccess rules that cause problems in WordPress.<\/p>\n<ol>\n<li>Connect to the site using your FTP client and locate the .htaccess file in the root.<\/li>\n<li>Right click and rename the file to something like <em>.htaccess_old<\/em> and try reloading your site.<\/li>\n<li>If that fixed the issue,  log into your site and go to <strong>Settings<\/strong> \u2192 <strong>Permalinks<\/strong>, make sure something other than Default is selected, and click Save to regenerate your permalinks. This will also generate a fresh .htaccess file if you have WordPress Multisite, visit NETWORK ADMIN  NETWORK SETUP and verify your wp-config.php and .htaccess are configured as outlined on that page.<\/li>\n<li>If turning on permalinks breaks things again, contact your host to troubleshoot. For best results, be sure to host your site on a host that offers WordPress hosting, and\/or uses Unix-based servers.<\/li>\n<\/ol>\n<p>For detailed .htaccess help, check out these <a href=\"https:\/\/makeawebsitehub.com\/wordpress-htaccess-hacks\/\" target=\"_blank\" rel=\"noopener noreferrer\">.htaccess tips to speed up and secure WordPress<\/a>.<\/p>\n<h4>Step 5 &#8211; Check PHP &amp; Caching<\/h4>\n<ol>\n<li>PHP should be at 5.6. 5.7 is in beta and should not be used on a live site until your host approves it.<\/li>\n<li>Disable <em>eaccelerator<\/em> for PHP. See <a href=\"http:\/\/support.bugify.com\/kb\/tips\/how-to-turn-off-eaccelerator-or-xcache\" target=\"_blank\" rel=\"noopener noreferrer\">this article for help<\/a>?or ask your host.<\/li>\n<li>Turn off server-side caching. In most cases, it is better to manage caching from WordPress with a plugin designed for WordPress. unless you are on Managed WP hosting. Your host can assist you with disabling server caching such as Varnish, Pagespeed, X-Cache or Cloudflare etc, usually there is a setting in your domain page on your cPanel to turn these off.<\/li>\n<\/ol>\n<h3>Conclusion<\/h3>\n<p>Sometimes the solution to a really tough issue in WordPress is to restore a recent backup, but that won&#8217;t help if you aren&#8217;t maintaining regular backups! In addition to backup options offered by your host, see this guide for keeping your <a title=\"Backup Your Content\" href=\"https:\/\/www.shoutmeloud.com\/wordpress-backup-plugins.html\">Content Backed Up<\/a>.<\/p>\n<p>One of the ways to streamline this process is to explore your <a href=\"http:\/\/www.sitepoint.com\/managed-wordpress-hosting-pros-and-cons\/\">managed WordPress hosting options<\/a>. If manage your site yourself, make sure you backup the entire site at least weekly and keep at least 3 previous backups. For sites that are updated often, make sure you backup the database daily and do periodic content exports as a fallback.<\/p>\n<p>If all else fails, your problem may be with WordPress itself, or with the data in your database. Start by reinstalling WordPress, and if that fails, you may need to contact your host for further help.<\/p>\n<h3>Resources<\/h3>\n<ul>\n<li><a href=\"https:\/\/webdesignerwall.com\/tutorials\/speed-slow-wordpress-website\" target=\"_blank\" rel=\"noopener noreferrer\">How to Speed Up Your Slow WordPress Website<\/a><\/li>\n<li><a href=\"https:\/\/webdesignerwall.com\/general\/how-to-protect-wordpress-sites\" target=\"_blank\" rel=\"noopener noreferrer\">How to Protect WordPress Sites<\/a><\/li>\n<li>Visit the WordPress Codex for a <a href=\"http:\/\/codex.wordpress.org\/WP_DEBUG\" target=\"_blank\" rel=\"noopener noreferrer\">detailed overview of using WP_DEBUG<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>WordPress is an amazingly stable platform thanks to the dedication and talent of the hundreds of professionals contributing to it, and the strict code standards they follow. Even so, the huge variety of themes, plugins and server environments out there make it difficult to guarantee nothing will ever go wrong. This guide will help you [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":4725,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[22],"class_list":["post-4717","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Your Complete Guide to Fixing Common WordPress Errors in 5 Steps<\/title>\n<meta name=\"description\" content=\"This guide will help you quickly pinpoint and fix common WordPress errors and problems using effective troubleshooting steps even a beginner can follow.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Your Complete Guide to Fixing Common WordPress Errors in 5 Steps\" \/>\n<meta property=\"og:description\" content=\"This guide will help you quickly pinpoint and fix common WordPress errors and problems using effective troubleshooting steps even a beginner can follow.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix\" \/>\n<meta property=\"og:site_name\" content=\"Web Designer Wall\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webdesignerwall\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-28T11:00:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-01T06:32:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webdesignerwall.mystagingwebsite.com\/wp-content\/uploads\/2017\/01\/wordpress-errors-wdw.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Vail Joy\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nickla\" \/>\n<meta name=\"twitter:site\" content=\"@nickla\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vail Joy\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix\",\"url\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix\",\"name\":\"Your Complete Guide to Fixing Common WordPress Errors in 5 Steps\",\"isPartOf\":{\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/wordpress-errors-wdw.jpg\",\"datePublished\":\"2019-02-28T11:00:47+00:00\",\"dateModified\":\"2019-03-01T06:32:55+00:00\",\"author\":{\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/#\/schema\/person\/6130da24cb2859475515bf245449908e\"},\"description\":\"This guide will help you quickly pinpoint and fix common WordPress errors and problems using effective troubleshooting steps even a beginner can follow.\",\"breadcrumb\":{\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#primaryimage\",\"url\":\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/wordpress-errors-wdw.jpg\",\"contentUrl\":\"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/wordpress-errors-wdw.jpg\",\"width\":1600,\"height\":675},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common WordPress Errors &#038; How to Fix Them\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/#website\",\"url\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/\",\"name\":\"Web Designer Wall\",\"description\":\"Design Trends and Tutorials - A wall of design ideas, web trends, and tutorials.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/#\/schema\/person\/6130da24cb2859475515bf245449908e\",\"name\":\"Vail Joy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdesignerwall.mystagingwebsite.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e00dc5e595e48831ef95d2817385bb84cf4ce5ddb561eb83d69a6bf83b444b2a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e00dc5e595e48831ef95d2817385bb84cf4ce5ddb561eb83d69a6bf83b444b2a?s=96&d=mm&r=g\",\"caption\":\"Vail Joy\"},\"url\":\"https:\/\/webdesignerwall.com\/author\/vailjoy\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Your Complete Guide to Fixing Common WordPress Errors in 5 Steps","description":"This guide will help you quickly pinpoint and fix common WordPress errors and problems using effective troubleshooting steps even a beginner can follow.","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:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix","og_locale":"en_US","og_type":"article","og_title":"Your Complete Guide to Fixing Common WordPress Errors in 5 Steps","og_description":"This guide will help you quickly pinpoint and fix common WordPress errors and problems using effective troubleshooting steps even a beginner can follow.","og_url":"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix","og_site_name":"Web Designer Wall","article_publisher":"https:\/\/www.facebook.com\/webdesignerwall","article_published_time":"2019-02-28T11:00:47+00:00","article_modified_time":"2019-03-01T06:32:55+00:00","og_image":[{"width":1600,"height":675,"url":"https:\/\/webdesignerwall.mystagingwebsite.com\/wp-content\/uploads\/2017\/01\/wordpress-errors-wdw.jpg","type":"image\/jpeg"}],"author":"Vail Joy","twitter_card":"summary_large_image","twitter_creator":"@nickla","twitter_site":"@nickla","twitter_misc":{"Written by":"Vail Joy","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix","url":"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix","name":"Your Complete Guide to Fixing Common WordPress Errors in 5 Steps","isPartOf":{"@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#primaryimage"},"image":{"@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#primaryimage"},"thumbnailUrl":"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/wordpress-errors-wdw.jpg","datePublished":"2019-02-28T11:00:47+00:00","dateModified":"2019-03-01T06:32:55+00:00","author":{"@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/#\/schema\/person\/6130da24cb2859475515bf245449908e"},"description":"This guide will help you quickly pinpoint and fix common WordPress errors and problems using effective troubleshooting steps even a beginner can follow.","breadcrumb":{"@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#primaryimage","url":"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/wordpress-errors-wdw.jpg","contentUrl":"https:\/\/webdesignerwall.com\/wp-content\/uploads\/2017\/01\/wordpress-errors-wdw.jpg","width":1600,"height":675},{"@type":"BreadcrumbList","@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/tutorials\/common-wordpress-errors-fix#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webdesignerwall.mystagingwebsite.com\/"},{"@type":"ListItem","position":2,"name":"Common WordPress Errors &#038; How to Fix Them"}]},{"@type":"WebSite","@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/#website","url":"https:\/\/webdesignerwall.mystagingwebsite.com\/","name":"Web Designer Wall","description":"Design Trends and Tutorials - A wall of design ideas, web trends, and tutorials.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webdesignerwall.mystagingwebsite.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/#\/schema\/person\/6130da24cb2859475515bf245449908e","name":"Vail Joy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdesignerwall.mystagingwebsite.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e00dc5e595e48831ef95d2817385bb84cf4ce5ddb561eb83d69a6bf83b444b2a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e00dc5e595e48831ef95d2817385bb84cf4ce5ddb561eb83d69a6bf83b444b2a?s=96&d=mm&r=g","caption":"Vail Joy"},"url":"https:\/\/webdesignerwall.com\/author\/vailjoy"}]}},"_links":{"self":[{"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/posts\/4717","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/comments?post=4717"}],"version-history":[{"count":20,"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/posts\/4717\/revisions"}],"predecessor-version":[{"id":4986,"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/posts\/4717\/revisions\/4986"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/media\/4725"}],"wp:attachment":[{"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/media?parent=4717"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/categories?post=4717"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webdesignerwall.com\/wp-json\/wp\/v2\/tags?post=4717"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}