| 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": "support_request", |
| 10 |
"site_url": "https://example.com", |
| 11 |
"locale": "en_US", |
| 12 |
"resource_limits": { |
| 13 |
"php_memory": 268435456, |
| 14 |
"wp_memory": 67108864 |
| 15 |
}, |
| 16 |
"extensions": { |
| 17 |
"curl": true, |
| 18 |
"mbstring": true |
| 19 |
}, |
| 20 |
"active_plugins": ["404-solution/404-solution.php"], |
| 21 |
"active_theme": "Twenty Twenty-Four 1.2", |
| 22 |
"user_message": "The redirect for /foo is going to the wrong place.", |
| 23 |
"reply_email": "user@example.com", |
| 24 |
"triggered_from": "plugins_row_action", |
| 25 |
"debug_log_excerpt": "Last 15 ERROR/WARN entries:\n2026-05-12 14:00:00 (ERROR): something broke\n" |
| 26 |
} |
| 27 |
|