PluginProbe
404 Solution / trunk
404 Solution vtrunk
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / contracts / fixtures / support-request.valid.json

support-request.valid.json in 404 Solution trunk, at contracts/fixtures/support-request.valid.json

27 lines 784 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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