Ultimate Appointment Scheduling 1.0.0

Does "Ultimate Appointment Scheduling" work with WordPress 4.9.5 and PHP 7.0.16? A smoke test was performed on .

Summary

Errors
152PHP notices
20Database errors
No JavaScript exceptions
All test pages loaded successfully
1Resource error (CSS, JS, images, fonts and so on.)
  • 1 404 Not Found
Performance

Memory usage: 150.16 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version4.9.5
PHP version7.0.16
MySQL version5.7.17
PHP memory limit256M
Plugin Info
Last updated
Active installs 100+
WordPress.org page https://wordpress.org/plugins/ultimate-appointment-scheduling/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Requested URL /wp-admin/plugins.php?action=activate&plugin=ultimate-appointment-scheduling%2FMain.php&plugin_status=all&paged=1&s&_wpnonce=aadf8a5043
Aspect after-activation
HTTP status 200 OK
Load time 0.149 s
Memory usage 3.05 MiB
JS errors None
Resource errors None

Appointments

Page screenshot: Appointments
URL /wp-admin/admin.php?page=EWD-UASP-options
Aspect menu-item
HTTP status 200 OK
Load time 0.101 s
Memory usage 3.99 MiB
JS errors None
Resource errors None

Appointments → Locations

Page screenshot: Appointments → Locations
URL /wp-admin/admin.php?page=EWD-UASP-options&DisplayPage=Locations
Aspect menu-item
HTTP status 200 OK
Load time 0.087 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Appointments → Services

Page screenshot: Appointments → Services
URL /wp-admin/admin.php?page=EWD-UASP-options&DisplayPage=Services
Aspect menu-item
HTTP status 200 OK
Load time 0.073 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Appointments → Providers

Page screenshot: Appointments → Providers
URL /wp-admin/admin.php?page=EWD-UASP-options&DisplayPage=ServiceProviders
Aspect menu-item
HTTP status 200 OK
Load time 0.085 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Appointments → Exceptions

Page screenshot: Appointments → Exceptions
URL /wp-admin/admin.php?page=EWD-UASP-options&DisplayPage=Exceptions
Aspect menu-item
HTTP status 200 OK
Load time 0.078 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Appointments → Settings

Page screenshot: Appointments → Settings
URL /wp-admin/admin.php?page=EWD-UASP-options&DisplayPage=Settings
Aspect menu-item
HTTP status 200 OK
Load time 0.084 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200 OK
Load time 0.131 s
Memory usage 2.85 MiB
JS errors None
Resource errors
[
    {
        "errorCode": 5,
        "errorString": "Operation canceled",
        "status": 404,
        "statusText": "Not Found",
        "url": "[testSite]/wp-content/plugins/ultimate-appointment-scheduling/js/ewd-fc-locales/.js?ver=4.9.5"
    }
]

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.166 s0.059 s-0.107 s2.98 MiB3.16 MiB+ 187.74 KiB
/wp-admin/edit.php0.125 s0.052 s-0.073 s3 MiB3.18 MiB+ 187.1 KiB
/wp-admin/post-new.php0.211 s0.086 s-0.125 s3.07 MiB3.33 MiB+ 265.89 KiB
/wp-admin/upload.php0.101 s0.092 s-0.009 s2.9 MiB3.04 MiB+ 144.27 KiB
/wp-admin/options-writing.php0.102 s0.041 s-0.061 s2.99 MiB3 MiB+ 12.66 KiB
/wp-admin/media-new.php0.057 s0.102 s+0.045 s2.88 MiB2.99 MiB+ 106.47 KiB
/wp-admin/edit-tags.php?taxonomy=category0.103 s0.094 s-0.009 s2.92 MiB3.04 MiB+ 123.69 KiB
/wp-admin/post-new.php?post_type=page0.195 s0.196 s+0.001 s3.07 MiB3.32 MiB+ 249.89 KiB
/wp-admin/options-discussion.php0.085 s0.038 s-0.047 s2.89 MiB3 MiB+ 113.26 KiB
/wp-admin/edit-comments.php0.096 s0.111 s+0.015 s2.93 MiB3.05 MiB+ 122.97 KiB
/0.123 s0.081 s-0.042 s2.72 MiB2.85 MiB+ 137.88 KiB
Average 0.124 s0.087 s-0.037 s2.94 MiB3.09 MiB+ 150.16 KiB

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 3

Options wp_options 27

Custom Post Types 3

ID Name
uasp-locationLocations
uasp-serviceServices
uasp-providerService Providers

PHP Error Log 198 lines

