────────────────────────────────────────────────────────────────
═══════════════════════════════════════════════════════════════
TROUBLESHOOTING
═══════════════════════════════════════════════════════════════
❌ Forum not showing?
→ Check file path: include 'forum/forum_embed.php'
→ Make sure file is .php not .html
→ Check if forum folder exists
❌ White screen?
→ Check PHP errors (enable error reporting)
→ Verify config.php has correct database details
→ Import forum_schema.sql first
❌ Styles look weird?
→ Forum uses scoped CSS (class names start with 'forum-')
→ Should not conflict with your styles
→ Use !important if needed to override
❌ Can't post questions?
→ User must be logged in
→ Register at: yoursite.com/forum/register.php
→ Then test posting
═══════════════════════════════════════════════════════════════
QUICK SETUP REMINDER
═══════════════════════════════════════════════════════════════
1. Import forum_schema.sql to database
2. Edit config.php with database credentials
3. Upload all forum files to server
4. Rename landing page: index.html → index.php
5. Add:
6. Done!
═══════════════════════════════════════════════════════════════
-->