[
{
"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=9b9729953f3754e74846: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.5%
61,164
10,542
1,179
JavaScript
13.5%
10,647
1,688
109
JSON
6.8%
5,379
0
34
PO File
2.0%
1,597
1,213
1
CSS
0.1%
80
6
27
SVG
0.0%
27
0
1
Markdown
0.0%
26
0
1
Total
78,920
13,449
1,352
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 48 lines
[10-Sep-2024 22:41:27 UTC] SELECT
`wp_jet_fb_records`.`id`,
`wp_jet_fb_records`.`form_id`,
`wp_jet_fb_records`.`user_id`,
`wp_jet_fb_records`.`from_content_id`,
`wp_jet_fb_records`.`from_content_type`,
`wp_jet_fb_records`.`status`,
`wp_jet_fb_records`.`ip_address`,
`wp_jet_fb_records`.`user_agent`,
`wp_jet_fb_records`.`referrer`,
`wp_jet_fb_records`.`submit_type`,
`wp_jet_fb_records`.`is_viewed`,
`wp_jet_fb_records`.`created_at`,
`wp_jet_fb_records`.`updated_at`
FROM `wp_jet_fb_records`
WHERE '1' = '1'
ORDER BY
`wp_jet_fb_records`.`id` DESC
LIMIT 0, 15;
[10-Sep-2024 22:41: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
[10-Sep-2024 22:41:27 UTC] SELECT
COUNT( `wp_jet_fb_records`.`id` ) as total
FROM `wp_jet_fb_records`
WHERE '1' = '1'
ORDER BY
`wp_jet_fb_records`.`id` DESC
LIMIT 1;