| 1 |
{ |
| 2 |
"plugin_version": "4.1.7", |
| 3 |
"db_type": "mariadb", |
| 4 |
"db_version": "10.11.6-MariaDB", |
| 5 |
"wp_version": "6.4.3", |
| 6 |
"php_version": "8.1.27", |
| 7 |
"is_multisite": false, |
| 8 |
"is_uninstall": false, |
| 9 |
"report_type": "error", |
| 10 |
"site_url": "https://example.com", |
| 11 |
"locale": "en_US", |
| 12 |
"resource_limits": { |
| 13 |
"php_memory": 268435456, |
| 14 |
"wp_memory": 67108864, |
| 15 |
"php_max_execution_seconds": 60, |
| 16 |
"php_post_max_size": 8388608, |
| 17 |
"php_upload_max_size": 8388608 |
| 18 |
}, |
| 19 |
"wp_memory_limit_bytes": 67108864, |
| 20 |
"extensions": { |
| 21 |
"curl": true, |
| 22 |
"mbstring": true, |
| 23 |
"opcache": true, |
| 24 |
"gd": true, |
| 25 |
"intl": true, |
| 26 |
"zip": true, |
| 27 |
"json": true |
| 28 |
}, |
| 29 |
"active_plugins": ["404-solution/404-solution.php", "akismet/akismet.php"], |
| 30 |
"active_theme": "Twenty Twenty-Four 1.2", |
| 31 |
"object_cache": "external", |
| 32 |
"table_prefix": "wp_", |
| 33 |
"wp_debug": false, |
| 34 |
"server_software": "Apache/2.4.58", |
| 35 |
"published_posts_count": 1234, |
| 36 |
"published_pages_count": 12, |
| 37 |
"categories_count": 8, |
| 38 |
"tags_count": 156, |
| 39 |
"redirects_active_total": 200, |
| 40 |
"redirects_manual_count": 50, |
| 41 |
"redirects_automatic_count": 140, |
| 42 |
"redirects_regex_count": 10, |
| 43 |
"redirects_trashed_count": 3, |
| 44 |
"captured_404s_active_total": 78, |
| 45 |
"captured_404s_new_count": 25, |
| 46 |
"captured_404s_ignored_count": 12, |
| 47 |
"captured_404s_later_count": 30, |
| 48 |
"captured_404s_trashed_count": 11, |
| 49 |
"log_entries_count": 9000, |
| 50 |
"log_table_size_bytes": 4194304, |
| 51 |
"error_count_in_log": 6, |
| 52 |
"debug_file_size_bytes": 12345, |
| 53 |
"debug_log": "[2026-05-10 14:00:00] ERROR: Unexpected redirect loop on /about\n[2026-05-10 14:00:01] Stack: RedirectEngine::resolve line 142", |
| 54 |
"debug_log_evidence": { |
| 55 |
"schema_version": 1, |
| 56 |
"source": "debug_log", |
| 57 |
"error_excerpt": "", |
| 58 |
"error_excerpt_in_debug_log": true, |
| 59 |
"error_line_number": 100, |
| 60 |
"total_evidence_bytes": 125 |
| 61 |
}, |
| 62 |
"error_signature": "Error at /wp-includes/foo.php:42", |
| 63 |
"previously_sent_line": 100 |
| 64 |
} |
| 65 |
|