[01-May-2018 18:50:13 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:13 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:13 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(
    Field_ID mediumint(9) NOT NULL AUTO_INCREMENT,
    Field_Name text DEFAU' at line 1 for query CREATE TABLE  (
    Field_ID mediumint(9) NOT NULL AUTO_INCREMENT,
    Field_Name text DEFAULT '' NOT NULL,
    Field_Slug text DEFAULT '' NOT NULL,
    Field_Type text DEFAULT '' NOT NULL,
    Field_Description text DEFAULT '' NOT NULL,
    Field_Values text DEFAULT '' NOT NULL,
    Field_Order mediumint(9) DEFAULT '9999',
    Field_Date_Created datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
    UNIQUE KEY id (Field_ID)
    )
    DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci made by activate_plugin, include_once('/plugins/ultimate-appointment-scheduling/Main.php'), Update_EWD_UASP_Tables, dbDelta
[01-May-2018 18:50:13 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(
    Field_ID mediumint(9) NOT NULL AUTO_INCREMENT,
    Field_Name text DEFAU' at line 1 for query CREATE TABLE  (
    Field_ID mediumint(9) NOT NULL AUTO_INCREMENT,
    Field_Name text DEFAULT '' NOT NULL,
    Field_Slug text DEFAULT '' NOT NULL,
    Field_Type text DEFAULT '' NOT NULL,
    Field_Description text DEFAULT '' NOT NULL,
    Field_Values text DEFAULT '' NOT NULL,
    Field_Order mediumint(9) DEFAULT '9999',
    Field_Date_Created datetime DEFAULT '0000-00-00 00:00:00' NOT NULL
    UNIQUE KEY id (Field_ID)
    )
    DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci made by activate_plugin, do_action('activate_ultimate-appointment-scheduling/Main.php'), WP_Hook->do_action, WP_Hook->apply_filters, Install_EWD_UASP, dbDelta
[01-May-2018 18:50:13 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:13 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:13 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:13 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined variable: ewd_uasp_message in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 120
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined index: Login_Status in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 311
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined index: ManageLogin in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 311
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined variable: Default_Date in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 416
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined variable: ReturnStrong in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 445
[01-May-2018 18:50:14 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT * FROM wp_EWD_UASP_Custom_Fields ORDER BY Field_Order made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/AppointmentsPage.php')
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 268
[01-May-2018 18:50:14 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 268
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 273
[01-May-2018 18:50:14 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 273
[01-May-2018 18:50:14 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 286
[01-May-2018 18:50:14 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 286
[01-May-2018 18:50:14 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT * FROM wp_EWD_UASP_Custom_Fields ORDER BY Field_Order LIMIT 0,200 made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/CustomFieldsPage.php')
[01-May-2018 18:50:14 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT Field_ID FROM wp_EWD_UASP_Custom_Fields made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/CustomFieldsPage.php')
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: ewd_uasp_message in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 120
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined index: Login_Status in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 311
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined index: ManageLogin in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 311
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: Default_Date in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 416
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: ReturnStrong in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 445
[01-May-2018 18:50:15 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT * FROM wp_EWD_UASP_Custom_Fields ORDER BY Field_Order made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/AppointmentsPage.php')
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 268
[01-May-2018 18:50:15 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 268
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 273
[01-May-2018 18:50:15 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 273
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 286
[01-May-2018 18:50:15 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 286
[01-May-2018 18:50:15 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT * FROM wp_EWD_UASP_Custom_Fields ORDER BY Field_Order LIMIT 0,200 made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/CustomFieldsPage.php')
[01-May-2018 18:50:15 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT Field_ID FROM wp_EWD_UASP_Custom_Fields made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/CustomFieldsPage.php')
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: ewd_uasp_message in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 120
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined index: Login_Status in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 311
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined index: ManageLogin in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 311
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: Default_Date in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 416
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: ReturnStrong in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 445
[01-May-2018 18:50:15 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT * FROM wp_EWD_UASP_Custom_Fields ORDER BY Field_Order made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/AppointmentsPage.php')
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 268
[01-May-2018 18:50:15 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 268
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 273
[01-May-2018 18:50:15 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 273
[01-May-2018 18:50:15 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 286
[01-May-2018 18:50:15 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 286
[01-May-2018 18:50:15 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT * FROM wp_EWD_UASP_Custom_Fields ORDER BY Field_Order LIMIT 0,200 made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/CustomFieldsPage.php')
[01-May-2018 18:50:15 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT Field_ID FROM wp_EWD_UASP_Custom_Fields made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/CustomFieldsPage.php')
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined variable: ewd_uasp_message in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 120
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined index: Login_Status in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 311
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined index: ManageLogin in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 311
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined variable: Default_Date in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 416
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined variable: ReturnStrong in /wp-content/plugins/ultimate-appointment-scheduling/Shortcodes/EWD_UASP_Dropdown_Appointment_Selector.php on line 445
[01-May-2018 18:50:16 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT * FROM wp_EWD_UASP_Custom_Fields ORDER BY Field_Order made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/AppointmentsPage.php')
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 268
[01-May-2018 18:50:16 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 268
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 273
[01-May-2018 18:50:16 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 273
[01-May-2018 18:50:16 UTC] PHP Notice:  Undefined variable: Exception in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 286
[01-May-2018 18:50:16 UTC] PHP Notice:  Trying to get property of non-object in /wp-content/plugins/ultimate-appointment-scheduling/html/ExceptionsPage.php on line 286
[01-May-2018 18:50:16 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT * FROM wp_EWD_UASP_Custom_Fields ORDER BY Field_Order LIMIT 0,200 made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/CustomFieldsPage.php')
[01-May-2018 18:50:16 UTC] WordPress database error Table 'wordpress.wp_ewd_uasp_custom_fields' doesn't exist for query SELECT Field_ID FROM wp_EWD_UASP_Custom_Fields made by do_action('toplevel_page_EWD-UASP-options'), WP_Hook->do_action, WP_Hook->apply_filters, EWD_UASP_Output_Options, include('/plugins/ultimate-appointment-scheduling/html/MainScreen.php'), include('/plugins/ultimate-appointment-scheduling/html/CustomFieldsPage.php')
[01-May-2018 18:50:17 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17
[01-May-2018 18:50:17 UTC] PHP Notice:  Undefined variable: ewd_uasp_fields_table_name in /wp-content/plugins/ultimate-appointment-scheduling/Main.php on line 17

(+98 more lines)
See also: All tests for this plugin, How to Hide Ultimate Appointment Scheduling Admin Menus and Meta Boxes