WordPress

28 Articles

WordPress White Screen of Death Troubleshooting Guide

The WordPress white screen of death (WSOD) is a common issue that can leave your website inaccessible. It’s often caused by plugin or theme conflicts, PHP errors, memory limits, or issues from recent updates. This guide will help you diagnose and resolve the issue efficiently. Common Causes Plugin or Theme…

How to Fix “Error Establishing a Database Connection” in WordPress

If you visit your WordPress site and see a blank white screen displaying “Error establishing a database connection”, don’t panic! This is one of the most common errors in WordPress, and it usually means WordPress has lost communication with the database where all your posts, pages, and settings are stored.…

How to Fix WordPress Critical Errors After a PHP Upgrade

Upgrading your site’s PHP version (for example, moving from PHP 7.4 to PHP 8.x) is essential for security and speed. However, it’s not uncommon to hit a snag immediately after an upgrade, such as seeing the dreaded message: “There has been a critical error on this website. Please check your…

Difference between WordPress.com and .org

Though they share the same name, WordPress.com and WordPress.org are quite different in terms of functionality, control, and purpose. Here’s a breakdown: WordPress.com Hosting: Fully hosted by WordPress. No need to purchase separate hosting. Ease of Use: Beginner-friendly with minimal setup required. Customization: Limited in terms of themes and plugins…

Identifying and troubleshooting account lockout notifications

Account lockouts can be confusing, especially when you receive a notification but don’t know which system triggered it. This guide helps you identify the source of a lockout, review the relevant logs, and gather the right information before contacting support. 1. Common Sources of Account Lockouts 1.1 WordPress Security Plugins…

Third-party WordPress API integration returns 403 on a custom REST endpoint

Description A third-party integration may fail to connect to a WordPress REST API endpoint and return a 403 Forbidden response, even though the endpoint is available in a browser. This can happen when automated requests are blocked by server-side bot protection rather than by WordPress itself. Symptoms The affected service…

Media Library Upload Errors in WordPress – PHP Settings Troubleshooting

Overview When uploading files to the WordPress Media Library, you may encounter errors such as: “Unexpected response from the server””HTTP error””The uploaded file exceeds the upload_max_filesize directive”Upload progress bar stalling or timing out These errors are most commonly caused by PHP configuration limits on the server. This guide will help…

WordPress Plugin Update “Could Not Copy File” Error on Reseller Hosting

WordPress Plugin Update “Could Not Copy File” Error on Reseller Hosting Overview When updating WordPress plugins on reseller hosting, you may encounter an error such as: “Could not copy file””Update failed: Could not copy file.” This is a file permissions or ownership issue on the server and requires engineer assistance…

Using PhpMyAdmin To Export/Import Database

Managing MySQL databases is a common task when maintaining websites or applications. phpMyAdmin provides an easy‑to‑use web interface for exporting, importing, and running SQL queries without needing command‑line access. This guide walks you through: Exporting a database Importing a database Running SQL queries in phpMyAdmin Accessing phpMyAdmin You can usually…

WordPress login via Scout shows a critical error

If you’re using Scout’s WordPress SSO feature to access the dashboard and see the error message “There has been a critical error on this site”, it usually means the WordPress user that Scout is trying to use has changed. To clear the issue, trigger a manual refresh of the WordPress…