easyReservations 5.0

Does easyReservations work with WordPress 4.9.8 and PHP 7.0.16? A smoke test was performed on .

Summary

Errors
12PHP warnings
109PHP notices
150Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 166.77 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.8
PHP version7.0.16
MySQL version5.7.17
PHP memory limit256M
Plugin Info
Last updated
Active installs 3,000+
WordPress.org page https://wordpress.org/plugins/easyreservations/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

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=easyreservations%2FeasyReservations.php&plugin_status=all&paged=1&s&_wpnonce=f248a04e24
Aspect after-activation
HTTP status 200 OK
Load time 0.143 s
Memory usage 3.3 MiB
JS errors None
Resource errors None

Reservations

Page screenshot: Reservations
URL /wp-admin/admin.php?page=reservations
Aspect menu-item
HTTP status 200 OK
Load time 0.055 s
Memory usage 3.28 MiB
JS errors None
Resource errors None

Reservations → Resources

Page screenshot: Reservations  → Resources
URL /wp-admin/admin.php?page=reservation-resources
Aspect menu-item
HTTP status 200 OK
Load time 0.076 s
Memory usage 3.26 MiB
JS errors None
Resource errors None

Reservations → Settings

Page screenshot: Reservations  → Settings
URL /wp-admin/admin.php?page=reservation-settings
Aspect menu-item
HTTP status 200 OK
Load time 0.044 s
Memory usage 3.34 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.096 s
Memory usage 2.91 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200 OK
Load time 0.093 s
Memory usage 3.21 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.115 s0.040 s-0.075 s3.12 MiB3.29 MiB+ 179.26 KiB
/wp-admin/edit.php0.134 s0.055 s-0.079 s3.14 MiB3.24 MiB+ 107.23 KiB
/wp-admin/post-new.php0.194 s0.077 s-0.117 s3.21 MiB3.39 MiB+ 181.53 KiB
/wp-admin/upload.php0.088 s0.048 s-0.040 s2.98 MiB3.15 MiB+ 172.48 KiB
/wp-admin/options-writing.php0.080 s0.047 s-0.033 s2.97 MiB3.14 MiB+ 172.48 KiB
/wp-admin/media-new.php0.047 s0.041 s-0.006 s2.96 MiB3.13 MiB+ 172.79 KiB
/wp-admin/edit-tags.php?taxonomy=category0.087 s0.041 s-0.046 s3.01 MiB3.17 MiB+ 173.73 KiB
/wp-admin/post-new.php?post_type=page0.158 s0.063 s-0.095 s3.22 MiB3.38 MiB+ 171.91 KiB
/wp-admin/options-discussion.php0.081 s0.054 s-0.027 s2.97 MiB3.14 MiB+ 172.48 KiB
/wp-admin/edit-comments.php0.085 s0.039 s-0.046 s3.01 MiB3.18 MiB+ 173.16 KiB
/0.076 s0.086 s+0.010 s2.75 MiB2.91 MiB+ 157.45 KiB
Average 0.104 s0.054 s-0.050 s3.03 MiB3.19 MiB+ 166.77 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 1

Options wp_options 23

Custom Post Types 1

ID Name
easy-roomsResources

Sidebar Widgets 1

ID Name
easyreservations_form_widgeteasyReservations Widget

PHP Error Log 477 lines

[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:53 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) DEFAULT 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
[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:53 UTC] PHP Notice:  Undefined index: time_format in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 60
[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:53 UTC] PHP Notice:  Undefined index: time_format in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 60
[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:53 UTC] PHP Notice:  Undefined index: overview_hourly_stand in /wp-content/plugins/easyreservations/lib/admin/class-er-admin.php on line 446
[21-Oct-2018 09:24:53 UTC] PHP Notice:  Undefined index: overview_hourly_start in /wp-content/plugins/easyreservations/lib/admin/class-er-admin.php on line 447
[21-Oct-2018 09:24:53 UTC] PHP Notice:  Undefined index: overview_hourly_end in /wp-content/plugins/easyreservations/lib/admin/class-er-admin.php on line 447
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-14 00:00:00' AND '2018-10-14 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-21 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-21 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-21 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-15 00:00:00' AND '2018-10-15 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-22 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-22 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-22 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-16 00:00:00' AND '2018-10-16 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-23 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-23 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-23 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-17 00:00:00' AND '2018-10-17 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-24 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-24 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-24 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-18 00:00:00' AND '2018-10-18 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-25 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-25 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-25 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-19 00:00:00' AND '2018-10-19 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-26 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-26 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-26 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE reserved BETWEEN '2018-10-20 00:00:00' AND '2018-10-20 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='yes' AND '2018-10-27 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='no' AND '2018-10-27 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-27 09:24:53' 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')
[21-Oct-2018 09:24:53 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')
[21-Oct-2018 09:24:53 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 09:24:53' 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')
[21-Oct-2018 09:24:53 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 09:24:53' 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')
[21-Oct-2018 09:24:53 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT COUNT(*) FROM wp_reservations WHERE approve='' AND '2018-10-28 09:24:53' 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')
[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:53 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
[21-Oct-2018 09:24:54 UTC] PHP Notice:  Undefined index: style in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 47
[21-Oct-2018 09:24:54 UTC] PHP Notice:  Undefined index: time_format in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 60
[21-Oct-2018 09:24:54 UTC] PHP Notice:  Undefined index: time_format in /wp-content/plugins/easyreservations/lib/class-easyreservations.php on line 60
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 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
[21-Oct-2018 09:24:54 UTC] PHP Warning:  Division by zero in /wp-content/plugins/easyreservations/lib/class-er-reservation.php on line 860
[21-Oct-2018 09:24:54 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-18 00:00' AND '2018-11-16 00:00' OR departure BETWEEN '2018-10-18 00:00' AND '2018-11-16 00:00' OR '2018-10-18 00:00' BETWEEN arrival AND departure) ORDER BY space ASC, arrival ASC
[21-Oct-2018 09:24:54 UTC] WordPress database error Table 'wordpress.wp_reservations' doesn't exist for query SELECT sum(Case When DATE(departure) = DATE('2018-10-18 00:00:00') AND HOUR(departure) = HOUR('2018-10-18 00:00:00') AND TIMEDIFF(departure, '2018-10-18 00:00:00') < 0 AND HOUR(departure) <= 23 Then 0 Else 1 End) as count,

(+377 more lines)
See also: All tests for this plugin, How to Hide easyReservations Admin Menus and Meta Boxes