easyReservations 5.0.1

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=850baa0c26
Aspect after-activation
HTTP status 200 OK
Load time 0.134 s
Memory usage 3.77 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.057 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.056 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.041 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.099 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.072 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.117 s0.061 s-0.056 s3.12 MiB3.29 MiB+ 179.26 KiB
/wp-admin/edit.php0.109 s0.058 s-0.051 s3.14 MiB3.24 MiB+ 107.23 KiB
/wp-admin/post-new.php0.195 s0.079 s-0.116 s3.21 MiB3.39 MiB+ 181.53 KiB
/wp-admin/upload.php0.090 s0.050 s-0.040 s2.98 MiB3.15 MiB+ 172.48 KiB
/wp-admin/options-writing.php0.072 s0.050 s-0.022 s2.97 MiB3.14 MiB+ 172.48 KiB
/wp-admin/media-new.php0.045 s0.034 s-0.011 s2.96 MiB3.13 MiB+ 172.79 KiB
/wp-admin/edit-tags.php?taxonomy=category0.086 s0.037 s-0.049 s3.01 MiB3.17 MiB+ 173.73 KiB
/wp-admin/post-new.php?post_type=page0.160 s0.058 s-0.102 s3.22 MiB3.38 MiB+ 171.91 KiB
/wp-admin/options-discussion.php0.088 s0.051 s-0.037 s2.97 MiB3.14 MiB+ 172.48 KiB
/wp-admin/edit-comments.php0.093 s0.037 s-0.056 s3.01 MiB3.18 MiB+ 173.16 KiB
/0.077 s0.086 s+0.009 s2.75 MiB2.91 MiB+ 157.45 KiB
Average 0.103 s0.055 s-0.048 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

[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)
See also: All tests for this plugin, How to Hide easyReservations Admin Menus and Meta Boxes