Troubleshooting
This page covers common issues and solutions when installing or using Forum Fortress.
Installation Issues
Connection Test Fails
Symptoms: - Plugin reports "connection failed" or similar - Timeouts during setup - HTTP error codes in plugin logs
Solutions:
- Check outbound HTTPS access
- Ensure your server can make HTTPS requests to
*.ffapi.neton port 443 -
Test with:
curl -v https://api.ffapi.net/healthfrom your server -
Firewall and security software
- Allow outbound connections to
*.ffapi.net - Check hosting firewall, WAF, and security policies
-
Temporarily disable security software to test
-
DNS resolution
- Verify your server can resolve
api.ffapi.net -
Test with:
nslookup api.ffapi.netordig api.ffapi.net -
Proxy and reverse proxy
- Configure proxy settings if your server uses one
-
Check if hosting provider requires specific egress configuration
-
Rate limiting
- Some hosts aggressively rate-limit outbound connections
- Contact hosting support if you see HTTP 429 errors
Plugin Installation Fails
XenForo: - Ensure you have super administrator access - Check the XenForo is version 2.x - Verify the ZIP file isn't corrupted (re-download if needed)
phpBB:
- Follow phpBB’s extension install flow: unzip into ext/, then enable in Customise → Manage extensions (see phpBB install guide)
- Confirm files were extracted to the correct ext/ directory path and folder layout was preserved (ext/forumfortress/protect/...)
- Ensure you have ACP administrator access
Invision Community: - Confirm you have administrator access - Check Invision version compatibility - Ensure the upload completed successfully
Runtime Issues
Forum Not Appearing in Portal
Causes: - Forum not connected to your portal account - Using different email address for portal vs forum connection - Connection process was incomplete
Solutions:
- Verify account email
- Ensure you're logged into the portal with the same email used during forum setup
-
Check the forum's Forum Fortress settings for the connected email
-
Re-connect the forum
- In the forum's Forum Fortress settings, look for "Connect to portal" or similar
- Follow the connection flow again
-
Check for confirmation messages
-
Check forum URL
- Ensure the forum URL in settings matches what visitors actually use
- Include or exclude
wwwas appropriate - Use HTTPS if that's how users access your forum
Protection Not Working
Symptoms: - Obvious spam getting through - No activity showing in portal - Plugin appears inactive
Troubleshooting:
- Verify plugin is enabled
- Check that Forum Fortress is active in your forum's plugin/extension list
-
Look for Forum Fortress settings or configuration options
-
Check connection status
- Run connection test from plugin settings
-
Look for error messages or warnings in plugin interface
-
Review protection settings
- Confirm protection is enabled for the actions you want covered
-
Check if forum is in a testing or disabled state
-
Monitor for recent activity
- Visit portal Overview to see if any checks are being performed
- Even allowed actions should show some activity
Moderation Queue Issues
Symptoms: - Items stuck in review queue - Moderation actions not taking effect - Duplicate items appearing
Solutions:
- Clear browser cache
- Log out of the portal, clear browser cache, log back in
-
Try an incognito/private browsing window
-
Check forum integration
- Verify the forum's moderation system is working normally
-
Test approving/rejecting items directly in forum admin panel
-
Review item details
- Check if items have specific requirements or restrictions
-
Look for any error messages in the portal interface
-
Contact support
- If items remain stuck, use portal Contact with specific examples
- Include timestamps and affected usernames or content
Common Error Messages
HTTP 403 Forbidden
Cause: Permission or authentication issue
Solutions: - Check if your hosting provider blocks certain outbound requests - Verify Forum Fortress settings have correct forum URL - Re-connect forum to portal if authentication expired
HTTP 429 Too Many Requests
Cause: Rate limiting by hosting provider or security software
Solutions: - Contact hosting support about outbound rate limits - Check WAF and security software settings - Verify you're not making duplicate concurrent requests
HTTP 500 Server Error
Cause: Server-side configuration issue
Solutions: - Check forum error logs for detailed messages - Verify PHP version and required extensions are installed - Ensure adequate server resources (memory, CPU) - Contact hosting support with specific error details
SSL/TLS Errors
Cause: HTTPS connection problems
Solutions: - Verify your server has up-to-date SSL/TLS libraries - Check if hosting provider blocks certain SSL protocols - Ensure system time is correct (SSL certificates are time-sensitive)
Performance Issues
Slow Forum Response
Symptoms: - Forum loading slowly after installing Forum Fortress - Timeouts during registration or posting
Solutions:
- Check server resources
- Monitor CPU and memory usage during peak times
-
Ensure adequate hosting resources for your forum size
-
Review hosting configuration
- Check if hosting provider has specific performance settings
-
Look into caching configuration
-
Optimize settings
- Consider adjusting Forum Fortress sensitivity settings
- Review which actions are being checked most frequently
High Resource Usage
Cause: Resource-intensive operations
Solutions: - Monitor server resources before and after plugin installation - Contact hosting support if you notice significant resource increases - Consider upgrading hosting plan if current resources are insufficient
Platform-Specific Issues
XenForo Issues
Add-on Options Missing: - Confirm add-on is fully installed and enabled - Check if you need to rebuild caches - Look for XenForo version compatibility issues
Moderation Integration: - Review XenForo moderation settings - Check if other add-ons conflict with Forum Fortress - Verify user permissions for moderation features
phpBB Issues
Extension Not Listed:
- Verify correct extraction path in ext/ directory
- Ensure all files were extracted with correct permissions
- Enable the extension in Customise → Manage extensions after upload
- Check phpBB error logs for specific messages
Update, reinstall, or remove:
- Update: disable in Manage extensions, delete ext/forumfortress/protect/, upload the new package to ext/, enable again (install guide)
- Reinstall: disable, delete files (and extension data for a clean slate), then repeat install steps (install guide)
- Remove completely: disable, delete extension data, delete files (install guide)
Hooks Not Working: - Confirm phpBB version compatibility - Check if template modifications are required - Review extension configuration settings
Invision Community Issues
Upload Problems: - Ensure application upload completed successfully - Check file permissions in Invision directory - Verify Invision version compatibility
Integration Issues: - Review Invision hook system for conflicts - Check application settings and configuration - Verify administrator permissions
Getting Help
When contacting support, include:
- Forum URL (the public URL visitors use)
- Forum platform and version (e.g., "XenForo 2.2.13")
- Plugin/extension version (from plugin settings or file info)
- Specific error messages (exact text, screenshots if helpful)
- When the issue started (approximate date/time)
- What you were trying to do when the problem occurred
- Browser and device (if portal-related)
Portal Contact
Use Contact in the customer portal for fastest response: portal.forumfortress.com
Before Contacting Support
- Try basic troubleshooting
- Connection test
- Clear browser cache
-
Check obvious configuration issues
-
Check service status
- Visit forumfortress.com for any service notices
-
Try the public checker: check.forumfortress.com
-
Gather information
- Note exact error messages
- Document steps to reproduce the issue
-
Check if issue affects all users or just specific cases
-
Test in safe environment
- If possible, test with a staging/development copy of your forum
- Try disabling other plugins/extensions temporarily
- Test with default forum theme if applicable
The more specific information you can provide, the faster we can help resolve your issue.