Blank page after migration

Hello,

I’m experiencing the same issue as other users on the forum, but none of their suggested solutions have worked for me.

After migrating the website (from one domain to another on the same server), I get blank pages on the front end. When I try to edit with Bricks, I also get a blank page. The homepage is the only page it displays ok and the only one I can edit.

I performed the migration using plugins and also tried a manual migration—same problem in both cases.

During manual migration, I used search and replace for the domain name via phpMyAdmin queries and WP-CLI, but the result was the same.

I am using Cloudflare, but not Rocket Loader.

Deactivating all plugins did not resolve the problem.

most migration plugin make you re-save the permalink structure twice as first thing to do.

Wordpress, settings, permalinks then as Post name save it twice and only then change it if you need another.

No idea if it might work but migration plugins really make you do this.

migration plugins work, but did not want to pay subscriptions and install many plugins, so i’ve made an sh script. Maybe someone will find it usefull. It works with WP CLI. Must have ssh access. GitHub - gabirosca/wp-backup: Complete WordPress management tool for backups, migrations, and restores. Fully interactive with automatic WordPress detection and WP-CLI integration.