[
{
"message": "Error: The entity being edited (postType, undefined) does not have a loaded config.\n at /wp-includes/js/dist/core-data.min.js?ver=07feee0ca98b13ab617d:2:15086\n at /wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:11056\n at /wp-includes/js/dist/redux-routine.min.js?ver=a0a172871afaeb261566:9:750\n at /wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:10641\n at Object.dispatch (/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:10999)\n at Object.editEntityRecord (/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:16389)\n at /wp-includes/js/dist/editor.min.js?ver=8607251058f984a77c8f:7:40486\n at /wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:11056\n at /wp-includes/js/dist/redux-routine.min.js?ver=a0a172871afaeb261566:9:750\n at /wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:10641",
"trace": null,
"code": null
}
]
Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where
possible, so the numbers you see here may be lower than those reported by other tools.
PHP
JavaScript
Language
%
Lines of code
Comment lines
Files
PHP
77.1%
58,673
10,103
1,084
JavaScript
13.7%
10,430
1,626
77
JSON
7.0%
5,321
0
33
PO File
2.1%
1,597
1,213
1
CSS
0.1%
55
2
18
SVG
0.0%
27
0
1
Markdown
0.0%
26
0
1
Total
76,129
12,944
1,215
Additions
Things that the plugin adds to the site. This section is not intended to be comprehensive.
The test tool only looks for a few specific types of added content.
Database Tables 7
wp_jet_fb_migrations
wp_jet_fb_records
wp_jet_fb_records_actions
wp_jet_fb_records_errors
wp_jet_fb_records_fields
wp_jet_fb_tokens
wp_jet_fb_tokens_to_records
Options wp_options2
action_scheduler_lock_async-request-runner
jet_form_builder_settings__options-tab
Custom Post Types 2
ID
Name
scheduled-action
Scheduled Actions
jet-form-builder
Forms
PHP Error Log 22 lines
[23-Jul-2024 22:45:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 22 for query SELECT
`wp_jet_fb_tokens`.`id`,
`wp_jet_fb_tokens`.`action`,
`wp_jet_fb_tokens`.`hash`,
`wp_jet_fb_tokens`.`exec_count`,
`wp_jet_fb_tokens`.`limit_exec`,
`wp_jet_fb_tokens`.`expire_at`,
`wp_jet_fb_tokens`.`created_at`,
`wp_jet_fb_tokens`.`updated_at`,
`wp_jet_fb_tokens_to_records`.`id` as 'main.id',
`wp_jet_fb_tokens_to_records`.`token_id` as 'main.token_id',
`wp_jet_fb_tokens_to_records`.`record_id` as 'main.record_id'
FROM `wp_jet_fb_tokens_to_records`
LEFT JOIN `wp_jet_fb_records` ON 1=1
AND `wp_jet_fb_records`.`id` = `wp_jet_fb_tokens_to_records`.`record_id`
LEFT JOIN `wp_jet_fb_tokens` ON 1=1
AND `wp_jet_fb_tokens_to_records`.`token_id` = `wp_jet_fb_tokens`.`id`
WHERE '1' = '1'
AND `wp_jet_fb_tokens_to_records`.`record_id` IN (); made by require_once('wp-admin/admin.php'), require_once('wp-admin/admin-header.php'), do_action('admin_enqueue_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, Jet_Form_Builder\Admin\Pages\Pages_Manager->assets, Jet_Form_Builder\Admin\Pages\Base_Page->render_config, Jet_Form_Builder\Admin\Pages\Base_Page->query_config, JFB_Modules\Form_Record\Admin\Pages\Form_Records->page_config, Jet_Form_Builder\Admin\Table_Views\View_Base->load_view, JFB_Modules\Form_Record\Admin\Table_Views\Records_Table_View->get_prepared_list, apply_filters('jet-form-builder/form-record/list'), WP_Hook->apply_filters, JFB_Modules\Verification\Form_Record\Inner_Module->modify_columns_for_records_page, Jet_Form_Builder\Db_Queries\Query_Builder->query_all