Vor Veröffentlichung spielen wir jeden Schritt mindestens bei zwei Marken (host-spezifisch) oder zweimal an unterschiedlichen Tagen (generisch) durch. Konsole, regionale UI-Drifts und verschobene Buttons werden festgehalten und sofort korrigiert. Pfade und Screenshots quartalsweise gegengecheckt. Bei DNS/SSL/Billing prüfen wir Recovery-Pfade und verlinken offizielle Docs.
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.