This is a low level error message saying that either an insert or an update of a price record fails.
If you have phpMyAdmin access inspect the table “wp_availabilitybooking_prices”.
The structure should be:
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
name varchar(100) NOT NULL DEFAULT 'default',
date date NOT NULL default '0000-00-00',
price varchar(100) NOT NULL DEFAULT '',
week varchar(100) NOT NULL DEFAULT '',
weekend varchar(100) NOT NULL DEFAULT '',
midweek varchar(100) NOT NULL DEFAULT '',
add_person varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (id)
If this is correct delete all the records and try again.
Regards,
If this is correct delete all the records and try again.
Regards,
Jan