Skip to content

Troubleshooting

Fresh

Common issues and solutions for MainWP Dashboard and child site management.

Quick Diagnostics

Topics

GuideDescription
Connection IssuesSite won't connect, disconnect errors, timeout problems
Status CodesHTTP and MainWP-specific error code reference

General Troubleshooting Steps

  1. Check MainWP Dashboard → Server Information for warnings
  2. Sync the site — many issues resolve after a fresh sync
  3. Check child site health — WordPress → Tools → Site Health
  4. Review error logswp-content/debug.log on both Dashboard and child
  5. Verify connectivity — can Dashboard reach child site?

Enable Debug Logging

Add to wp-config.php on the Dashboard:

php
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);

Check logs at: wp-content/debug.log

Common Quick Fixes

SymptomQuick Fix
White screenIncrease memory_limit to 512M
Slow DashboardReduce sync frequency, use system cron
"Site not found"Verify child plugin is activated
Partial sync dataIncrease max_execution_time to 300
Extension not workingDeactivate, reactivate, check API key
Blank widgetsClear browser cache, check JavaScript console