Malaya Wa Tz - Rahatupu Blog Fixed
Via FTP, the /wp-content/plugins/ folder was renamed to plugins_old, forcing all plugins off. The site loaded instantly. Then plugins were reactivated one by one. The culprit: an outdated social sharing plugin and the “Rahatupu Magic” theme’s functions file with a fatal PHP error.
The theme was replaced with a default WordPress theme temporarily, then patched and re-enabled. malaya wa tz rahatupu blog fixed
Using phpMyAdmin, the owner selected all database tables and chose “Repair table” from the dropdown. For command-line users, the query would be: Via FTP, the /wp-content/plugins/ folder was renamed to
REPAIR TABLE wp_posts;
REPAIR TABLE wp_options;
-- (repeat for all tables)
Three tables were found to be crashed. After repair, the database connection error disappeared. Three tables were found to be crashed
Some assets were still loading via HTTP, causing mixed content errors. A plugin called “Really Simple SSL” was installed, and the database was searched/replaced (using Better Search Replace) to change all http://malayawatzrahatupu.com to https://.