WordPress is a powerful platform for everything from personal blogging to enterprise sites. It contains an excellent set of features to make it as easy as possible to create online publications, make it pleasant and convenient.

Daily on the forums, there are many questions about the most common issues with WordPress, faced by beginners. WordPress is easy to install and fun to work with, new users enjoy using the powerful features offered by many plugins and themes.

Though WordPress is easy to get started with and learn, there are some things that can be difficult. This article covers the most frequently asked WordPress problems and how to solve them.

WordPress Login Problems

With so many passwords to remember, it can be easy to forget important ones. There are times when simply resetting your account doesn’t work. This problem becomes especially unpleasant if you planned to fill your site with great content just now, for example, with the help of the “write my papers for cheap” service.

In this situation, try these steps:

  1. You need to edit the functions.php file.
  2. Next, go to the /wp-content/themes/your_current_theme folder via FTP or the file manager.
  3. Open the functions.php file and add a line of code.
  4. [wp_set_password (‘DesiredNewPassword’, 1)]
  5. Place the new password in the “DesiredNewPassword.” Save the file and upload.
  6. When you came to your site, you needed to remove the code from the file and download it again.

You can use another tip:

  1. You need to reset your email address and password via phpMyAdmin
  2. Go to cPanel.
  3. You need to click on phpMyAdmin and select the database of your site.
  4. Next, click on the wp_users table and edit the entry.
  5. Enter a new value for user_pass. Notice, that the phpMyAdmin uses MD5 encryption, so convert your password into MD5.
  6. Select the MD5 option in the Options menu.
  7. You need to click save and update your site.

The WordPress Error Log

One of the most useful features of WordPress is the error log. You can use it to determine the reason for the absence of non-downloadable messages and plugins. You can access this error log file through the management interface (which is installed by your web hosting company). Consider the two most common management interfaces – cPanel and Plesk.

cPanel

  1. You need to open a web browser and connect to the cPanel management interface for the hosting account. Then go to your account.
  2. Go to the “Journals” section.
  3. Click the Error Logs icon. There you will find a record of errors.

Plesk

  1. You need to open a web browser and connect to the Plesk management interface of your host. Log in to your account.
  2. Next, you need to select the domain name of the WordPress blog.
  3. Click the “Log Manager” icon, select “Error Log” in it, and errors will be displayed there.

Problems with the WordPress Admin URL

Have you encountered a login error on the admin page? This can occur because two URLs do not match. The first URL refers to the location of your files, and the second is the web address of your site. What to do? You should go to phpMyAdmin and perform the following steps:

  1. Log in to the Admin and go to the current WordPress site database.
  2. Locate the wp_options table and then click the Browse button.
  3. Go to the URL section of the site, then in the option name field and click on the icon named Edit.
  4. Next, you will change the URL of your site. It must match the URL of WordPress.
  5. Click the Go button and save the changes you’ve made.

404 Page Error

This error occurs because the website cannot find the page you specified. What to do?

  1. Reconfigure your permanent links.
  2. Click on the permalink settings.
  3. You can manually overwrite the default settings.

The Connection Timed Out Problem

If your site takes too long to load, you’ll get a message that the download timeout has ended. Why is this happening? This is due to the fact that the site is trying to commit more than the server can handle. This problem is most common in a co-location environment with limited resources.

How to solve this problem?

  • Try to deactivate all plugins.
  • Go to the default theme from. Increase the PHP memory limit.

In case the advice given above does not bring the desired result, contact your hosting provider.

The Blank Screen

Ever opened your site to find a blank screen? This is the so-called white screen of death. The main reasons for this are theme and plugin compatibility, the memory limit of the PHP, where the script starts to run out of memory, and a server configuration error.

  1. Try to remove all plugins.
  2. Next, log in to your FTP and open there the “plugins” folder, and then change the folder name with a temporary name, write “plugins try.”
  3. After that, open your site and check for an error (if the problem is solved, continue on).
  4. Copy the plugin folders inside the “plugins,” check each plugin in turn while checking the site.

If the problem was caused by themes, then follow the same steps with the themes folder.

Of course, there are many other common questions and problems that beginners in WordPress face. However, you can always ask for support. Despite some problems, the program has a lot of advantages to work in it.

Jeff-Blaylock_avatar_1534179845-70x70 6 Common Problems When Logging into the WordPress Admin Area design tips

After graduation, Jeff worked on freelance projects in PHP development. For several years of work he has accumulated considerable experience of interaction with WordPress and is currently creating a personal IT startup.

The post 6 Common Problems When Logging into the WordPress Admin Area appeared first on Torque.