[
{
"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=99b262137df116eb6013:2:16290\n at /wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5:2:12464\n at /wp-includes/js/dist/redux-routine.min.js?ver=0be1b2a6a79703e28531:9:750\n at /wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5:2:11537\n at Object.dispatch (/wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5:2:12407)\n at Object.editEntityRecord (/wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5:2:17629)\n at /wp-includes/js/dist/editor.min.js?ver=5abe10197275cf7808ee:12:36399\n at /wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5:2:12464\n at /wp-includes/js/dist/redux-routine.min.js?ver=0be1b2a6a79703e28531:9:750\n at /wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5:2:11537",
"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
69.1%
57,804
10,020
1,009
JavaScript
20.4%
17,090
1,718
109
JSON
6.4%
5,314
0
33
Sass
2.0%
1,714
2
29
PO File
1.9%
1,597
1,213
1
CSS
0.1%
52
2
16
SVG
0.0%
27
0
1
Markdown
0.0%
26
0
1
Total
83,624
12,955
1,199
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_options1
action_scheduler_lock_async-request-runner
Custom Post Types 2
ID
Name
scheduled-action
Scheduled Actions
jet-form-builder
Forms
PHP Error Log 22 lines
[08-Feb-2024 14:59:22 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