The Guide to Fixing Most Common WordPress Errors

Latitude Technolabs
6 min readJun 14, 2021

You arrived at the right spot if you are looking for quick solutions about common wordpress problems.

Wordpress is the best platform for building websites, but it is common to run into problems. But sometimes errors/problems are easy to fix and sometimes not especially for beginners.

So here I have put some of the best fixes of common wordpress errors.

10 Common Wordpress Errors And Its Solutions

Before doing any error fixing, it is recommended to do a backup of your site to be on the safe side.

  1. 404 Page Not Found
  2. Connection/Server Timed Out
  3. Error In Image Upload
  4. White Screen Of Death
  5. Error In Maintenance Mode
  6. Login Page Refresh
  7. Wordpress Sidebar Below Content
  8. Syntax Errors
  9. Connection Timed Out
  10. Issue In Wordpress Email
  11. 404 Page Not Found

This WordPress problem appears as follows: You go to a single post that already exists but instead gets a 404-error page. But all other site components are fine.

Solution

This issue is caused by improper rewrite rules and can be resolved by resaving your URL structure in Settings > Permalinks.

It clears the .htaccess file and should typically be sufficient to solve the problem. If it doesn’t, though, you may need to take manual action.

You can find .htaccess in your root directory, as you probably already know. Add the following lines of code to it:

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteRule ^index\.php$ — [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

# END WordPress

2. Connection/Server Timed Out

If it takes a long time for your site to load, and then you get an error saying it’s not accessible, your connection has timed out.

It occurs when your website attempts to perform more than the server is capable of handling, which is especially common in shared hosting situations with restricted resources.

Solution

There are a couple of options for dealing with this:

  • Turn off all plugins: Timeouts can also be caused by plugin issues.
  • Return to the default theme: Timed-out connections can also be caused by issues with the theme. In this instance, utilize one of the default WordPress themes by following the instructions further up the page.
  • Increase the memory limit in PHP: increasing the memory in PHP may work and solve the issue.

SEE MOREHow to secure a WordPress Website?

3. Error In Image Upload

Image upload issues with WordPress can emerge in a variety of ways:

  • Your website’s images are no longer visible
  • You are unable to add media assets to your website
  • When the upload completes, the image appears to be broken
  • The complete media library isn’t showing up correctly

Solution

Faulty file and folder permissions nearly always cause image upload issues, preventing wordpress from accessing them properly. It can be done due to a mistake or by a faulty plugin, or if your site is hacked.

Open FileZilla and find the folder uploads in wp-content. Right-click on it and select file permissions.

4. White Screen Of Death

When you notice a white screen on your site, it simply implies that your site has disappeared. In actuality, your browser presents you with a blank screen. Certainly, the white screen of death can have a significant impact on your entire site, but it can also appear in isolated areas. The most aggravating aspect is that there is no error notice indicating the problem.

Solution

  • Increase memory limit
  • Deactivate all plugins
  • Connect to your site via FTP and rename the plugin folder

5. Error In Maintenance Mode

Any visitor trying to access your site while you are performing an update will see a screen informing them that it will be back soon.

The maintenance mode does not always go away when there is a problem with the update, and it is canceled or times out. What’s worse, you’re locked out of the admin area when it becomes stuck, so how are you going to solve it?

Solution

All you have to do is FTP into your root directory and delete the .maintenance file. It is a temporary file created during the update with the sole purpose of displaying a warning to your users. When it’s gone, the maintenance mode should be gone, too.

Also ReadHow to work on WordPress Website Maintenance

6. Login Page Refresh

This issue occurs when you attempt to connect to your WordPress account and are repeatedly sent to the login page. This problem happens when the site URL is incorrectly set, which could be due to an error in the .htaccess file.

Solution

Remove the .htaccess file from your website, remove cookies from your PC, and deactivate plugins via FTP. Any of these errors can be used to resolve your WordPress issue.

7. Wordpress Sidebar Below Content

Your sidebar should be on the left or right side. However, if it displays below your material, it is an error that has to be addressed. This issue happens when there are too many open or closed div tags. These div tags can degrade the efficiency of your site layout if they open or close in the wrong place.

Solution

You can use the HTML validator to determine the source of the problem and correct it.

8. Syntax Errors

This issue occurs when you try to add code snippets to your function.php file and get an error. This error message says you have to correct the code.

Solution

Because there is an issue in the file that the browser displays, you must access your site via FTP and remove the line of code.

9. Connection Timed Out

Your site may take longer to load than expected. When you get an error that says something isn’t available, this is what happens. It merely signifies that your connection has reached the end of its lifespan. In a shared hosting environment with limited resources, this issue is typical.

Solution

There are a few things you can do to fix this error, including removing all plugins, switching to default themes, and increasing the PHP RAM limit.

10. Issue In Wordpress Email

Your wordpress hosting server isn’t configured correctly to use the PHP mail() function, which is the most typical reason for email not being delivered. Many email service providers utilize various technologies to prevent email spam, even if your hosting is configured to use that function.

These programs try to figure out if an email originates from the person or company that it claims to be from. Emails sent from WordPress websites, on the other hand, frequently fail this test and end up in spam folders.

Solution

To solve this problem, we recommend sending emails from WordPress over SMTP (Simple Mail Transfer Protocol). The PHP mail() function is not used by SMTP. Instead, it employs adequate authentication, which results in a high rate of email deliverability.

A WordPress plugin like WP Mail SMTP is the best approach to set up SMTP in WordPress. Instead of using the PHP mail() function, this plugin configures your WordPress site to send emails over SMTP.

Check Out10 Best WordPress Plugins every Website needs in 2021

Final Words

I hope you’ve read through these errors and learned how to correct them using the remedies I’ve provided. Although WordPress problems are common, they can affect the overall performance of the site and the user experience. As a result, you must address them as quickly as feasible. So, if you are in the middle of a problem and want to fix it ASAP, you can hire wordpress developer. Latitude Technolabs provides the best wordpress development services in India.

--

--

Latitude Technolabs

Latitude Technolabs Pvt. Ltd. is a leading service provider with extensive experience in providing IT outsourcing services to enterprises across the globe.