Tiffany Teen Forum Fix Jun 2026
| Symptom | Likely Category | First‑look Checks | |---------|----------------|-------------------| | | URL / routing | .htaccess rewrite rules, forum “pretty URLs” settings | | 500 Internal Server Error | Server‑side code | PHP error logs, permissions, .htaccess syntax | | White screen / “Blank Page” | Fatal PHP error or memory limit | error_log , enable display_errors temporarily | | Login fails / “Incorrect password” | Auth / session | Cookie domain, session storage, password hashing migrations | | Spam flood / bots posting | Security | Captcha, CSRF tokens, rate‑limit plugins | | Missing images / avatars | File path / permissions | uploads/ folder permissions, URL base | | Slow page loads | Performance | DB indexes, caching, PHP opcache, CDN | | Database errors (e.g., “Table doesn’t exist”) | DB schema | Migration scripts, DB version, table prefix mismatch |