This archived support thread addresses Minor glitch. Shut forum down before upgrade. The discussion below documents the reported issue and the steps taken to resolve it.
Troubleshooting Steps
When encountering errors in APG vNext, the following steps help diagnose the problem quickly:
- Enable detailed errors: Set
customErrors mode="Off"inweb.configto see the full error message and stack trace. - Check the Windows Event Log: Application-level ASP.NET errors are logged in the Windows Event Log under Application.
- Review the APG error log: Admin Panel → Logs → Error Log shows application-level errors with timestamps.
- Verify recent changes: If the error appeared after an upgrade or configuration change, roll back or review what changed.
Common Fixes
- Restart the IIS Application Pool to clear stale state
- Verify database connectivity and run any pending SQL upgrade scripts
- Check that all required .NET assemblies are present in the
binfolder - Clear the ASP.NET temporary files folder (
%windir%\Microsoft.NET\Framework\...\Temporary ASP.NET Files)
For further assistance, visit the support forum or review the Knowledge Base.
Putting APG vNext in Maintenance Mode Before Upgrading
Taking your APG vNext forum offline before performing a major upgrade is a best practice that prevents data corruption, member confusion, and support requests caused by users encountering a partially upgraded application. A controlled maintenance window lets you take backups in a known state, apply the upgrade cleanly, test before going live again, and communicate the downtime to members in advance rather than catching them mid-session with an unexpected error page.
Announcing the Maintenance Window
Post an announcement in the forum at least 48 hours before a scheduled upgrade maintenance window. Include the start time in a format that members in different timezones can understand, the expected duration of the downtime, and what features will be unavailable during the maintenance period. Pin the announcement thread and consider also sending a broadcast email to all registered members through Admin > Email > Send Bulk Email for significant upgrades that affect core functionality.
Enabling Maintenance Mode in APG vNext
APG vNext includes a maintenance mode setting that displays a custom message to all visitors except administrators who can still access the forum for testing purposes. Enable maintenance mode under Admin > General Settings > Maintenance Mode. Write a clear maintenance message that explains the forum is temporarily offline for a scheduled upgrade and provides an estimated return time. Members who attempt to access the forum during maintenance see this message rather than an error page, which is more professional and reduces support inquiries.
Taking the Backup
Once maintenance mode is active and new user activity has stopped, take a full backup of the SQL Server database and the application files directory. This backup, taken while the forum is in maintenance mode with no active writes, represents the cleanest possible snapshot of the pre-upgrade state. Store the backup in a location separate from the application server so it is accessible for rollback even if the server itself has a problem during the upgrade process.
Post-Upgrade Testing Before Re-enabling
After the upgrade is complete and before disabling maintenance mode, test all critical forum functions while logged in as an administrator: forum browsing, thread creation, reply posting, moderation tools, admin panel access, email sending, and any installed plugin functionality. Only disable maintenance mode and open the forum to members after confirming all tested functions work correctly in the new version. The few minutes of additional testing time is always worth it compared to re-enabling a forum with a critical bug that affects all members immediately upon return from maintenance.
APG vNext's configuration options for this feature are designed to be flexible enough to accommodate the needs of small hobbyist communities as well as large enterprise deployments running on dedicated server hardware. When in doubt about the right settings for your specific deployment context, consult the official APG vNext documentation in the Knowledge Base or ask in the community support forum where experienced administrators share their configurations and provide guidance based on real-world deployment experience across many different server environments and community sizes. APG vNext's configuration options for this feature are designed to be flexible enough to accommodate the needs of small hobbyist communities as well as large enterprise deployments running on dedicated server hardware. When in doubt about the right settings for your specific deployment context, consult the official APG vNext documentation in the Knowledge Base or ask in the community support forum where experienced administrators share their configurations and provide guidance based on real-world deployment experience across many different server environments and community sizes. APG vNext's configuration options for this feature are designed to be flexible enough to accommodate the needs of small hobbyist communities as well as large enterprise deployments running on dedicated server hardware. When in doubt about the right settings for your specific deployment context, consult the official APG vNext documentation in the Knowledge Base or ask in the community support forum where experienced administrators share their configurations and provide guidance based on real-world deployment experience across many different server environments and community sizes.Looking for more help? Browse the support forum or check the Knowledge Base.