System Issues #
Server and configuration problems.
System Status Shows Errors #
Check System Status #
Go to DDLS > Settings > System tab
| Check | If Failed |
|---|---|
| WordPress Version | Update WordPress |
| PHP Version | Contact hosting |
| MySQL Version | Contact hosting |
| WooCommerce | Activate WooCommerce |
| WP Cron | Enable or set up server cron |
Database Tables Missing #
Symptoms #
Errors about missing tables
Solution #
- Deactivate plugin
- Reactivate plugin
- Tables should auto-create
If still missing:
- Check WordPress debug.log file
- Run database repair
Memory Limit Errors #
Symptoms #
“Allowed memory size exhausted”
Solution #
Increase PHP memory limit:
- Via wp-config.php:
define('WP_MEMORY_LIMIT', '256M'); - Via php.ini:
memory_limit = 256M - Contact hosting for help
API Not Responding #
Checklist #
| Check | Solution |
|---|---|
| API enabled in settings? | Enable it |
| Rate limit exceeded? | Wait or increase limit |
| Server firewall? | Whitelist API endpoint |
