To debug the error add this code to your wp-config.php file and try again making a booking, it should show a more verbose error with more details:
define('LATEPOINT_ENV', 'dev');
Also make sure you set WP_DEBUG to true:

To debug the error add this code to your wp-config.php file and try again making a booking, it should show a more verbose error with more details:
define('LATEPOINT_ENV', 'dev');
Also make sure you set WP_DEBUG to true: