{"id":16592,"date":"2024-05-21T10:56:56","date_gmt":"2024-05-21T10:56:56","guid":{"rendered":"https:\/\/hostvento.com\/kb\/web-hosting\/getting-started-guide\/shared-hosting-quick-start-guide\/do-you-know-the-solution-to-these-common-wordpress-errors\/"},"modified":"2024-06-15T03:29:13","modified_gmt":"2024-06-15T03:29:13","slug":"do-you-know-the-solution-to-these-common-wordpress-errors","status":"publish","type":"docs","link":"https:\/\/www.hostvento.com\/kb\/docs\/hosting-faqs\/do-you-know-the-solution-to-these-common-wordpress-errors\/","title":{"rendered":"Do You Know The Solution to These Common WordPress Errors"},"content":{"rendered":"\n<p>Do you use WordPress? With a number of plugins, this very fantastic platform makes managing your website a breeze.<br>But what happens if your website suddenly encounters an error? Your day may just be scrapped, right?<br>Thankfully, WordPress does not display errors until there is a valid cause. But if you do not know how to fix an issue with your website, it can irritate you.<br>Undoubtedly, a lot of mistakes can initially appear dangerous, but the majority of WordPress-related problems are only minor issues that are simple to fix. You can generally solve the issue on your own until you find the cause.<\/p>\n\n\n\n<p>In this article, we are going to list 12 of the most common WordPress errors and the tips to resolve them.<\/p>\n\n\n\n<p>Let\u2019s start.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1WPEr\">1. Parse Error\/Syntax Error<\/h3>\n\n\n\n<p>This is an easy one to start with. Several errors that we will list down might be frustrating due to the less information given by them, however,&nbsp;<strong>\u2018parse error\u2019 (or \u2018syntax error\u2019)<\/strong>&nbsp;is much different and helps you to know the exact issue.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/d30710f6-d2ba-4abe-afdc-51836077d96c_common-wp-errors-16-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/d30710f6-d2ba-4abe-afdc-51836077d96c_common-wp-errors-16-min.jpg\" alt=\"\" class=\"wp-image-5698\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>This error message appears when there is a code error on your website, usually in the functions.php file. Instead of the website loading, you simply get a notice explaining the problem and the location where it happened.<\/p>\n\n\n\n<p>Use SSH File Transfer Protocol (SFTP) to access the given file and solve this issue. Because FileZilla is an open-source, free program, we shall use it in this case. Log in to the backend of your website using the SFTP credentials that your web host supplied you.<\/p>\n\n\n\n<p>Locate the disputed file now. You can see that the issue is with the functions.php file for your site&#8217;s current theme in the image above. Thus, you must choose View\/Edit from the context menu when you right-click on functions.php in order to enter the theme&#8217;s folder.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/ba5fcb28-8c5e-47f0-bfd3-03373d1bda9e_common-wp-errors-12-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/ba5fcb28-8c5e-47f0-bfd3-03373d1bda9e_common-wp-errors-12-min.jpeg\" alt=\"\" class=\"wp-image-5699\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>If you keenly check the&nbsp;<strong>Parse error message<\/strong>, you will find that it also lets you know on what line the problem has occurred. So, you simply need to find that line and fix the problem. In the example mentioned above, the problem is about missing parenthesis.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/28e55ae2-d212-469d-9956-25f8faee4ecc_common-wp-errors-4-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/28e55ae2-d212-469d-9956-25f8faee4ecc_common-wp-errors-4-min.jpg\" alt=\"\" class=\"wp-image-5700\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Then save your file and select&nbsp;<strong>Yes<\/strong>&nbsp;when your FTP client asks for replacing the existing file on the server. With this, you will be able to check your site and see that it loads normally.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2WPEr\">2. White Screen of Death (WSoD)<\/h3>\n\n\n\n<p>It is a very rarely known and mysterious error in WordPress and is called as the&nbsp;<strong>White Screen of Death (WSoD)<\/strong>.<\/p>\n\n\n\n<p>With this error your entire site gets replaced with a blank, white nothing, leaving no error messages or further assistance display.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/cf02fff1-2da2-4c27-b288-c28b2eab9588_common-wp-errors-3-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/cf02fff1-2da2-4c27-b288-c28b2eab9588_common-wp-errors-3-min.jpg\" alt=\"\" class=\"wp-image-5701\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>There are several reasons for this problem to occur and usually means that your site can\u2019t be loaded properly.<\/p>\n\n\n\n<p>Therefore, even for troubleshooting it, there are several ways.<\/p>\n\n\n\n<p><strong>Here are quick tips that you use to troubleshoot this particularly tricky problem:<\/strong><\/p>\n\n\n\n<p>1.<strong>&nbsp;Disable your plugins:<\/strong>&nbsp;The main cause behind the&nbsp;<strong>WSoD<\/strong>&nbsp;is a faulty plugin, so make sure you disable them all and check if it fixes the problem.<\/p>\n\n\n\n<p>2.&nbsp;<strong>Disable your theme:<\/strong>&nbsp;WordPress themes can also lead to this issue. Use&nbsp;<strong>SFTP<\/strong>&nbsp;to replace it with one of WordPress\u2019s default themes.<\/p>\n\n\n\n<p>3.&nbsp;<strong>Activate the WordPress debug mode:<\/strong>&nbsp;With this feature, you will see errors directly on each page. This can help you identify the primary cause of the&nbsp;<strong>WSoD<\/strong>.<\/p>\n\n\n\n<p>4.&nbsp;<strong>Purge your cache:<\/strong>&nbsp;Also, the caching solution of your website will help you to see outdated files even if the&nbsp;<strong>WSoD<\/strong>&nbsp;has been fixed. Therefore, it\u2019s better to clear your cache and check if the problem has been resolved.<\/p>\n\n\n\n<p>5.<strong>&nbsp;Raise your memory limit:<\/strong>&nbsp;Your site might fall short of memory. The maximum limit of memory can be set by editing your&nbsp;<strong>php.ini<\/strong>&nbsp;file.<\/p>\n\n\n\n<p>Implementing these methods will help to fix the&nbsp;<strong>WSoD<\/strong>&nbsp;in the vast majority of cases. But, if there are still issues occurring, it is better to contact your host\u2019s support team for more help.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3WPEr\">3. Internal Server Error<\/h3>\n\n\n\n<p>Another issue is the&nbsp;<strong>Internal Server Error<\/strong>&nbsp;which can be quite difficult to find the underlying problem.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/a7795c4f-f657-4040-be56-99444603c6f0_common-wp-errors-6-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/a7795c4f-f657-4040-be56-99444603c6f0_common-wp-errors-6-min.jpg\" alt=\"\" class=\"wp-image-5702\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Fortunately,\u00a0compared\u00a0to\u00a0the\u00a0WSoD,\u00a0there\u00a0are\u00a0less\u00a0causes\u00a0for\u00a0this\u00a0issue. It\u00a0may\u00a0happen\u00a0if\u00a0the\u00a0server\u00a0problem\u00a0is\u00a0undetectable\u00a0and\u00a0is\u00a0typically\u00a0brought\u00a0on\u00a0by\u00a0one\u00a0of\u00a0the\u00a0following\u00a0causes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your site\u2019s .htaccess file has some issue.<\/li>\n\n\n\n<li>The memory limit of your site is reached.<\/li>\n<\/ul>\n\n\n\n<p>Simply speaking,&nbsp;<strong>.htaccess<\/strong>&nbsp;is a file that shows the way your site communicates with its server. With this file, you can increase your site\u2019s security, and prevail some of the default server settings. For confirming if this file is causing the Internal Server Error, you simply need to disable it.<\/p>\n\n\n\n<p>This can be done by using SFTP. Generally you will get this file in your site\u2019s root directory, which is often titled&nbsp;<strong>public_html<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/b10ce531-9689-4a5f-8a6c-f7916e06befe_common-wp-errors-11-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/b10ce531-9689-4a5f-8a6c-f7916e06befe_common-wp-errors-11-min.jpeg\" alt=\"\" class=\"wp-image-5703\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Simply change the file\u2019s name for disabling it. For example, if it is renamed as&nbsp;<strong>.htaccess-disabled<\/strong>, you can then check your site to know if the issue isn\u2019t occurring now.<\/p>\n\n\n\n<p>In case your problem gets fixed with this, you need to generate a new, bug-free<strong>&nbsp;.htaccess file<\/strong>. For this, go into your admin dashboard and access&nbsp;<strong>Settings &gt; Permalinks<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/d9bfabf9-a5e0-4adf-a857-deb1b4f2adbd_common-wp-errors-7-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/d9bfabf9-a5e0-4adf-a857-deb1b4f2adbd_common-wp-errors-7-min.jpeg\" alt=\"\" class=\"wp-image-5704\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>It isn\u2019t compulsory to make any real changes here. Simply clicking on&nbsp;<strong>Save Changes<\/strong>&nbsp;will help to generate a new&nbsp;<strong>.htaccess file<\/strong>. This might hopefully resolve the issue.<\/p>\n\n\n\n<p>But if the problem still doesn\u2019t get resolved, you might need to increase your PHP memory limit<\/p>\n\n\n\n<p>To\u00a0increase\u00a0your\u00a0PHP\u00a0memory\u00a0limit,\u00a0see\u00a0this\u00a0guide. If\u00a0you\u00a0are\u00a0unable\u00a0to\u00a0raise\u00a0your\u00a0limit\u00a0any\u00a0higher,\u00a0you\u00a0may\u00a0want\u00a0to\u00a0consider\u00a0upgrading\u00a0your\u00a0hosting\u00a0package.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4WPEr\">4. 404 Error<\/h3>\n\n\n\n<p>You might be familiar with&nbsp;<strong>404 Error<\/strong>&nbsp;as an internet user.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/79cd2798-bbbb-40fa-be74-d438185b1add_common-wp-errors-22-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/79cd2798-bbbb-40fa-be74-d438185b1add_common-wp-errors-22-min.jpeg\" alt=\"\" class=\"wp-image-5705\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>It means that the requested page could not be found by the server. This issue is frequently encountered when your website has altered URLs and broken links. It may also happen if the page that is requested is unavailable.<\/p>\n\n\n\n<p>The.htaccess file is once more the most frequent cause of this problem. This file also manages the hyperlink structure of the webpage. It is plausible that your URLs are being redirected to incorrect pages. It would be necessary for you to first create a fresh.htaccess file.<\/p>\n\n\n\n<p>However, if still the error persists, you may need to re-upload&nbsp;<strong>.htaccess<\/strong>. You can create a new file, give it the name&nbsp;<strong>.htaccess<\/strong>&nbsp;(mention the period, and you don\u2019t need to add a file extension), and paste in the following default code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># BEGIN WordPress\n\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n\n# END WordPress<\/pre>\n\n\n\n<p>You can now upload the file to the root folder to your site. After following all this, the 404 error you\u2019re seeing should be resolved.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5WPEr\">5. Error Connecting Your Database<\/h3>\n\n\n\n<p>This error, true to its name, may arise if your website cannot access its database. You can locate your website&#8217;s database, which houses all of its content, if you are unfamiliar with the phrase. It contains user data as well as your pages and posts. Your website would stop working entirely if you could not access the database.<\/p>\n\n\n\n<p>There are a few possible causes for this problem, however wp-config.php is the one file on your website that causes the majority of them. This file contains all of the database information for your website, hence it is the source of the issue.<\/p>\n\n\n\n<p>In order to repair the connection, access the&nbsp;<strong>wp-config.php<\/strong>&nbsp;file of your site, located in its root folder.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/0d9f2cdc-b017-496b-933e-30bee396ec2f_common-wp-errors-18-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/0d9f2cdc-b017-496b-933e-30bee396ec2f_common-wp-errors-18-min.jpeg\" alt=\"\" class=\"wp-image-5707\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Once located, right-click on the file, and select&nbsp;<strong>View\/Edit<\/strong>. First check whether the credentials in the file are correct and for this, access your&nbsp;<strong>phpMyAdmin<\/strong>&nbsp;to get the correct details. In case you find that the hostname, username, password, and\/or database name in the file are incorrect, replace so that the error gets fixed.<\/p>\n\n\n\n<p>But, if the error persists, you will need to activate WordPress\u2019 automatic database optimization tool. You can use this tool to repair corrupted databases, and to turn it on add the following line to your&nbsp;<strong>wp-config.php<\/strong>&nbsp;file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">define( 'WP_ALLOW_REPAIR', true );<\/pre>\n\n\n\n<p>Then save the file and upload it back to your server in order to run the new script by browsing&nbsp;<strong>https:\/\/yourwebsiteurl.com\/wp-admin\/maint\/repair.php<\/strong>. The resulting page will look like as below:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/2399c113-2543-424d-8849-24f13d2aebd8_common-wp-errors-14-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/2399c113-2543-424d-8849-24f13d2aebd8_common-wp-errors-14-min.jpeg\" alt=\"\" class=\"wp-image-5708\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>You just need to click on either of the buttons to run the repair tool. After the process is complete, the page will reload, and a message telling you that the database tables have been fixed will be displayed.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/2af41fd6-ca60-40f6-8473-45d0e1e57bc9_common-wp-errors-10-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/2af41fd6-ca60-40f6-8473-45d0e1e57bc9_common-wp-errors-10-min.jpeg\" alt=\"\" class=\"wp-image-5710\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Now, this should fix your database connection error. Make sure you remove the line&nbsp;<strong>WP_ALLOW_REPAIR<\/strong>&nbsp;from&nbsp;<strong>wp-config.php<\/strong>&nbsp;when have completed with the task.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"6WPEr\">6. Connection Timed Out Error<\/h3>\n\n\n\n<p>This error appears after a site was browsed several times but was unsuccessful to load. This indicates that the server is trying to load the site, and has basically given up.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/51a01aa1-90b4-4671-927e-fcf310d32d9c_common-wp-errors-15-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/51a01aa1-90b4-4671-927e-fcf310d32d9c_common-wp-errors-15-min.jpeg\" alt=\"\" class=\"wp-image-5711\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Though there can be variety of reasons for this error, the most common is that your site lacks the resources it needs to function accurately. For example, if you are using<strong>&nbsp;shared hosting<\/strong>, another site can use your server\u2019s resources. Or it might happen that your site has exceeded its maximum allowed bandwidth.<\/p>\n\n\n\n<p>In the event that this problem keeps happening, you may want to consider upgrading your hosting package. A different hosting package with more resources could assist you in preventing website lag and outages. Also, because you will have more server resources, your website will not be impacted by other sites experiencing high traffic.<\/p>\n\n\n\n<p>This error will appear if your website is straining the server excessively. Consequently, it is preferable to speed up your website in order to prevent resource-hogging plugins. Make sure your performance is not being hindered by your theme as well. You will need to raise your PHP memory limit once more.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"7WPEr\">7. Site\u2019s Sidebar Appearing Below the Main Content<\/h3>\n\n\n\n<p>You might come across a situation when your sidebar has moved from its standard position next to each page and post\u2019s main content, and has decided to lie underneath your main content.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/bf3b5ee9-6ab3-4bb0-80fa-9a30ce241878_common-wp-errors-8-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/bf3b5ee9-6ab3-4bb0-80fa-9a30ce241878_common-wp-errors-8-min.jpeg\" alt=\"\" class=\"wp-image-5712\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>This is due to an issue with the&nbsp;<strong>HTML or CSS code<\/strong>&nbsp;of your theme. Hence, this error can occur due to a recent changes made to your theme. Recently, if you\u2019ve edited any of your theme files, you can revert them to their previous states, to check if that resolves the problem.<\/p>\n\n\n\n<p>To be more specific, you should look out at two main things when troubleshooting this problem:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Leftover tags:<\/strong>\u00a0These tags help to add HTML elements, and if one is not opened or closed properly, it can lead the sidebar to change its position.<\/li>\n\n\n\n<li><strong>Incorrect margins in CSS:<\/strong>\u00a0If the margins are set incorrectly in your\u00a0<strong>style.css<\/strong>\u00a0file, the sidebar won\u2019t get the space it needs, beside your main content.<\/li>\n<\/ul>\n\n\n\n<p>Observe your theme for such issues to get the source of the problem. Running the affected page through the&nbsp;<strong>W3C Markup Validation Service<\/strong>&nbsp;will help you to find the source of the error faster.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"8WPEr\">8. Unable to Upload Images<\/h3>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/311ebc42-bb78-49fa-a168-98ec56653354_common-wp-errors-26-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/311ebc42-bb78-49fa-a168-98ec56653354_common-wp-errors-26-min.jpeg\" alt=\"\" class=\"wp-image-5713\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Images can break on your website in several ways. They can be display in an incorrect manner after uploading or you won\u2019t be able to upload them at all. What matters is that the issue occurs due to the incorrect file permissions.<\/p>\n\n\n\n<p>This basically means that the website is unaware that you are authorized to add and access the files that you are attempting to work with. This error is caused by a plugin that unintentionally changed your permissions or by a hack on your website. Fortunately, this is simply fixable.<\/p>\n\n\n\n<p>You will need to access your site using&nbsp;<strong>SFTP<\/strong>&nbsp;again. For this go to the uploads folder, located in the&nbsp;<strong>wp-content directory<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/2ac50617-e112-4e68-9533-7f7eae005f08_common-wp-errors-20-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/2ac50617-e112-4e68-9533-7f7eae005f08_common-wp-errors-20-min.jpeg\" alt=\"\" class=\"wp-image-5714\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>But, you don\u2019t need open this folder. Just right-click on it and select&nbsp;<strong>File permissions<\/strong>, to open the folder\u2019s permission settings.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/65cbc203-6698-4f5d-82a6-5a5faf6ae237_common-wp-errors-1-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/65cbc203-6698-4f5d-82a6-5a5faf6ae237_common-wp-errors-1-min.jpg\" alt=\"\" class=\"wp-image-5715\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Set the&nbsp;<strong>Numeric value to 744<\/strong>, so that the owner (i.e., you) can read and write uploads. Click&nbsp;<strong>OK<\/strong>&nbsp;after that to get the new permissions applied.<\/p>\n\n\n\n<p>Repeat the same process for all files inside the folder. For that right-click on uploads and select&nbsp;<strong>File permissions<\/strong>&nbsp;again. This time, set the value to&nbsp;<strong>644<\/strong>&nbsp;and check the&nbsp;<strong>Recurse into subdirectories<\/strong>&nbsp;option. Also, select&nbsp;<strong>Apply to files only<\/strong>.<\/p>\n\n\n\n<p>The Media Library on your website will function regularly when you save your changes. By uploading an image to your admin dashboard, you may verify this. If the problem still occurs, follow the previous steps again but set the uploads folder&#8217;s permission value to 755 rather than 744.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"9WPEr\">9. Can\u2019t Access the Admin Area<\/h3>\n\n\n\n<p>All the errors mentioned until now have occurred due to technical problems. But, to get locked out of your admin dashboard is something different. This generally is seen when you forget your password.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/bcc1d786-a193-4bfa-bb9b-9b75c937e1ef_common-wp-errors-21-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/bcc1d786-a193-4bfa-bb9b-9b75c937e1ef_common-wp-errors-21-min.jpeg\" alt=\"\" class=\"wp-image-5716\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Don\u2019t panic. Losing your password doesn\u2019t mean that you won\u2019t be able to access your site. Firstly, click the&nbsp;<strong>Lost your password?<\/strong>&nbsp;link on the login page. You can recover your password by entering your username or email address.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/f59d49b1-12ad-418e-adce-8d2fc1d4d158_lost-your-password-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/f59d49b1-12ad-418e-adce-8d2fc1d4d158_lost-your-password-min-1024x843.jpg\" alt=\"\" class=\"wp-image-5717\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>In majority of cases, this will work. Yet there are some instances where this feature may have issue such as it could be disabled or maybe you won\u2019t have access to the email you signed up with.<\/p>\n\n\n\n<p>In this case, reset your password using\u00a0<strong>phpMyAdmin<\/strong>. Though, this method can be risky as there can be accidental problems with your site or database. So, this method should be used as a last solution. This process will vary based on your web host and setup, but we\u2019ll be using the\u00a0<strong>hostvento<\/strong> <strong>control panel<\/strong>\u00a0in this example.<\/p>\n\n\n\n<p>After getting logged in, click on&nbsp;<strong>Domains<\/strong>&nbsp;and select&nbsp;<strong>Edit<\/strong>&nbsp;for the site you want to access.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/c1ed6f64-add2-4b60-af39-1fcab9ed4534_common-wp-errors-24-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/c1ed6f64-add2-4b60-af39-1fcab9ed4534_common-wp-errors-24-min.jpg\" alt=\"\" class=\"wp-image-5718\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Then, open&nbsp;<strong>phpMyAdmin<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/20f2de78-d907-4808-9941-ad1d61702f51_common-wp-errors-9-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/20f2de78-d907-4808-9941-ad1d61702f51_common-wp-errors-9-min.jpg\" alt=\"\" class=\"wp-image-5719\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Next, find your user table, usually called&nbsp;<strong>wp_users<\/strong>&nbsp;or something similar. After getting it, search for your specific user account and click on&nbsp;<strong>Edit<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/86e195c7-88e5-4266-a724-ddc8cf8ebda6_common-wp-errors-23-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/86e195c7-88e5-4266-a724-ddc8cf8ebda6_common-wp-errors-23-min.jpeg\" alt=\"\" class=\"wp-image-5720\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Now change your profile\u2019s information, right from its password. Replace the current string in the&nbsp;<strong>user_pass&nbsp;<\/strong>row with your preferred password.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/bd58c505-5a4e-45e8-bfaf-e29249ec4cfb_common-wp-errors-25-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/bd58c505-5a4e-45e8-bfaf-e29249ec4cfb_common-wp-errors-25-min.jpeg\" alt=\"\" class=\"wp-image-5721\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>Set the function drop-down menu to&nbsp;<strong>MD5<\/strong>&nbsp;to encrypt the password. After saving the changes, you log in again with your new password.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"10WPEr\">10. WordPress Is Stuck in Maintenance Mode<\/h3>\n\n\n\n<p>In actuality, maintenance mode is an automated function that momentarily stops your website while it is being updated. By doing this, you will be able to prevent potentially problematic scenarios when users attempt to access your site&#8217;s functionality while it is being updated.<\/p>\n\n\n\n<p>The site gets updated so quickly that it is very difficult to notice the change. However, if the update is cancelled before getting completed, your site gets stuck in maintenance mode until further notice.<\/p>\n\n\n\n<p>Fortunately, this problem can be fixed easily. Simply fire up&nbsp;<strong>SFTP<\/strong>&nbsp;again to access your site\u2019s root folder, and delete the file named as&nbsp;<strong>.maintenance<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/e96a8f3a-5c0c-4c31-890c-a9c146ba5a1b_common-wp-errors-19-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/e96a8f3a-5c0c-4c31-890c-a9c146ba5a1b_common-wp-errors-19-min.jpeg\" alt=\"\" class=\"wp-image-5722\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>This file is what activated maintenance mode, so removing it will revert your site back to normal. However, you\u2019ll also need to retry the failed update, as this error means that it didn\u2019t successfully complete.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"11WPEr\">11. Missed Scheduled Post Error<\/h3>\n\n\n\n<p>WordPress offers the most useful feature of scheduling posts for a particular time. This helps you to line up posts in advance, leave the site alone to get content automatically published at the time set.<\/p>\n\n\n\n<p>On the other hand, sometimes feature fails, and gives a&nbsp;<strong>Missed schedule&nbsp;<\/strong>error next to a post.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/d393c09a-5ddb-4d75-8612-6d2117241ddb_common-wp-errors-17-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/d393c09a-5ddb-4d75-8612-6d2117241ddb_common-wp-errors-17-min.jpeg\" alt=\"\" class=\"wp-image-5723\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>This problem generally occurs due to&nbsp;<strong>\u2018cron jobs\u2019<\/strong>. These are tasks used by WordPress to automate certain processes.<\/p>\n\n\n\n<p>In case the correct&nbsp;<strong>cron job<\/strong>&nbsp;does not trigger when a post is scheduled, it won\u2019t get published and will remain in your admin dashboard until you publish it manually.<\/p>\n\n\n\n<p>In order to avoid this error, use a plugin such as&nbsp;<strong>Scheduled Post Trigger<\/strong>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/bb824581-03fb-4882-82be-e0a641d4dba3_common-wp-errors-2-min.jpg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/bb824581-03fb-4882-82be-e0a641d4dba3_common-wp-errors-2-min.jpg\" alt=\"\" class=\"wp-image-5724\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>It is free and very lightweight plugin and makes sure that the&nbsp;<strong>cron jobs<\/strong>&nbsp;responsible for publishing scheduled posts run as per the expectations. When you activate it on your site, you can stay relaxed as your scheduled posts will get published on time from now on.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"12WPEr\">12. WordPress Failed to Auto-Update<\/h3>\n\n\n\n<p>It is very important to keep your WordPress site updated at all times. We have recommended this many times to every website owner. If you are using a&nbsp;<a href=\"https:\/\/www.hostvento.com\/kb\/hosting\/wordpress-hosting\/managed-wordpress-hosting\" target=\"_blank\" rel=\"noreferrer noopener\">managed WordPress hosting<\/a>&nbsp;plan, you usually don\u2019t need to update<\/p>\n\n\n\n<p>WordPress by yourself as those get automatically installed for you.<\/p>\n\n\n\n<p>Still, if something goes wrong, the automatic update will fail.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/f82d8325-629c-4a11-9f79-be13a9ef745f_common-wp-errors-13-min.jpeg\"><img decoding=\"async\" src=\"https:\/\/www.hostvento.com\/kb\/hosting-faqs\/wp-content\/uploads\/2019\/05\/f82d8325-629c-4a11-9f79-be13a9ef745f_common-wp-errors-13-min.jpeg\" alt=\"\" class=\"wp-image-5725\"\/><\/a><\/figure>\n<\/div>\n\n\n<p>This happens very rarely, of course, but it can happen. Glitches in the server\u2019s connection with your WordPress files, incorrect file permissions, or an unreliable internet connection are responsible for this error.<\/p>\n\n\n\n<p>In case your WordPress doesn\u2019t gets auto-updated, you can get the&nbsp;<strong>WSoD error<\/strong>, or warning errors while accessing your site. For this, just manually update WordPress, by downloading the latest version of the software and install it on your site with the help of&nbsp;<strong>SFTP<\/strong>.<\/p>\n\n\n\n<p>But, if your site is hosted with\u00a0<strong>hostvento<\/strong>, this process is very easy. It is because you can upgrade your site straight from your dashboard. After that, WordPress should work normally<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"13WPEr\"><strong>13. Home URL Shows Distorted Page<\/strong><\/h3>\n\n\n\n<p>This error occurs because the home URL is set to \u201cHTTP\u201d and a visitor browses it with \u201cHTTPS\u201d. The internal links are using http instead of https. To resolve this error, you need to forcefully redirect HTTP to HTTPS as here.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>You would rarely get errors with WordPress, but when you do experience them, it can be quite frustrating. But, it is usually easier to fix most of the problems than it might seem at first glance.<\/p>\n\n\n\n<p>Have a question about any of these errors, or have you faced another issue that\u2019s hammering your head? Comment in the box and we will discuss it with you!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Do you use WordPress? With a number of plugins, this very fantastic platform makes managing your website a breeze.But what happens if your website suddenly encounters an error? Your day may just be scrapped, right?Thankfully, WordPress does not display errors until there is a valid cause. But if you do not know how to fix [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":23377,"menu_order":1091,"comment_status":"closed","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-16592","docs","type-docs","status-publish","hentry","no-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/docs\/16592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/comments?post=16592"}],"version-history":[{"count":2,"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/docs\/16592\/revisions"}],"predecessor-version":[{"id":16595,"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/docs\/16592\/revisions\/16595"}],"up":[{"embeddable":true,"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/docs\/23377"}],"wp:attachment":[{"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/media?parent=16592"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.hostvento.com\/kb\/wp-json\/wp\/v2\/doc_tag?post=16592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}