Enable Debugging to Display Errors in WordPress

WordPress has a specific debug system and standardized code across the core, plugins, and themes to simplify the process of identifying PHP errors. Enabling this debug mode will cause all PHP errors and warnings to display, so you can find out what’s wrong with your site. WP_DEBUG is a PHP constant (a permanent global variable) that can be used to trigger…

Resolving FileZilla FTP Connection Issues

Resolving FileZilla FTP Connection Issues

If you have problems establishing an FTP connection to your hosting account using FileZilla, check out the information below to help you resolve your FTP problem. 1. Incorrect Password If you do not enter the correct password for your hosting account, FileZilla produces the following error: Command: PASS ********** Response: 530 Login authentication failed Error: Critical Error Error: Could not connect…

How to Fix WordPress Redirect Issue

How to Fix Redirect Loop Error in WordPress

This error indicates that something is causing too many redirects and the server can’t complete the request. This is typically caused by incorrect domain settings, but it can also be caused by third-party services like Cloudflare. The error messages as seen in various browsers: Google This page isn’t working example.com redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS…

How to Troubleshoot & Fix WordPress Image Issues

How to Troubleshoot & Fix WordPress Image Errors

In this post learn about how to troubleshoot & fix WordPress image issues. There may be multiple reasons why images don’t display properly on WordPress websites. Here are the various scenarios and applicable instructions to troubleshoot the images issues with WordPress sites 1. Fix image thumbnails not displaying There can be issues, after configuration changes, when WordPress isn’t able to…

How to Troubleshoot a Slow WordPress Website

How to Troubleshoot a Slow WordPress Website

If your site was recently loading faster, then a recent change may have affected the load speed. If this is the case, you can undo the change and see if that helps the site load faster. If you aren’t sure what caused the slowdown, you can disable the various features of your site and add them back until the problem…

WordPress Plugin Errors

How to Fix WordPress Plugin Errors

After installing a WordPress Plugin, if your website is experiencing problems then follow these steps to fix the errors. Prepare your WordPress site for the troubleshooting: You should always make a backup of your site before performing any troubleshooting. Disable all WordPress plugins; especially any caching plugins. Disable WP_CACHE if your site uses it. Understanding a WordPress related PHP error If your previous troubleshooting revealed…