Antes de publicar reproduzimos cada passo em pelo menos duas marcas quando depende do anfitrião. ou duas vezes em dias distintos quando não. Registamos erros de consola, rótulos que mudam por região e actualizamos se moverem um botão. Caminhos e capturas são revistos trimestralmente. Em DNS, SSL ou pagamentos verificamos opções de recuperação e ligamos à documentação oficial.
In wp-config.php set WP_DEBUG_LOG true and WP_DEBUG_DISPLAY false to capture fatals without showing errors to visitors. Revert after fixing.
Read wp-content/debug.log and your hosting error log in cPanel/hPanel for the first fatal stack trace.
Rename wp-content/plugins to plugins-old via FTP/SFTP. If the site loads, rename back and re-enable plugins one by one.
Rename your active theme folder to force Twenty Twenty-Five. confirms theme vs plugin issues.
Add define('WP_MEMORY_LIMIT', '256M'); in wp-config.php if logs show allowed memory exhausted. then find the greedy plugin.
In hosting panel select PHP 8.1 or 8.2 compatible with your plugins; incompatible PHP causes opaque 500s.
If core files were edited, restore clean wp-admin/wp-includes from a backup or official zip.