fypo
If Enhance can’t detect or manage the WordPress site, log in over SSH and check the basics:
su - username
cd public_html/
wp plugin list
wp theme list
wp db check
If you see errors, fix them. Common issues include broken themes or plugins, leftover .htaccess
, php.ini
, or wrong wp-config.php
settings carried over from the old panel.
For migrations, nothing beats the SSH manual method for both reliability and speed.