Posts about troubleshooting
Fixing Access Forbidden (403) issues after migrating WordPress to a static site
In this article I will explain the reason for the 'Blocked due to access forbidden' error and provide a simple solution to fix it.
How to fix the mysqldump access denied process privilege error
Fix the mysqldump "Access denied; you need the PROCESS privilege" error. Two solutions: grant the privilege or use --no-tablespaces.
How to fix a 'Object of class WP_Error could not be converted to string' error in WordPress
Fix the WordPress "Object of class WP_Error could not be converted to string" error by correcting a corrupt siteurl option in your database.
Post-migration troubleshooting: Gateway timeout when enabling plugins
It took some time to pinpoint the cause behind the Gateway Time-out error. Find out how to fix it.
Post-migration troubleshooting: WordPress redirects to old site after updating database
WordPress still redirecting to the old site after migration? I share the wp-config.php fix I use when updating the database isn't enough.
Importing a WordPress database: How to fix the Unknown collation: 'utf8mb4_unicode_ci' error
Fix the "Unknown collation utf8mb4_unicode_ci" error when importing a WordPress database. Use phpMyAdmin's MYSQL40 compatibility export.
Post-migration steps: what to do after a Drupal to WordPress migration project
Steps to complete after a Drupal to WordPress migration. Import your dump file, update credentials, fix domain URLs and resolve common errors.
Handling Drupal terms during a Drupal to WordPress migration
How to handle Drupal taxonomies during a WordPress migration. Map vocabularies and terms to WordPress categories and tags.
Why is the Drupal term_node table missing?
Why the Drupal term_node table is missing from your database. In Drupal 7, term_node was replaced with taxonomy_index.
Drupal to WordPress migration notes
Post-migration notes for Drupal to WordPress projects: fixing permissions errors, database prefix issues, and other common problems.