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 1
wp_reservationmeta
Options wp_options23
reservations_custom_fields
reservations_db_version
reservations_edit_options
reservations_edit_url
reservations_email_sendmail
reservations_email_to_admin
reservations_email_to_admin_edited
reservations_email_to_user
reservations_email_to_user_admin_edited
reservations_email_to_user_edited
reservations_email_to_userapp
reservations_email_to_userdel
reservations_form
reservations_form_default-widget
reservations_main_options
reservations_main_permission
reservations_on_page
reservations_price_per_persons
reservations_regular_guests
reservations_settings
reservations_support_mail
reservations_uninstall
widget_easyreservations_form_widget
Custom Post Types 1
ID
Name
easy-rooms
Resources
Sidebar Widgets 1
ID
Name
easyreservations_form_widget
easyReservations Widget
PHP Error Log 477 lines
[28-Oct-2018 11:09:46 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) as Num FROM wp_reservations WHERE approve='' AND arrival > NOW() made by require_once('wp-admin/admin.php'), require('wp-admin/menu.php'), require_once('wp-admin/includes/menu.php'), do_action('admin_menu'), WP_Hook->do_action, WP_Hook->apply_filters, ER_Admin->add_menu, er_get_pending
[28-Oct-2018 11:09:46 UTC] WordPress database error Key column 'meta_id' doesn't exist in table for query CREATE TABLE IF NOT EXISTS wp_reservations(
id int(10) NOT NULL AUTO_INCREMENT,
arrival DATETIME NOT NULL,
departure DATETIME NOT NULL,
user int(10) NOT NULL,
name varchar(35) NOT NULL,
email varchar(50) NOT NULL,
country varchar(4) NOT NULL,
approve varchar(3) NOT NULL,
resource int(10) NOT NULL,
space int(10) NOT NULL,
adults int(10) NOT NULL,
children int(10) NOT NULL,
price DECIMAL(13,4),
paid DECIMAL(13, 4) NOT NULL default 0,
reserved DATETIME NOT NULL,
PRIMARY KEY (meta_id),
KEY reservation_id (reservation_id),
KEY meta_key (meta_key(191))
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ER_Install::check_for_update, ER_Install::install, include('/plugins/easyreservations/lib/updates/install.php'), dbDelta
[28-Oct-2018 11:09:46 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) as Num FROM wp_reservations WHERE approve='' AND arrival > NOW() made by require_once('wp-admin/admin-header.php'), do_action('in_admin_header'), WP_Hook->do_action, WP_Hook->apply_filters, wp_admin_bar_render, do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, er_register_admin_bar, er_get_pending
[28-Oct-2018 11:09:47 UTC] PHP Notice: Undefined index: time_format in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 60
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) as Num FROM wp_reservations WHERE approve='' AND arrival > NOW() made by require_once('wp-admin/admin.php'), require('wp-admin/menu.php'), require_once('wp-admin/includes/menu.php'), do_action('admin_menu'), WP_Hook->do_action, WP_Hook->apply_filters, ER_Admin->add_menu, er_get_pending
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) as Num FROM wp_reservations WHERE approve='' AND arrival > NOW() made by include('wp-admin/admin-header.php'), do_action('in_admin_header'), WP_Hook->do_action, WP_Hook->apply_filters, wp_admin_bar_render, do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, er_register_admin_bar, er_get_pending
[28-Oct-2018 11:09:47 UTC] PHP Notice: Undefined index: time_format in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 60
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) as Num FROM wp_reservations WHERE approve='' AND arrival > NOW() made by require('wp-admin/menu.php'), require_once('wp-admin/includes/menu.php'), do_action('admin_menu'), WP_Hook->do_action, WP_Hook->apply_filters, ER_Admin->add_menu, er_get_pending
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) as Num FROM wp_reservations WHERE approve='' AND arrival > NOW() made by require_once('wp-admin/admin-header.php'), do_action('in_admin_header'), WP_Hook->do_action, WP_Hook->apply_filters, wp_admin_bar_render, do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, er_register_admin_bar, er_get_pending
[28-Oct-2018 11:09:47 UTC] PHP Notice: Undefined index: overview_hourly_stand in /wp-content/plugins/easyreservations/lib/admin/class-er-admin.php on line 446
[28-Oct-2018 11:09:47 UTC] PHP Notice: Undefined index: overview_hourly_start in /wp-content/plugins/easyreservations/lib/admin/class-er-admin.php on line 447
[28-Oct-2018 11:09:47 UTC] PHP Notice: Undefined index: overview_hourly_end in /wp-content/plugins/easyreservations/lib/admin/class-er-admin.php on line 447
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-21 00:00:00' AND '2018-10-21 23:59:59' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-28 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-28 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-28 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-22 00:00:00' AND '2018-10-22 23:59:59' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-29 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-29 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-29 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-23 00:00:00' AND '2018-10-23 23:59:59' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-30 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-30 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-30 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-24 00:00:00' AND '2018-10-24 23:59:59' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-31 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-31 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-31 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-25 00:00:00' AND '2018-10-25 23:59:59' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-11-01 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-11-01 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-11-01 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-26 00:00:00' AND '2018-10-26 23:59:59' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-11-02 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-11-02 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-11-02 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-27 00:00:00' AND '2018-10-27 23:59:59' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-11-03 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-11-03 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-11-03 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-28 00:00:00' AND '2018-10-28 23:59:59' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-11-04 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-11-04 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-11-04 11:09:47' BETWEEN arrival AND departure made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page, include_once('/plugins/easyreservations/lib/admin/dashboard-statistics.php')
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT id FROM wp_reservations WHERE NOW() BETWEEN arrival AND departure AND approve='yes' made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT id, name, resource, adults, children FROM wp_reservations WHERE approve='yes' AND DATE(arrival) = DATE(NOW()) made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT id FROM wp_reservations WHERE approve='yes' AND DATE(departure) = DATE(NOW()) made by do_action('toplevel_page_reservations'), WP_Hook->do_action, WP_Hook->apply_filters, easyreservations_main_page
[28-Oct-2018 11:09:47 UTC] PHP Notice: Undefined index: time_format in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 60
[28-Oct-2018 11:09:47 UTC] PHP Warning: include_once(/wp-content/plugins/easyreservations/lib/functions/ajax.php): failed to open stream: No such file or directory in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 135
[28-Oct-2018 11:09:47 UTC] PHP Warning: include_once(): Failed opening '/wp-content/plugins/easyreservations/lib/functions/ajax.php' for inclusion (include_path='.:/opt/bitnami/php/lib/php') in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 135
[28-Oct-2018 11:09:47 UTC] PHP Notice: Undefined index: style in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 47
[28-Oct-2018 11:09:47 UTC] PHP Notice: Undefined index: time_format in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 60
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND departure > NOW() made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND departure > NOW() made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND departure > NOW() made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND departure < NOW() made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='del' made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND NOW() BETWEEN arrival AND departure made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE 1=1 made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT DISTINCT DATE_FORMAT(arrival, '%Y-%m') AS yearmonth FROM wp_reservations GROUP BY yearmonth ORDER BY yearmonth made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (0) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /wp-includes/functions.php on line 4161
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT * FROM wp_reservations
WHERE approve='yes' AND departure > NOW() ORDER BY arrival ASC LIMIT 0 made by do_action('wp_ajax_easyreservations_send_table'), WP_Hook->do_action, WP_Hook->apply_filters, ER_AJAX::send_table
[28-Oct-2018 11:09:47 UTC] PHP Warning: Division by zero in /wp-content/plugins/easyreservations/lib/class-er-reservation.php on line 860
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT id, name, departure, arrival, space, adults+children as persons FROM wp_reservations WHERE approve='yes' AND resource=35 AND (arrival BETWEEN '2018-10-25 00:00' AND '2018-11-23 00:00' OR departure BETWEEN '2018-10-25 00:00' AND '2018-11-23 00:00' OR '2018-10-25 00:00' BETWEEN arrival AND departure) ORDER BY space ASC, arrival ASC
[28-Oct-2018 11:09:47 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT sum(Case When DATE(departure) = DATE('2018-10-25 00:00:00') AND HOUR(departure) = HOUR('2018-10-25 00:00:00') AND TIMEDIFF(departure, '2018-10-25 00:00:00') < 0 AND HOUR(departure) <= 23 Then 0 Else 1 End) as count,
(+377 more lines)